Html Css Color HEX #AC0917 Carmine

📋 copy color: '#AC0917'

red 172 ◦ green 9 ◦ blue 23

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

Shades of Carmine #AC0917

Tints of Carmine #AC0917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

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

R = 84.31%
G = 4.41%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC0917 (or 0xAC0917) is known color: Carmine. HEX triplet: AC, 09 and 17. RGB value is (172,9,23). Sum of RGB (Red+Green+Blue) = 172+9+23=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0917 is #53F6E8. Grayscale: #3B3B3B. Windows color (decimal): -5502697 or 1509804. OLE color: 1509804.

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

Color convert

RGB 172 9 23 -
CMYK 0 0.95 0.87 0.33
HSL 354.85º 0.9% 0.35% -
HSV(B) 354.85º 0.95% 0.67% -
XYZ 17.27 9.03 1.64 -
YUV 59.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 172 9 23 0 0.95 0.87 0.33 354.85 0.9 0.35
Hex AC 9 17 0 5F 57 21 163 5A 23
Octal 254 11 27 0 137 127 41 543 132 43
Binary 10101100 1001 10111 0 1011111 1010111 100001 101100011 1011010 100011

Color Harmonies of #AC0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0917

Black with #AC0917

Text Example


Text Example

White with #AC0917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0917; }

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

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

background-color css

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

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

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

border-color css

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

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

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