#AF0815

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

Shades of Venetian Red #AF0815

Tints of Venetian Red #AF0815

Color information

#AF0815 (or 0xAF0815) is unknown color: approx Venetian Red. HEX triplet: AF, 08 and 15. RGB value is (175,8,21). Sum of RGB (Red+Green+Blue) = 175+8+21=204 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.78% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0815 is #50F7EA. Grayscale: #3B3B3B. Windows color (decimal): -5306347 or 1378479. OLE color: 1378479.

HSL color Cylindrical-coordinate representation of color #AF0815: hue angle of 355.33º degrees, saturation: 0.91, 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 #AF0815 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB175821-
CMYK00.950.880.31
HSL355.33º91.26%35.88%-
HSV(B)355.33º95.43%68.63%-
XYZ17.99.341.57-
YUV59.41106.33210.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 85.78%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=85.78%
G=3.92%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17582100.950.880.31355.3391.2635.88
HexAF81505F581F1635b24
Octal257102501371303754313344
Binary10101111100010101010111111011000111111011000111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0815; }

 p { color: rgb(175,8,21); }

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

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

 a { background-color: rgb(175,8,21); }

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

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

 span { border-color: rgb(175,8,21); }

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