Html Css Color HEX #AC0A19 Carmine

📋 copy color: '#AC0A19'

red 172 ◦ green 10 ◦ blue 25

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

Shades of Carmine #AC0A19

Tints of Carmine #AC0A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.83%

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 83.09%
G = 4.83%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC0A19 (or 0xAC0A19) is known color: Carmine. HEX triplet: AC, 0A and 19. RGB value is (172,10,25). Sum of RGB (Red+Green+Blue) = 172+10+25=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0A19 is #53F5E6. Grayscale: #3C3C3C. Windows color (decimal): -5502439 or 1641132. OLE color: 1641132.

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

Color convert

RGB 172 10 25 -
CMYK 0 0.94 0.85 0.33
HSL 354.44º 0.89% 0.36% -
HSV(B) 354.44º 0.94% 0.67% -
XYZ 17.3 9.06 1.76 -
YUV 60.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 172 10 25 0 0.94 0.85 0.33 354.44 0.89 0.36
Hex AC A 19 0 5E 55 21 162 59 24
Octal 254 12 31 0 136 125 41 542 131 44
Binary 10101100 1010 11001 0 1011110 1010101 100001 101100010 1011001 100100

Color Harmonies of #AC0A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A19

Black with #AC0A19

Text Example


Text Example

White with #AC0A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A19; }

 p { color: rgb(172,10,25); }

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

background-color css

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

 a { background-color: rgb(172,10,25); }

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

border-color css

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

 span { border-color: rgb(172,10,25); }

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