#AF0415

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

Shades of Venetian Red #AF0415

Tints of Venetian Red #AF0415

Color information

#AF0415 (or 0xAF0415) is unknown color: approx Venetian Red. HEX triplet: AF, 04 and 15. RGB value is (175,4,21). Sum of RGB (Red+Green+Blue) = 175+4+21=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0415 is #50FBEA. Grayscale: #393939. Windows color (decimal): -5307371 or 1377455. OLE color: 1377455.

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

Color convert

RGB175421-
CMYK00.980.880.31
HSL354.04º95.53%35.1%-
HSV(B)354.04º97.71%68.63%-
XYZ17.869.251.55-
YUV57.07107.65212.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 87.5%
GREEN value IS 4 (1.95% from 255) = 2%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=87.5%
G=2%
B=10.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17542100.980.880.31354.0495.5335.1
HexAF415062581F1626023
Octal25742501421303754214043
Binary1010111110010101011000101011000111111011000101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0415; }

 p { color: rgb(175,4,21); }

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

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

 a { background-color: rgb(175,4,21); }

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

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

 span { border-color: rgb(175,4,21); }

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