#AF0C20

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

Shades of Venetian Red #AF0C20

Tints of Venetian Red #AF0C20

Color information

#AF0C20 (or 0xAF0C20) is unknown color: approx Venetian Red. HEX triplet: AF, 0C and 20. RGB value is (175,12,32). Sum of RGB (Red+Green+Blue) = 175+12+32=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C20 is #50F3DF. Grayscale: #3F3F3F. Windows color (decimal): -5305312 or 2100399. OLE color: 2100399.

HSL color Cylindrical-coordinate representation of color #AF0C20: hue angle of 352.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C20 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1751232-
CMYK00.930.820.31
HSL352.64º87.17%36.67%-
HSV(B)352.64º93.14%68.63%-
XYZ18.079.482.24-
YUV63.02110.5207.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 79.91%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=79.91%
G=5.48%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175123200.930.820.31352.6487.1736.67
HexAFC2005D521F1615725
Octal257144001351223754112745
Binary101011111100100000010111011010010111111011000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0C20; }

 p { color: rgb(175,12,32); }

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

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

 a { background-color: rgb(175,12,32); }

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

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

 span { border-color: rgb(175,12,32); }

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