#AC1516

Color #AC1516 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #AC1516

Tints of Venetian Red #AC1516

Color information

#AC1516 (or 0xAC1516) is unknown color: approx Venetian Red. HEX triplet: AC, 15 and 16. RGB value is (172,21,22). Sum of RGB (Red+Green+Blue) = 172+21+22=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1516 is #53EAE9. Grayscale: #424242. Windows color (decimal): -5499626 or 1447340. OLE color: 1447340.

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

Color convert

RGB1722122-
CMYK00.880.870.33
HSL359.6º78.24%37.84%-
HSV(B)359.6º87.79%67.45%-
XYZ17.439.361.65-
YUV66.26103.03203.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=80%
G=9.77%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172212200.880.870.33359.678.2437.84
HexAC151605857211684e26
Octal254252601301274155011646
Binary1010110010101101100101100010101111000011011010001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1516; }

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

 H1.HeaderClassName
 {
   color: #AC1516;
 }
 .AnyTagClassName
 {
   color: #AC1516;
 }
</style>
background-color css

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

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

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

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

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

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