#AC1214

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

Shades of Venetian Red #AC1214

Tints of Venetian Red #AC1214

Color information

#AC1214 (or 0xAC1214) is unknown color: approx Venetian Red. HEX triplet: AC, 12 and 14. RGB value is (172,18,20). Sum of RGB (Red+Green+Blue) = 172+18+20=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1214 is #53EDEB. Grayscale: #404040. Windows color (decimal): -5500396 or 1315500. OLE color: 1315500.

HSL color Cylindrical-coordinate representation of color #AC1214: hue angle of 359.22º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1214 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1721820-
CMYK00.900.880.33
HSL359.22º81.05%37.25%-
HSV(B)359.22º89.53%67.45%-
XYZ17.369.251.53-
YUV64.27103.02204.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 81.90%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=81.90%
G=8.57%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172182000.900.880.33359.2281.0537.25
HexAC121405A58211675125
Octal254222401321304154712145
Binary1010110010010101000101101010110001000011011001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1214; }

 p { color: rgb(172,18,20); }

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

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

 a { background-color: rgb(172,18,20); }

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

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

 span { border-color: rgb(172,18,20); }

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