Html Css Color HEX #AC0813 Carmine

📋 copy color: '#AC0813'

red 172 ◦ green 8 ◦ blue 19

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

Shades of Carmine #AC0813

Tints of Carmine #AC0813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.02%

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 86.43%
G = 4.02%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC0813 (or 0xAC0813) is known color: Carmine. HEX triplet: AC, 08 and 13. RGB value is (172,8,19). Sum of RGB (Red+Green+Blue) = 172+8+19=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0813 is #53F7EC. Grayscale: #3A3A3A. Windows color (decimal): -5502957 or 1247404. OLE color: 1247404.

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

Color convert

RGB 172 8 19 -
CMYK 0 0.95 0.89 0.33
HSL 355.98º 0.91% 0.35% -
HSV(B) 355.98º 0.95% 0.67% -
XYZ 17.22 8.99 1.44 -
YUV 58.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 172 8 19 0 0.95 0.89 0.33 355.98 0.91 0.35
Hex AC 8 13 0 5F 59 21 164 5B 23
Octal 254 10 23 0 137 131 41 544 133 43
Binary 10101100 1000 10011 0 1011111 1011001 100001 101100100 1011011 100011

Color Harmonies of #AC0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0813

Black with #AC0813

Text Example


Text Example

White with #AC0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0813; }

 p { color: rgb(172,8,19); }

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

background-color css

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

 a { background-color: rgb(172,8,19); }

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

border-color css

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

 span { border-color: rgb(172,8,19); }

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