#460410

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

Shades of Rustic Red #460410

Tints of Rustic Red #460410

Color information

#460410 (or 0x460410) is unknown color: approx Rustic Red. HEX triplet: 46, 04 and 10. RGB value is (70,4,16). Sum of RGB (Red+Green+Blue) = 70+4+16=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #460410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460410 is #B9FBEF. Grayscale: #191919. Windows color (decimal): -12188656 or 1049670. OLE color: 1049670.

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

Color convert

RGB70416-
CMYK00.940.770.73
HSL349.09º89.19%14.51%-
HSV(B)349.09º94.29%27.45%-
XYZ2.661.430.63-
YUV25.1122.87160.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 77.78%
GREEN value IS 4 (1.95% from 255) = 4.44%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=77.78%
G=4.44%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041600.940.770.73349.0989.1914.51
Hex4641005E4D4915d59f
Octal106420013611511153513117
Binary100011010010000010111101001101100100110101110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460410; }

 p { color: rgb(70,4,16); }

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

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

 a { background-color: rgb(70,4,16); }

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

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

 span { border-color: rgb(70,4,16); }

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