Html Css Color HEX #AC0016 Carmine

📋 copy color: '#AC0016'

red 172 ◦ green 0 ◦ blue 22

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

Shades of Carmine #AC0016

Tints of Carmine #AC0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.66%
G = 0%
B = 11.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC0016 (or 0xAC0016) is known color: Carmine. HEX triplet: AC, 00 and 16. RGB value is (172,0,22). Sum of RGB (Red+Green+Blue) = 172+0+22=194 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.66% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0016 is #53FFE9. Grayscale: #363636. Windows color (decimal): -5505002 or 1441964. OLE color: 1441964.

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

Color convert

RGB 172 0 22 -
CMYK 0 1 0.87 0.33
HSL 352.33º 1% 0.34% -
HSV(B) 352.33º 1% 0.67% -
XYZ 17.16 8.83 1.56 -
YUV 53.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 172 0 22 0 1 0.87 0.33 352.33 1 0.34
Hex AC 0 16 0 64 57 21 160 64 22
Octal 254 0 26 0 144 127 41 540 144 42
Binary 10101100 0 10110 0 1100100 1010111 100001 101100000 1100100 100010

Color Harmonies of #AC0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0016

Black with #AC0016

Text Example


Text Example

White with #AC0016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0016; }

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

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

background-color css

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

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

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

border-color css

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

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

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