Html Css Color HEX #AC0F17 Carmine

📋 copy color: '#AC0F17'

red 172 ◦ green 15 ◦ blue 23

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

Shades of Carmine #AC0F17

Tints of Carmine #AC0F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.14%

 BLUE value IS 23 (9.38% from 255) = 10.95%

R = 81.9%
G = 7.14%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC0F17 (or 0xAC0F17) is known color: Carmine. HEX triplet: AC, 0F and 17. RGB value is (172,15,23). Sum of RGB (Red+Green+Blue) = 172+15+23=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0F17 is #53F0E8. Grayscale: #3E3E3E. Windows color (decimal): -5501161 or 1511340. OLE color: 1511340.

HSL color Cylindrical-coordinate representation of color #AC0F17: hue angle of 356.94º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F17 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 23 -
CMYK 0 0.91 0.87 0.33
HSL 356.94º 0.84% 0.37% -
HSV(B) 356.94º 0.91% 0.67% -
XYZ 17.34 9.17 1.67 -
YUV 62.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 172 15 23 0 0.91 0.87 0.33 356.94 0.84 0.37
Hex AC F 17 0 5B 57 21 165 54 25
Octal 254 17 27 0 133 127 41 545 124 45
Binary 10101100 1111 10111 0 1011011 1010111 100001 101100101 1010100 100101

Color Harmonies of #AC0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F17

Black with #AC0F17

Text Example


Text Example

White with #AC0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F17; }

 p { color: rgb(172,15,23); }

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

background-color css

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

 a { background-color: rgb(172,15,23); }

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

border-color css

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

 span { border-color: rgb(172,15,23); }

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