#AF090A

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

Shades of Venetian Red #AF090A

Tints of Venetian Red #AF090A

Color information

#AF090A (or 0xAF090A) is unknown color: approx Venetian Red. HEX triplet: AF, 09 and 0A. RGB value is (175,9,10). Sum of RGB (Red+Green+Blue) = 175+9+10=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF090A is #50F6F5. Grayscale: #3A3A3A. Windows color (decimal): -5306102 or 657839. OLE color: 657839.

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

Color convert

RGB175910-
CMYK00.950.940.31
HSL359.64º90.22%36.08%-
HSV(B)359.64º94.86%68.63%-
XYZ17.839.331.15-
YUV58.75100.5210.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 90.21%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=90.21%
G=4.64%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17591000.950.940.31359.6490.2236.08
HexAF9A05F5E1F1685a24
Octal257111201371363755013244
Binary1010111110011010010111111011110111111011010001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF090A; }

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

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

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

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

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

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

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

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