#AF111B

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

Shades of Venetian Red #AF111B

Tints of Venetian Red #AF111B

Color information

#AF111B (or 0xAF111B) is unknown color: approx Venetian Red. HEX triplet: AF, 11 and 1B. RGB value is (175,17,27). Sum of RGB (Red+Green+Blue) = 175+17+27=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF111B is #50EEE4. Grayscale: #414141. Windows color (decimal): -5304037 or 1773999. OLE color: 1773999.

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

Color convert

RGB1751727-
CMYK00.900.850.31
HSL356.2º82.29%37.65%-
HSV(B)356.2º90.29%68.63%-
XYZ18.089.591.94-
YUV65.38106.35206.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 79.91%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 27 (10.94% from 255) = 12.33%
R=79.91%
G=7.76%
B=12.33%

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
Decimal175172700.900.850.31356.282.2937.65
HexAF111B05A551F1645226
Octal257213301321253754412246
Binary101011111000111011010110101010101111111011001001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF111B; }

 p { color: rgb(175,17,27); }

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

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

 a { background-color: rgb(175,17,27); }

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

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

 span { border-color: rgb(175,17,27); }

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