#AF091D

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

Shades of Venetian Red #AF091D

Tints of Venetian Red #AF091D

Color information

#AF091D (or 0xAF091D) is unknown color: approx Venetian Red. HEX triplet: AF, 09 and 1D. RGB value is (175,9,29). Sum of RGB (Red+Green+Blue) = 175+9+29=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF091D is #50F6E2. Grayscale: #3D3D3D. Windows color (decimal): -5306083 or 1903023. OLE color: 1903023.

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

Color convert

RGB175929-
CMYK00.950.830.31
HSL352.77º90.22%36.08%-
HSV(B)352.77º94.86%68.63%-
XYZ189.42.03-
YUV60.91110209.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 82.16%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=82.16%
G=4.23%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17592900.950.830.31352.7790.2236.08
HexAF91D05F531F1615a24
Octal257113501371233754113244
Binary10101111100111101010111111010011111111011000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF091D; }

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

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

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

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

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

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

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

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