#460D10

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

Shades of Rustic Red #460D10

Tints of Rustic Red #460D10

Color information

#460D10 (or 0x460D10) is unknown color: approx Rustic Red. HEX triplet: 46, 0D and 10. RGB value is (70,13,16). Sum of RGB (Red+Green+Blue) = 70+13+16=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #460D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D10 is #B9F2EF. Grayscale: #1E1E1E. Windows color (decimal): -12186352 or 1051974. OLE color: 1051974.

HSL color Cylindrical-coordinate representation of color #460D10: hue angle of 356.84º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460D10 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB701316-
CMYK00.810.770.73
HSL356.84º68.67%16.27%-
HSV(B)356.84º81.43%27.45%-
XYZ2.761.630.66-
YUV30.38119.88156.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70.71%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=70.71%
G=13.13%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70131600.810.770.73356.8468.6716.27
Hex46D100514D491654510
Octal1061520012111511154510520
Binary10001101101100000101000110011011001001101100101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460D10; }

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

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

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

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

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

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

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

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