#AF0B1C

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

Shades of Venetian Red #AF0B1C

Tints of Venetian Red #AF0B1C

Color information

#AF0B1C (or 0xAF0B1C) is unknown color: approx Venetian Red. HEX triplet: AF, 0B and 1C. RGB value is (175,11,28). Sum of RGB (Red+Green+Blue) = 175+11+28=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0B1C is #50F4E3. Grayscale: #3E3E3E. Windows color (decimal): -5305572 or 1837999. OLE color: 1837999.

HSL color Cylindrical-coordinate representation of color #AF0B1C: hue angle of 353.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B1C is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1751128-
CMYK00.940.840.31
HSL353.78º88.17%36.47%-
HSV(B)353.78º93.71%68.63%-
XYZ18.019.441.97-
YUV61.97108.83208.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 81.78%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 28 (11.33% from 255) = 13.08%
R=81.78%
G=5.14%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175112800.940.840.31353.7888.1736.47
HexAFB1C05E541F1625824
Octal257133401361243754213044
Binary10101111101111100010111101010100111111011000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0B1C; }

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

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

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

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

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

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

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

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