#460506

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

Shades of Rustic Red #460506

Tints of Rustic Red #460506

Color information

#460506 (or 0x460506) is unknown color: approx Rustic Red. HEX triplet: 46, 05 and 06. RGB value is (70,5,6). Sum of RGB (Red+Green+Blue) = 70+5+6=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #460506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460506 is #B9FAF9. Grayscale: #181818. Windows color (decimal): -12188410 or 394566. OLE color: 394566.

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

Color convert

RGB7056-
CMYK00.930.910.73
HSL359.08º86.67%14.71%-
HSV(B)359.08º92.86%27.45%-
XYZ2.611.420.31-
YUV24.55117.53160.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 86.42%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 6 (2.73% from 255) = 7.41%
R=86.42%
G=6.17%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal705600.930.910.73359.0886.6714.71
Hex465605D5B4916757f
Octal10656013513311154712717
Binary1000110101110010111011011011100100110110011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460506; }

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

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

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

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

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

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

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

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