#460510

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

Shades of Rustic Red #460510

Tints of Rustic Red #460510

Color information

#460510 (or 0x460510) is unknown color: approx Rustic Red. HEX triplet: 46, 05 and 10. RGB value is (70,5,16). Sum of RGB (Red+Green+Blue) = 70+5+16=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #460510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460510 is #B9FAEF. Grayscale: #191919. Windows color (decimal): -12188400 or 1049926. OLE color: 1049926.

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

Color convert

RGB70516-
CMYK00.930.770.73
HSL349.85º86.67%14.71%-
HSV(B)349.85º92.86%27.45%-
XYZ2.671.450.63-
YUV25.69122.53159.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.92%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=76.92%
G=5.49%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051600.930.770.73349.8586.6714.71
Hex4651005D4D4915e57f
Octal106520013511511153612717
Binary100011010110000010111011001101100100110101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460510; }

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

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

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

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

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

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

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

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