#460511

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

Shades of Rustic Red #460511

Tints of Rustic Red #460511

Color information

#460511 (or 0x460511) is unknown color: approx Rustic Red. HEX triplet: 46, 05 and 11. RGB value is (70,5,17). Sum of RGB (Red+Green+Blue) = 70+5+17=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #460511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460511 is #B9FAEE. Grayscale: #191919. Windows color (decimal): -12188399 or 1115462. OLE color: 1115462.

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

Color convert

RGB70517-
CMYK00.930.760.73
HSL348.92º86.67%14.71%-
HSV(B)348.92º92.86%27.45%-
XYZ2.681.450.67-
YUV25.8123.03159.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.09%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=76.09%
G=5.43%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051700.930.760.73348.9286.6714.71
Hex4651105D4C4915d57f
Octal106521013511411153512717
Binary100011010110001010111011001100100100110101110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460511; }

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

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

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

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

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

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

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

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