#AF1019

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

Shades of Venetian Red #AF1019

Tints of Venetian Red #AF1019

Color information

#AF1019 (or 0xAF1019) is unknown color: approx Venetian Red. HEX triplet: AF, 10 and 19. RGB value is (175,16,25). Sum of RGB (Red+Green+Blue) = 175+16+25=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1019 is #50EFE6. Grayscale: #404040. Windows color (decimal): -5304295 or 1642671. OLE color: 1642671.

HSL color Cylindrical-coordinate representation of color #AF1019: hue angle of 356.6º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1019 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1751625-
CMYK00.910.860.31
HSL356.6º83.25%37.45%-
HSV(B)356.6º90.86%68.63%-
XYZ18.049.551.81-
YUV64.57105.68206.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 81.02%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=81.02%
G=7.41%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175162500.910.860.31356.683.2537.45
HexAF101905B561F1655325
Octal257203101331263754512345
Binary101011111000011001010110111010110111111011001011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1019; }

 p { color: rgb(175,16,25); }

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

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

 a { background-color: rgb(175,16,25); }

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

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

 span { border-color: rgb(175,16,25); }

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