#AF0D22

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

Shades of Venetian Red #AF0D22

Tints of Venetian Red #AF0D22

Color information

#AF0D22 (or 0xAF0D22) is unknown color: approx Venetian Red. HEX triplet: AF, 0D and 22. RGB value is (175,13,34). Sum of RGB (Red+Green+Blue) = 175+13+34=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D22 is #50F2DD. Grayscale: #3F3F3F. Windows color (decimal): -5305054 or 2231727. OLE color: 2231727.

HSL color Cylindrical-coordinate representation of color #AF0D22: hue angle of 352.22º degrees, saturation: 0.86, 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 #AF0D22 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1751334-
CMYK00.930.810.31
HSL352.22º86.17%36.86%-
HSV(B)352.22º92.57%68.63%-
XYZ18.119.522.4-
YUV63.83111.17207.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 78.83%
GREEN value IS 13 (5.47% from 255) = 5.86%
BLUE value IS 34 (13.67% from 255) = 15.32%
R=78.83%
G=5.86%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175133400.930.810.31352.2286.1736.86
HexAFD2205D511F1605625
Octal257154201351213754012645
Binary101011111101100010010111011010001111111011000001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0D22; }

 p { color: rgb(175,13,34); }

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

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

 a { background-color: rgb(175,13,34); }

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

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

 span { border-color: rgb(175,13,34); }

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