Html Css Color HEX #AC0919 Carmine

📋 copy color: '#AC0919'

red 172 ◦ green 9 ◦ blue 25

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

Shades of Carmine #AC0919

Tints of Carmine #AC0919

RGB

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

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

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

R = 83.5%
G = 4.37%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC0919 (or 0xAC0919) is known color: Carmine. HEX triplet: AC, 09 and 19. RGB value is (172,9,25). Sum of RGB (Red+Green+Blue) = 172+9+25=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0919 is #53F6E6. Grayscale: #3B3B3B. Windows color (decimal): -5502695 or 1640876. OLE color: 1640876.

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

Color convert

RGB 172 9 25 -
CMYK 0 0.95 0.85 0.33
HSL 354.11º 0.9% 0.35% -
HSV(B) 354.11º 0.95% 0.67% -
XYZ 17.29 9.04 1.75 -
YUV 59.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 172 9 25 0 0.95 0.85 0.33 354.11 0.9 0.35
Hex AC 9 19 0 5F 55 21 162 5A 23
Octal 254 11 31 0 137 125 41 542 132 43
Binary 10101100 1001 11001 0 1011111 1010101 100001 101100010 1011010 100011

Color Harmonies of #AC0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0919

Black with #AC0919

Text Example


Text Example

White with #AC0919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0919; }

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

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

background-color css

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

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

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

border-color css

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

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

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