#AF0509

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

Shades of Venetian Red #AF0509

Tints of Venetian Red #AF0509

Color information

#AF0509 (or 0xAF0509) is unknown color: approx Venetian Red. HEX triplet: AF, 05 and 09. RGB value is (175,5,9). Sum of RGB (Red+Green+Blue) = 175+5+9=189 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.59% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0509 is #50FAF6. Grayscale: #383838. Windows color (decimal): -5307127 or 591279. OLE color: 591279.

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

Color convert

RGB17559-
CMYK00.970.950.31
HSL358.59º94.44%35.29%-
HSV(B)358.59º97.14%68.63%-
XYZ17.789.241.11-
YUV56.29101.32212.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 92.59%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 9 (3.91% from 255) = 4.76%
R=92.59%
G=2.65%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755900.970.950.31358.5994.4435.29
HexAF590615F1F1675e23
Octal25751101411373754713643
Binary101011111011001011000011011111111111011001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0509; }

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

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

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

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

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

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

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

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