#AF0F1E

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

Shades of Venetian Red #AF0F1E

Tints of Venetian Red #AF0F1E

Color information

#AF0F1E (or 0xAF0F1E) is unknown color: approx Venetian Red. HEX triplet: AF, 0F and 1E. RGB value is (175,15,30). Sum of RGB (Red+Green+Blue) = 175+15+30=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F1E is #50F0E1. Grayscale: #404040. Windows color (decimal): -5304546 or 1970095. OLE color: 1970095.

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

Color convert

RGB1751530-
CMYK00.910.830.31
HSL354.38º84.21%37.25%-
HSV(B)354.38º91.43%68.63%-
XYZ18.089.552.12-
YUV64.55108.51206.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 79.55%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 30 (12.11% from 255) = 13.64%
R=79.55%
G=6.82%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175153000.910.830.31354.3884.2137.25
HexAFF1E05B531F1625425
Octal257173601331233754212445
Binary10101111111111110010110111010011111111011000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0F1E; }

 p { color: rgb(175,15,30); }

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

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

 a { background-color: rgb(175,15,30); }

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

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

 span { border-color: rgb(175,15,30); }

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