#AF121C

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

Shades of Venetian Red #AF121C

Tints of Venetian Red #AF121C

Color information

#AF121C (or 0xAF121C) is unknown color: approx Venetian Red. HEX triplet: AF, 12 and 1C. RGB value is (175,18,28). Sum of RGB (Red+Green+Blue) = 175+18+28=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF121C is #50EDE3. Grayscale: #424242. Windows color (decimal): -5303780 or 1839791. OLE color: 1839791.

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

Color convert

RGB1751828-
CMYK00.900.840.31
HSL356.18º81.35%37.84%-
HSV(B)356.18º89.71%68.63%-
XYZ18.119.632-
YUV66.08106.51205.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 79.19%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=79.19%
G=8.14%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175182800.900.840.31356.1881.3537.84
HexAF121C05A541F1645126
Octal257223401321243754412146
Binary101011111001011100010110101010100111111011001001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF121C; }

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

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

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

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

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

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

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

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