#460508

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

Shades of Rustic Red #460508

Tints of Rustic Red #460508

Color information

#460508 (or 0x460508) is unknown color: approx Rustic Red. HEX triplet: 46, 05 and 08. RGB value is (70,5,8). Sum of RGB (Red+Green+Blue) = 70+5+8=83 (10% of max value = 765). Red value is 70 (27.73% from 255 or 84.34% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 70 - color contains mainly: red. Hex color #460508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460508 is #B9FAF7. Grayscale: #181818. Windows color (decimal): -12188408 or 525638. OLE color: 525638.

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

Color convert

RGB7058-
CMYK00.930.890.73
HSL357.23º86.67%14.71%-
HSV(B)357.23º92.86%27.45%-
XYZ2.621.430.37-
YUV24.78118.53160.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 84.34%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=84.34%
G=6.02%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal705800.930.890.73357.2386.6714.71
Hex465805D594916557f
Octal106510013513111154512717
Binary10001101011000010111011011001100100110110010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460508; }

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

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

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

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

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

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

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

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