#410513

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

Shades of Rustic Red #410513

Tints of Rustic Red #410513

Color information

#410513 (or 0x410513) is unknown color: approx Rustic Red. HEX triplet: 41, 05 and 13. RGB value is (65,5,19). Sum of RGB (Red+Green+Blue) = 65+5+19=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #410513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410513 is #BEFAEC. Grayscale: #181818. Windows color (decimal): -12516077 or 1246529. OLE color: 1246529.

HSL color Cylindrical-coordinate representation of color #410513: hue angle of 346º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410513 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB65519-
CMYK00.920.710.75
HSL346º85.71%13.73%-
HSV(B)346º92.31%25.49%-
XYZ2.351.280.74-
YUV24.54124.88156.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.03%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=73.03%
G=5.62%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6551900.920.710.7534685.7113.73
Hex4151305C474B15a56e
Octal101523013410711353212616
Binary100000110110011010111001000111100101110101101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410513; }

 p { color: rgb(65,5,19); }

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

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

 a { background-color: rgb(65,5,19); }

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

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

 span { border-color: rgb(65,5,19); }

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