#460614

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

Shades of Rustic Red #460614

Tints of Rustic Red #460614

Color information

#460614 (or 0x460614) is unknown color: approx Rustic Red. HEX triplet: 46, 06 and 14. RGB value is (70,6,20). Sum of RGB (Red+Green+Blue) = 70+6+20=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #460614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460614 is #B9F9EB. Grayscale: #1A1A1A. Windows color (decimal): -12188140 or 1312326. OLE color: 1312326.

HSL color Cylindrical-coordinate representation of color #460614: hue angle of 346.88º 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 #460614 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB70620-
CMYK00.910.710.73
HSL346.88º84.21%14.9%-
HSV(B)346.88º91.43%27.45%-
XYZ2.721.480.8-
YUV26.73124.2158.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.92%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=72.92%
G=6.25%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7062000.910.710.73346.8884.2114.9
Hex4661405B474915b54f
Octal106624013310711153312417
Binary100011011010100010110111000111100100110101101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460614; }

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

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

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

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

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

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

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

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