#AF0911

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

Shades of Venetian Red #AF0911

Tints of Venetian Red #AF0911

Color information

#AF0911 (or 0xAF0911) is unknown color: approx Venetian Red. HEX triplet: AF, 09 and 11. RGB value is (175,9,17). Sum of RGB (Red+Green+Blue) = 175+9+17=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0911 is #50F6EE. Grayscale: #3B3B3B. Windows color (decimal): -5306095 or 1116591. OLE color: 1116591.

HSL color Cylindrical-coordinate representation of color #AF0911: hue angle of 357.11º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0911 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB175917-
CMYK00.950.900.31
HSL357.11º90.22%36.08%-
HSV(B)357.11º94.86%68.63%-
XYZ17.889.351.39-
YUV59.55104210.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 87.06%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=87.06%
G=4.48%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17591700.950.900.31357.1190.2236.08
HexAF91105F5A1F1655a24
Octal257112101371323754513244
Binary10101111100110001010111111011010111111011001011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0911; }

 p { color: rgb(175,9,17); }

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

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

 a { background-color: rgb(175,9,17); }

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

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

 span { border-color: rgb(175,9,17); }

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