#AF060E

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

Shades of Venetian Red #AF060E

Tints of Venetian Red #AF060E

Color information

#AF060E (or 0xAF060E) is unknown color: approx Venetian Red. HEX triplet: AF, 06 and 0E. RGB value is (175,6,14). Sum of RGB (Red+Green+Blue) = 175+6+14=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF060E is #50F9F1. Grayscale: #393939. Windows color (decimal): -5306866 or 919215. OLE color: 919215.

HSL color Cylindrical-coordinate representation of color #AF060E: hue angle of 357.16º degrees, saturation: 0.93, 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 #AF060E is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB175614-
CMYK00.970.920.31
HSL357.16º93.37%35.49%-
HSV(B)357.16º96.57%68.63%-
XYZ17.829.281.27-
YUV57.44103.49211.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 89.74%
GREEN value IS 6 (2.73% from 255) = 3.08%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=89.74%
G=3.08%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17561400.970.920.31357.1693.3735.49
HexAF6E0615C1F1655d23
Octal25761601411343754513543
Binary101011111101110011000011011100111111011001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF060E; }

 p { color: rgb(175,6,14); }

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

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

 a { background-color: rgb(175,6,14); }

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

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

 span { border-color: rgb(175,6,14); }

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