Html Css Color HEX #AC0913 Carmine

📋 copy color: '#AC0913'

red 172 ◦ green 9 ◦ blue 19

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

Shades of Carmine #AC0913

Tints of Carmine #AC0913

RGB

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

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

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

R = 86%
G = 4.5%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC0913 (or 0xAC0913) is known color: Carmine. HEX triplet: AC, 09 and 13. RGB value is (172,9,19). Sum of RGB (Red+Green+Blue) = 172+9+19=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0913 is #53F6EC. Grayscale: #3B3B3B. Windows color (decimal): -5502701 or 1247660. OLE color: 1247660.

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

Color convert

RGB 172 9 19 -
CMYK 0 0.95 0.89 0.33
HSL 356.32º 0.9% 0.35% -
HSV(B) 356.32º 0.95% 0.67% -
XYZ 17.23 9.01 1.45 -
YUV 58.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 172 9 19 0 0.95 0.89 0.33 356.32 0.9 0.35
Hex AC 9 13 0 5F 59 21 164 5A 23
Octal 254 11 23 0 137 131 41 544 132 43
Binary 10101100 1001 10011 0 1011111 1011001 100001 101100100 1011010 100011

Color Harmonies of #AC0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0913

Black with #AC0913

Text Example


Text Example

White with #AC0913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0913; }

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

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

background-color css

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

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

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

border-color css

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

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

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