#AF131E

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

Shades of Venetian Red #AF131E

Tints of Venetian Red #AF131E

Color information

#AF131E (or 0xAF131E) is unknown color: approx Venetian Red. HEX triplet: AF, 13 and 1E. RGB value is (175,19,30). Sum of RGB (Red+Green+Blue) = 175+19+30=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF131E is #50ECE1. Grayscale: #434343. Windows color (decimal): -5303522 or 1971119. OLE color: 1971119.

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

Color convert

RGB1751930-
CMYK00.890.830.31
HSL355.77º80.41%38.04%-
HSV(B)355.77º89.14%68.63%-
XYZ18.159.672.14-
YUV66.9107.18205.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 78.12%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=78.12%
G=8.48%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175193000.890.830.31355.7780.4138.04
HexAF131E059531F1645026
Octal257233601311233754412046
Binary101011111001111110010110011010011111111011001001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF131E; }

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

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

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

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

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

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

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

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