Html Css Color HEX #A60412 Carmine

📋 copy color: '#A60412'

red 166 ◦ green 4 ◦ blue 18

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

Shades of Carmine #A60412

Tints of Carmine #A60412

RGB

 RED value IS 166 (65.23% from 255) = 88.3%

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

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

R = 88.3%
G = 2.13%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A60412 (or 0xA60412) is known color: Carmine. HEX triplet: A6, 04 and 12. RGB value is (166,4,18). Sum of RGB (Red+Green+Blue) = 166+4+18=188 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.30% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 166 - color contains mainly: red. Hex color #A60412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60412 is #59FBED. Grayscale: #363636. Windows color (decimal): -5897198 or 1180838. OLE color: 1180838.

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

Color convert

RGB 166 4 18 -
CMYK 0 0.98 0.89 0.35
HSL 354.81º 0.95% 0.33% -
HSV(B) 354.81º 0.98% 0.65% -
XYZ 15.88 8.24 1.33 -
YUV 54.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 166 4 18 0 0.98 0.89 0.35 354.81 0.95 0.33
Hex A6 4 12 0 62 59 23 163 5F 21
Octal 246 4 22 0 142 131 43 543 137 41
Binary 10100110 100 10010 0 1100010 1011001 100011 101100011 1011111 100001

Color Harmonies of #A60412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60412

Black with #A60412

Text Example


Text Example

White with #A60412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60412; }

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

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

background-color css

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

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

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

border-color css

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

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

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