#AF060C

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

Shades of Venetian Red #AF060C

Tints of Venetian Red #AF060C

Color information

#AF060C (or 0xAF060C) is unknown color: approx Venetian Red. HEX triplet: AF, 06 and 0C. RGB value is (175,6,12). Sum of RGB (Red+Green+Blue) = 175+6+12=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF060C is #50F9F3. Grayscale: #393939. Windows color (decimal): -5306868 or 788143. OLE color: 788143.

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

Color convert

RGB175612-
CMYK00.970.930.31
HSL357.87º93.37%35.49%-
HSV(B)357.87º96.57%68.63%-
XYZ17.819.271.2-
YUV57.22102.49212.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 90.67%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=90.67%
G=3.11%
B=6.22%

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
Decimal17561200.970.930.31357.8793.3735.49
HexAF6C0615D1F1665d23
Octal25761401411353754613543
Binary101011111101100011000011011101111111011001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF060C; }

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

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

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

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

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

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

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

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