Html Css Color HEX #A40412 Carmine

📋 copy color: '#A40412'

red 164 ◦ green 4 ◦ blue 18

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

Shades of Carmine #A40412

Tints of Carmine #A40412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 88.17%
G = 2.15%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A40412 (or 0xA40412) is known color: Carmine. HEX triplet: A4, 04 and 12. RGB value is (164,4,18). Sum of RGB (Red+Green+Blue) = 164+4+18=186 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.17% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 164 - color contains mainly: red. Hex color #A40412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40412 is #5BFBED. Grayscale: #353535. Windows color (decimal): -6028270 or 1180836. OLE color: 1180836.

HSL color Cylindrical-coordinate representation of color #A40412: hue angle of 354.75º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40412 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 18 -
CMYK 0 0.98 0.89 0.36
HSL 354.75º 0.95% 0.33% -
HSV(B) 354.75º 0.98% 0.64% -
XYZ 15.46 8.02 1.31 -
YUV 53.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 164 4 18 0 0.98 0.89 0.36 354.75 0.95 0.33
Hex A4 4 12 0 62 59 24 163 5F 21
Octal 244 4 22 0 142 131 44 543 137 41
Binary 10100100 100 10010 0 1100010 1011001 100100 101100011 1011111 100001

Color Harmonies of #A40412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40412

Black with #A40412

Text Example


Text Example

White with #A40412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40412; }

 p { color: rgb(164,4,18); }

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

background-color css

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

 a { background-color: rgb(164,4,18); }

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

border-color css

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

 span { border-color: rgb(164,4,18); }

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