#460609

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

Shades of Rustic Red #460609

Tints of Rustic Red #460609

Color information

#460609 (or 0x460609) is unknown color: approx Rustic Red. HEX triplet: 46, 06 and 09. RGB value is (70,6,9). Sum of RGB (Red+Green+Blue) = 70+6+9=85 (11% of max value = 765). Red value is 70 (27.73% from 255 or 82.35% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 70 - color contains mainly: red. Hex color #460609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460609 is #B9F9F6. Grayscale: #191919. Windows color (decimal): -12188151 or 591430. OLE color: 591430.

HSL color Cylindrical-coordinate representation of color #460609: hue angle of 357.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460609 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB7069-
CMYK00.910.870.73
HSL357.19º84.21%14.9%-
HSV(B)357.19º91.43%27.45%-
XYZ2.641.450.4-
YUV25.48118.7159.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 82.35%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 9 (3.91% from 255) = 10.59%
R=82.35%
G=7.06%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal706900.910.870.73357.1984.2114.9
Hex466905B574916554f
Octal106611013312711154512417
Binary10001101101001010110111010111100100110110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460609; }

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

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

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

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

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

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

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

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