#460516

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

Shades of Rustic Red #460516

Tints of Rustic Red #460516

Color information

#460516 (or 0x460516) is unknown color: approx Rustic Red. HEX triplet: 46, 05 and 16. RGB value is (70,5,22). Sum of RGB (Red+Green+Blue) = 70+5+22=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #460516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460516 is #B9FAE9. Grayscale: #1A1A1A. Windows color (decimal): -12188394 or 1443142. OLE color: 1443142.

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

Color convert

RGB70522-
CMYK00.930.690.73
HSL344.31º86.67%14.71%-
HSV(B)344.31º92.86%27.45%-
XYZ2.721.470.9-
YUV26.37125.53159.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.16%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=72.16%
G=5.15%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7052200.930.690.73344.3186.6714.71
Hex4651605D454915857f
Octal106526013510511153012717
Binary100011010110110010111011000101100100110101100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460516; }

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

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

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

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

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

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

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

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