#AC0D0F

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

Shades of Venetian Red #AC0D0F

Tints of Venetian Red #AC0D0F

Color information

#AC0D0F (or 0xAC0D0F) is unknown color: approx Venetian Red. HEX triplet: AC, 0D and 0F. RGB value is (172,13,15). Sum of RGB (Red+Green+Blue) = 172+13+15=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0D0F is #53F2F0. Grayscale: #3C3C3C. Windows color (decimal): -5501681 or 986540. OLE color: 986540.

HSL color Cylindrical-coordinate representation of color #AC0D0F: hue angle of 359.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D0F is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB1721315-
CMYK00.920.910.33
HSL359.25º85.95%36.27%-
HSV(B)359.25º92.44%67.45%-
XYZ17.249.091.3-
YUV60.77102.18207.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 86%
GREEN value IS 13 (5.47% from 255) = 6.5%
BLUE value IS 15 (6.25% from 255) = 7.5%
R=86%
G=6.5%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172131500.920.910.33359.2585.9536.27
HexACDF05C5B211675624
Octal254151701341334154712644
Binary10101100110111110101110010110111000011011001111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0D0F; }

 p { color: rgb(172,13,15); }

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

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

 a { background-color: rgb(172,13,15); }

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

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

 span { border-color: rgb(172,13,15); }

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