Html Css Color HEX #A20412 Carmine

📋 copy color: '#A20412'

red 162 ◦ green 4 ◦ blue 18

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

Shades of Carmine #A20412

Tints of Carmine #A20412

RGB

 RED value IS 162 (63.67% from 255) = 88.04%

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

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

R = 88.04%
G = 2.17%
B = 9.78%

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

#A20412 (or 0xA20412) is known color: Carmine. HEX triplet: A2, 04 and 12. RGB value is (162,4,18). Sum of RGB (Red+Green+Blue) = 162+4+18=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A20412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20412 is #5DFBED. Grayscale: #343434. Windows color (decimal): -6159342 or 1180834. OLE color: 1180834.

HSL color Cylindrical-coordinate representation of color #A20412: hue angle of 354.68º 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 #A20412 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 4 18 -
CMYK 0 0.98 0.89 0.36
HSL 354.68º 0.95% 0.33% -
HSV(B) 354.68º 0.98% 0.64% -
XYZ 15.05 7.81 1.29 -
YUV 52.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 162 4 18 0 0.98 0.89 0.36 354.68 0.95 0.33
Hex A2 4 12 0 62 59 24 163 5F 21
Octal 242 4 22 0 142 131 44 543 137 41
Binary 10100010 100 10010 0 1100010 1011001 100100 101100011 1011111 100001

Color Harmonies of #A20412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20412

Black with #A20412

Text Example


Text Example

White with #A20412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20412; }

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

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

background-color css

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

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

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

border-color css

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

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

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