#AF0C17

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

Shades of Venetian Red #AF0C17

Tints of Venetian Red #AF0C17

Color information

#AF0C17 (or 0xAF0C17) is unknown color: approx Venetian Red. HEX triplet: AF, 0C and 17. RGB value is (175,12,23). Sum of RGB (Red+Green+Blue) = 175+12+23=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0C17 is #50F3E8. Grayscale: #3E3E3E. Windows color (decimal): -5305321 or 1510575. OLE color: 1510575.

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

Color convert

RGB1751223-
CMYK00.930.870.31
HSL355.95º87.17%36.67%-
HSV(B)355.95º93.14%68.63%-
XYZ17.979.441.69-
YUV61.99106208.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 83.33%
GREEN value IS 12 (5.08% from 255) = 5.71%
BLUE value IS 23 (9.38% from 255) = 10.95%
R=83.33%
G=5.71%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175122300.930.870.31355.9587.1736.67
HexAFC1705D571F1645725
Octal257142701351273754412745
Binary10101111110010111010111011010111111111011001001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0C17; }

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

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

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

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

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

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

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

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