Html Css Color HEX #AC0B16 Carmine

📋 copy color: '#AC0B16'

red 172 ◦ green 11 ◦ blue 22

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

Shades of Carmine #AC0B16

Tints of Carmine #AC0B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.37%

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 83.9%
G = 5.37%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC0B16 (or 0xAC0B16) is known color: Carmine. HEX triplet: AC, 0B and 16. RGB value is (172,11,22). Sum of RGB (Red+Green+Blue) = 172+11+22=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0B16 is #53F4E9. Grayscale: #3C3C3C. Windows color (decimal): -5502186 or 1444780. OLE color: 1444780.

HSL color Cylindrical-coordinate representation of color #AC0B16: hue angle of 355.9º degrees, saturation: 0.88, 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 #AC0B16 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 11 22 -
CMYK 0 0.94 0.87 0.33
HSL 355.9º 0.88% 0.36% -
HSV(B) 355.9º 0.94% 0.67% -
XYZ 17.28 9.07 1.6 -
YUV 60.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 172 11 22 0 0.94 0.87 0.33 355.9 0.88 0.36
Hex AC B 16 0 5E 57 21 164 58 24
Octal 254 13 26 0 136 127 41 544 130 44
Binary 10101100 1011 10110 0 1011110 1010111 100001 101100100 1011000 100100

Color Harmonies of #AC0B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B16

Black with #AC0B16

Text Example


Text Example

White with #AC0B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B16; }

 p { color: rgb(172,11,22); }

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

background-color css

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

 a { background-color: rgb(172,11,22); }

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

border-color css

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

 span { border-color: rgb(172,11,22); }

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