#AF060D

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

Shades of Venetian Red #AF060D

Tints of Venetian Red #AF060D

Color information

#AF060D (or 0xAF060D) is unknown color: approx Venetian Red. HEX triplet: AF, 06 and 0D. RGB value is (175,6,13). Sum of RGB (Red+Green+Blue) = 175+6+13=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF060D is #50F9F2. Grayscale: #393939. Windows color (decimal): -5306867 or 853679. OLE color: 853679.

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

Color convert

RGB175613-
CMYK00.970.930.31
HSL357.51º93.37%35.49%-
HSV(B)357.51º96.57%68.63%-
XYZ17.829.271.23-
YUV57.33102.99211.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 90.21%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=90.21%
G=3.09%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17561300.970.930.31357.5193.3735.49
HexAF6D0615D1F1665d23
Octal25761501411353754613543
Binary101011111101101011000011011101111111011001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF060D; }

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

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

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

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

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

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

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

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