#460709

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

Shades of Rustic Red #460709

Tints of Rustic Red #460709

Color information

#460709 (or 0x460709) is unknown color: approx Rustic Red. HEX triplet: 46, 07 and 09. RGB value is (70,7,9). Sum of RGB (Red+Green+Blue) = 70+7+9=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #460709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460709 is #B9F8F6. Grayscale: #1A1A1A. Windows color (decimal): -12187895 or 591686. OLE color: 591686.

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

Color convert

RGB7079-
CMYK00.900.870.73
HSL358.1º81.82%15.1%-
HSV(B)358.1º90%27.45%-
XYZ2.651.470.4-
YUV26.06118.37159.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 81.40%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 9 (3.91% from 255) = 10.47%
R=81.40%
G=8.14%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707900.900.870.73358.181.8215.1
Hex467905A574916652f
Octal106711013212711154612217
Binary10001101111001010110101010111100100110110011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460709; }

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

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

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

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

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

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

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

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