#460509

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

Shades of Rustic Red #460509

Tints of Rustic Red #460509

Color information

#460509 (or 0x460509) is unknown color: approx Rustic Red. HEX triplet: 46, 05 and 09. RGB value is (70,5,9). Sum of RGB (Red+Green+Blue) = 70+5+9=84 (11% of max value = 765). Red value is 70 (27.73% from 255 or 83.33% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 70 - color contains mainly: red. Hex color #460509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460509 is #B9FAF6. Grayscale: #181818. Windows color (decimal): -12188407 or 591174. OLE color: 591174.

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

Color convert

RGB7059-
CMYK00.930.870.73
HSL356.31º86.67%14.71%-
HSV(B)356.31º92.86%27.45%-
XYZ2.631.430.4-
YUV24.89119.03160.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 83.33%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 9 (3.91% from 255) = 10.71%
R=83.33%
G=5.95%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal705900.930.870.73356.3186.6714.71
Hex465905D574916457f
Octal106511013512711154412717
Binary10001101011001010111011010111100100110110010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460509; }

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

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

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

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

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

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

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

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