Html Css Color HEX #A40C1E Carmine

📋 copy color: '#A40C1E'

red 164 ◦ green 12 ◦ blue 30

#A40C1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #A40C1E

Tints of Carmine #A40C1E

RGB

 RED value IS 164 (64.45% from 255) = 79.61%

 GREEN value IS 12 (5.08% from 255) = 5.83%

 BLUE value IS 30 (12.11% from 255) = 14.56%

R = 79.61%
G = 5.83%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A40C1E (or 0xA40C1E) is known color: Carmine. HEX triplet: A4, 0C and 1E. RGB value is (164,12,30). Sum of RGB (Red+Green+Blue) = 164+12+30=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40C1E is #5BF3E1. Grayscale: #3B3B3B. Windows color (decimal): -6026210 or 1969316. OLE color: 1969316.

HSL color Cylindrical-coordinate representation of color #A40C1E: hue angle of 352.89º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C1E is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 12 30 -
CMYK 0 0.93 0.82 0.36
HSL 352.89º 0.86% 0.35% -
HSV(B) 352.89º 0.93% 0.64% -
XYZ 15.68 8.25 1.99 -
YUV 59.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 164 12 30 0 0.93 0.82 0.36 352.89 0.86 0.35
Hex A4 C 1E 0 5D 52 24 161 56 23
Octal 244 14 36 0 135 122 44 541 126 43
Binary 10100100 1100 11110 0 1011101 1010010 100100 101100001 1010110 100011

Color Harmonies of #A40C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C1E

Black with #A40C1E

Text Example


Text Example

White with #A40C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C1E; }

 p { color: rgb(164,12,30); }

 H1.HeaderClassName
 {
   color: #A40C1E;
 }
 .AnyTagClassName
 {
   color: #A40C1E;
 }
</style>

background-color css

<style>
 a { background-color: #A40C1E; }

 a { background-color: rgb(164,12,30); }

 div.DivClassName
 {
   background-color: #A40C1E;
 }
 .BgClassName
 {
   background-color: #A40C1E;
 }
</style>

border-color css

<style>
 span { border-color: #A40C1E; }

 span { border-color: rgb(164,12,30); }

 td.TdClassName
 {
   border-color: #A40C1E;
 }
 .TagClassName
 {
   border-color: #A40C1E;
 }
</style>