Html Css Color HEX #AC0516 Carmine

📋 copy color: '#AC0516'

red 172 ◦ green 5 ◦ blue 22

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

Shades of Carmine #AC0516

Tints of Carmine #AC0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.51%

 BLUE value IS 22 (8.98% from 255) = 11.06%

R = 86.43%
G = 2.51%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC0516 (or 0xAC0516) is known color: Carmine. HEX triplet: AC, 05 and 16. RGB value is (172,5,22). Sum of RGB (Red+Green+Blue) = 172+5+22=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0516 is #53FAE9. Grayscale: #383838. Windows color (decimal): -5503722 or 1443244. OLE color: 1443244.

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

Color convert

RGB 172 5 22 -
CMYK 0 0.97 0.87 0.33
HSL 353.89º 0.94% 0.35% -
HSV(B) 353.89º 0.97% 0.67% -
XYZ 17.21 8.94 1.58 -
YUV 56.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 172 5 22 0 0.97 0.87 0.33 353.89 0.94 0.35
Hex AC 5 16 0 61 57 21 162 5E 23
Octal 254 5 26 0 141 127 41 542 136 43
Binary 10101100 101 10110 0 1100001 1010111 100001 101100010 1011110 100011

Color Harmonies of #AC0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0516

Black with #AC0516

Text Example


Text Example

White with #AC0516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0516; }

 p { color: rgb(172,5,22); }

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

background-color css

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

 a { background-color: rgb(172,5,22); }

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

border-color css

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

 span { border-color: rgb(172,5,22); }

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