#AF1120

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

Shades of Venetian Red #AF1120

Tints of Venetian Red #AF1120

Color information

#AF1120 (or 0xAF1120) is unknown color: approx Venetian Red. HEX triplet: AF, 11 and 20. RGB value is (175,17,32). Sum of RGB (Red+Green+Blue) = 175+17+32=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1120 is #50EEDF. Grayscale: #424242. Windows color (decimal): -5304032 or 2101679. OLE color: 2101679.

HSL color Cylindrical-coordinate representation of color #AF1120: hue angle of 354.3º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1120 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1751732-
CMYK00.900.820.31
HSL354.3º82.29%37.65%-
HSV(B)354.3º90.29%68.63%-
XYZ18.149.622.27-
YUV65.95108.85205.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 78.12%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=78.12%
G=7.59%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175173200.900.820.31354.382.2937.65
HexAF112005A521F1625226
Octal257214001321223754212246
Binary1010111110001100000010110101010010111111011000101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1120; }

 p { color: rgb(175,17,32); }

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

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

 a { background-color: rgb(175,17,32); }

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

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

 span { border-color: rgb(175,17,32); }

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