#AF121E

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

Shades of Venetian Red #AF121E

Tints of Venetian Red #AF121E

Color information

#AF121E (or 0xAF121E) is unknown color: approx Venetian Red. HEX triplet: AF, 12 and 1E. RGB value is (175,18,30). Sum of RGB (Red+Green+Blue) = 175+18+30=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF121E is #50EDE1. Grayscale: #424242. Windows color (decimal): -5303778 or 1970863. OLE color: 1970863.

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

Color convert

RGB1751830-
CMYK00.900.830.31
HSL355.41º81.35%37.84%-
HSV(B)355.41º89.71%68.63%-
XYZ18.139.642.13-
YUV66.31107.51205.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 78.48%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=78.48%
G=8.07%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175183000.900.830.31355.4181.3537.84
HexAF121E05A531F1635126
Octal257223601321233754312146
Binary101011111001011110010110101010011111111011000111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF121E; }

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

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

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

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

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

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

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

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