#AF131F

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

Shades of Venetian Red #AF131F

Tints of Venetian Red #AF131F

Color information

#AF131F (or 0xAF131F) is unknown color: approx Venetian Red. HEX triplet: AF, 13 and 1F. RGB value is (175,19,31). Sum of RGB (Red+Green+Blue) = 175+19+31=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF131F is #50ECE0. Grayscale: #434343. Windows color (decimal): -5303521 or 2036655. OLE color: 2036655.

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

Color convert

RGB1751931-
CMYK00.890.820.31
HSL355.38º80.41%38.04%-
HSV(B)355.38º89.14%68.63%-
XYZ18.169.682.21-
YUV67.01107.68205.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 77.78%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=77.78%
G=8.44%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175193100.890.820.31355.3880.4138.04
HexAF131F059521F1635026
Octal257233701311223754312046
Binary101011111001111111010110011010010111111011000111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF131F; }

 p { color: rgb(175,19,31); }

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

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

 a { background-color: rgb(175,19,31); }

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

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

 span { border-color: rgb(175,19,31); }

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