#af0f1f

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

Shades of Venetian Red #AF0F1F

Tints of Venetian Red #AF0F1F

Color information

#AF0F1F (or 0xAF0F1F) is unknown color: approx Venetian Red. HEX triplet: AF, 0F and 1F. RGB value is (175,15,31). Sum of RGB (Red+Green+Blue) = 175+15+31=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F1F is #50F0E0. Grayscale: #404040. Windows color (decimal): -5304545 or 2035631. OLE color: 2035631.

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

Color convert

RGB1751531-
CMYK00.910.820.31
HSL354º84.21%37.25%-
HSV(B)354º91.43%68.63%-
XYZ18.19.552.19-
YUV64.66109.01206.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 79.19%
GREEN value IS 15 (6.25% from 255) = 6.79%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=79.19%
G=6.79%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175153100.910.820.3135484.2137.25
HexAFF1F05B521F1625425
Octal257173701331223754212445
Binary10101111111111111010110111010010111111011000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0f1f; }

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

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

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

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

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

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

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

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