Html Css Color HEX #AC0B14 Carmine

📋 copy color: '#AC0B14'

red 172 ◦ green 11 ◦ blue 20

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

Shades of Carmine #AC0B14

Tints of Carmine #AC0B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 84.73%
G = 5.42%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC0B14 (or 0xAC0B14) is known color: Carmine. HEX triplet: AC, 0B and 14. RGB value is (172,11,20). Sum of RGB (Red+Green+Blue) = 172+11+20=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0B14 is #53F4EB. Grayscale: #3C3C3C. Windows color (decimal): -5502188 or 1313708. OLE color: 1313708.

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

Color convert

RGB 172 11 20 -
CMYK 0 0.94 0.88 0.33
HSL 356.65º 0.88% 0.36% -
HSV(B) 356.65º 0.94% 0.67% -
XYZ 17.26 9.06 1.5 -
YUV 60.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 172 11 20 0 0.94 0.88 0.33 356.65 0.88 0.36
Hex AC B 14 0 5E 58 21 165 58 24
Octal 254 13 24 0 136 130 41 545 130 44
Binary 10101100 1011 10100 0 1011110 1011000 100001 101100101 1011000 100100

Color Harmonies of #AC0B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B14

Black with #AC0B14

Text Example


Text Example

White with #AC0B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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