Html Css Color HEX #AC0412 Carmine

📋 copy color: '#AC0412'

red 172 ◦ green 4 ◦ blue 18

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

Shades of Carmine #AC0412

Tints of Carmine #AC0412

RGB

 RED value IS 172 (67.58% from 255) = 88.66%

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

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

R = 88.66%
G = 2.06%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC0412 (or 0xAC0412) is known color: Carmine. HEX triplet: AC, 04 and 12. RGB value is (172,4,18). Sum of RGB (Red+Green+Blue) = 172+4+18=194 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.66% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0412 is #53FBED. Grayscale: #373737. Windows color (decimal): -5503982 or 1180844. OLE color: 1180844.

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

Color convert

RGB 172 4 18 -
CMYK 0 0.98 0.90 0.33
HSL 355º 0.95% 0.35% -
HSV(B) 355º 0.98% 0.67% -
XYZ 17.17 8.9 1.39 -
YUV 55.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 172 4 18 0 0.98 0.90 0.33 355 0.95 0.35
Hex AC 4 12 0 62 5A 21 163 5F 23
Octal 254 4 22 0 142 132 41 543 137 43
Binary 10101100 100 10010 0 1100010 1011010 100001 101100011 1011111 100011

Color Harmonies of #AC0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0412

Black with #AC0412

Text Example


Text Example

White with #AC0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0412; }

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

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

background-color css

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

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

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

border-color css

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

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

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