#AF121D

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

Shades of Venetian Red #AF121D

Tints of Venetian Red #AF121D

Color information

#AF121D (or 0xAF121D) is unknown color: approx Venetian Red. HEX triplet: AF, 12 and 1D. RGB value is (175,18,29). Sum of RGB (Red+Green+Blue) = 175+18+29=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF121D is #50EDE2. Grayscale: #424242. Windows color (decimal): -5303779 or 1905327. OLE color: 1905327.

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

Color convert

RGB1751829-
CMYK00.900.830.31
HSL355.8º81.35%37.84%-
HSV(B)355.8º89.71%68.63%-
XYZ18.129.642.07-
YUV66.2107.01205.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 78.83%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 29 (11.72% from 255) = 13.06%
R=78.83%
G=8.11%
B=13.06%

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
Decimal175182900.900.830.31355.881.3537.84
HexAF121D05A531F1645126
Octal257223501321233754412146
Binary101011111001011101010110101010011111111011001001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF121D; }

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

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

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

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

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

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

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

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