Html Css Color HEX #A00412 Carmine

📋 copy color: '#A00412'

red 160 ◦ green 4 ◦ blue 18

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

Shades of Carmine #A00412

Tints of Carmine #A00412

RGB

 RED value IS 160 (62.89% from 255) = 87.91%

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

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

R = 87.91%
G = 2.2%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A00412 (or 0xA00412) is known color: Carmine. HEX triplet: A0, 04 and 12. RGB value is (160,4,18). Sum of RGB (Red+Green+Blue) = 160+4+18=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A00412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00412 is #5FFBED. Grayscale: #343434. Windows color (decimal): -6290414 or 1180832. OLE color: 1180832.

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

Color convert

RGB 160 4 18 -
CMYK 0 0.98 0.89 0.37
HSL 354.62º 0.95% 0.32% -
HSV(B) 354.62º 0.98% 0.63% -
XYZ 14.65 7.6 1.27 -
YUV 52.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 160 4 18 0 0.98 0.89 0.37 354.62 0.95 0.32
Hex A0 4 12 0 62 59 25 163 5F 20
Octal 240 4 22 0 142 131 45 543 137 40
Binary 10100000 100 10010 0 1100010 1011001 100101 101100011 1011111 100000

Color Harmonies of #A00412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00412

Black with #A00412

Text Example


Text Example

White with #A00412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00412; }

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

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

background-color css

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

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

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

border-color css

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

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

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