#AF121A

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

Shades of Venetian Red #AF121A

Tints of Venetian Red #AF121A

Color information

#AF121A (or 0xAF121A) is unknown color: approx Venetian Red. HEX triplet: AF, 12 and 1A. RGB value is (175,18,26). Sum of RGB (Red+Green+Blue) = 175+18+26=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF121A is #50EDE5. Grayscale: #414141. Windows color (decimal): -5303782 or 1708719. OLE color: 1708719.

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

Color convert

RGB1751826-
CMYK00.900.850.31
HSL356.94º81.35%37.84%-
HSV(B)356.94º89.71%68.63%-
XYZ18.089.621.88-
YUV65.85105.51205.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 79.91%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=79.91%
G=8.22%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175182600.900.850.31356.9481.3537.84
HexAF121A05A551F1655126
Octal257223201321253754512146
Binary101011111001011010010110101010101111111011001011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF121A; }

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

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

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

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

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

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

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

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