#AF0413

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

Shades of Venetian Red #AF0413

Tints of Venetian Red #AF0413

Color information

#AF0413 (or 0xAF0413) is unknown color: approx Venetian Red. HEX triplet: AF, 04 and 13. RGB value is (175,4,19). Sum of RGB (Red+Green+Blue) = 175+4+19=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0413 is #50FBEC. Grayscale: #383838. Windows color (decimal): -5307373 or 1246383. OLE color: 1246383.

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

Color convert

RGB175419-
CMYK00.980.890.31
HSL354.74º95.53%35.1%-
HSV(B)354.74º97.71%68.63%-
XYZ17.849.251.46-
YUV56.84106.65212.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 88.38%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 19 (7.81% from 255) = 9.60%
R=88.38%
G=2.02%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17541900.980.890.31354.7495.5335.1
HexAF413062591F1636023
Octal25742301421313754314043
Binary1010111110010011011000101011001111111011000111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0413; }

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

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

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

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

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

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

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

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