Html Css Color HEX #AC0B13 Carmine

📋 copy color: '#AC0B13'

red 172 ◦ green 11 ◦ blue 19

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

Shades of Carmine #AC0B13

Tints of Carmine #AC0B13

RGB

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

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

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

R = 85.15%
G = 5.45%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC0B13 (or 0xAC0B13) is known color: Carmine. HEX triplet: AC, 0B and 13. RGB value is (172,11,19). Sum of RGB (Red+Green+Blue) = 172+11+19=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0B13 is #53F4EC. Grayscale: #3C3C3C. Windows color (decimal): -5502189 or 1248172. OLE color: 1248172.

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

Color convert

RGB 172 11 19 -
CMYK 0 0.94 0.89 0.33
HSL 357.02º 0.88% 0.36% -
HSV(B) 357.02º 0.94% 0.67% -
XYZ 17.25 9.06 1.46 -
YUV 60.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 172 11 19 0 0.94 0.89 0.33 357.02 0.88 0.36
Hex AC B 13 0 5E 59 21 165 58 24
Octal 254 13 23 0 136 131 41 545 130 44
Binary 10101100 1011 10011 0 1011110 1011001 100001 101100101 1011000 100100

Color Harmonies of #AC0B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B13

Black with #AC0B13

Text Example


Text Example

White with #AC0B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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