#460710

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

Shades of Rustic Red #460710

Tints of Rustic Red #460710

Color information

#460710 (or 0x460710) is unknown color: approx Rustic Red. HEX triplet: 46, 07 and 10. RGB value is (70,7,16). Sum of RGB (Red+Green+Blue) = 70+7+16=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #460710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460710 is #B9F8EF. Grayscale: #1A1A1A. Windows color (decimal): -12187888 or 1050438. OLE color: 1050438.

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

Color convert

RGB70716-
CMYK00.900.770.73
HSL351.43º81.82%15.1%-
HSV(B)351.43º90%27.45%-
XYZ2.71.490.64-
YUV26.86121.87158.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 75.27%
GREEN value IS 7 (3.12% from 255) = 7.53%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=75.27%
G=7.53%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7071600.900.770.73351.4381.8215.1
Hex4671005A4D4915f52f
Octal106720013211511153712217
Binary100011011110000010110101001101100100110101111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460710; }

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

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

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

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

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

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

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

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