#460513

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

Shades of Rustic Red #460513

Tints of Rustic Red #460513

Color information

#460513 (or 0x460513) is unknown color: approx Rustic Red. HEX triplet: 46, 05 and 13. RGB value is (70,5,19). Sum of RGB (Red+Green+Blue) = 70+5+19=94 (12% of max value = 765). Red value is 70 (27.73% from 255 or 74.47% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 70 - color contains mainly: red. Hex color #460513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460513 is #B9FAEC. Grayscale: #1A1A1A. Windows color (decimal): -12188397 or 1246534. OLE color: 1246534.

HSL color Cylindrical-coordinate representation of color #460513: hue angle of 347.08º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460513 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB70519-
CMYK00.930.730.73
HSL347.08º86.67%14.71%-
HSV(B)347.08º92.86%27.45%-
XYZ2.71.460.76-
YUV26.03124.03159.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 74.47%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=74.47%
G=5.32%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051900.930.730.73347.0886.6714.71
Hex4651305D494915b57f
Octal106523013511111153312717
Binary100011010110011010111011001001100100110101101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460513; }

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

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

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

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

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

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

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

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