#460613

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

Shades of Rustic Red #460613

Tints of Rustic Red #460613

Color information

#460613 (or 0x460613) is unknown color: approx Rustic Red. HEX triplet: 46, 06 and 13. RGB value is (70,6,19). Sum of RGB (Red+Green+Blue) = 70+6+19=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460613 is #B9F9EC. Grayscale: #1A1A1A. Windows color (decimal): -12188141 or 1246790. OLE color: 1246790.

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

Color convert

RGB70619-
CMYK00.910.730.73
HSL347.81º84.21%14.9%-
HSV(B)347.81º91.43%27.45%-
XYZ2.711.480.76-
YUV26.62123.7158.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 73.68%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 19 (7.81% from 255) = 20%
R=73.68%
G=6.32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7061900.910.730.73347.8184.2114.9
Hex4661305B494915c54f
Octal106623013311111153412417
Binary100011011010011010110111001001100100110101110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460613; }

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

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

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

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

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

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

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

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