Html Css Color HEX #AC0812 Carmine

📋 copy color: '#AC0812'

red 172 ◦ green 8 ◦ blue 18

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

Shades of Carmine #AC0812

Tints of Carmine #AC0812

RGB

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

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

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

R = 86.87%
G = 4.04%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC0812 (or 0xAC0812) is known color: Carmine. HEX triplet: AC, 08 and 12. RGB value is (172,8,18). Sum of RGB (Red+Green+Blue) = 172+8+18=198 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.87% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0812 is #53F7ED. Grayscale: #3A3A3A. Windows color (decimal): -5502958 or 1181868. OLE color: 1181868.

HSL color Cylindrical-coordinate representation of color #AC0812: hue angle of 356.34º 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 #AC0812 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 8 18 -
CMYK 0 0.95 0.90 0.33
HSL 356.34º 0.91% 0.35% -
HSV(B) 356.34º 0.95% 0.67% -
XYZ 17.21 8.99 1.4 -
YUV 58.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 172 8 18 0 0.95 0.90 0.33 356.34 0.91 0.35
Hex AC 8 12 0 5F 5A 21 164 5B 23
Octal 254 10 22 0 137 132 41 544 133 43
Binary 10101100 1000 10010 0 1011111 1011010 100001 101100100 1011011 100011

Color Harmonies of #AC0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0812

Black with #AC0812

Text Example


Text Example

White with #AC0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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