Html Css Color HEX #AC0B19 Carmine

📋 copy color: '#AC0B19'

red 172 ◦ green 11 ◦ blue 25

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

Shades of Carmine #AC0B19

Tints of Carmine #AC0B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 82.69%
G = 5.29%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC0B19 (or 0xAC0B19) is known color: Carmine. HEX triplet: AC, 0B and 19. RGB value is (172,11,25). Sum of RGB (Red+Green+Blue) = 172+11+25=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0B19 is #53F4E6. Grayscale: #3C3C3C. Windows color (decimal): -5502183 or 1641388. OLE color: 1641388.

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

Color convert

RGB 172 11 25 -
CMYK 0 0.94 0.85 0.33
HSL 354.78º 0.88% 0.36% -
HSV(B) 354.78º 0.94% 0.67% -
XYZ 17.31 9.08 1.76 -
YUV 60.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 172 11 25 0 0.94 0.85 0.33 354.78 0.88 0.36
Hex AC B 19 0 5E 55 21 163 58 24
Octal 254 13 31 0 136 125 41 543 130 44
Binary 10101100 1011 11001 0 1011110 1010101 100001 101100011 1011000 100100

Color Harmonies of #AC0B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B19

Black with #AC0B19

Text Example


Text Example

White with #AC0B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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