#460D17

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

Shades of Rustic Red #460D17

Tints of Rustic Red #460D17

Color information

#460D17 (or 0x460D17) is unknown color: approx Rustic Red. HEX triplet: 46, 0D and 17. RGB value is (70,13,23). Sum of RGB (Red+Green+Blue) = 70+13+23=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #460D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D17 is #B9F2E8. Grayscale: #1F1F1F. Windows color (decimal): -12186345 or 1510726. OLE color: 1510726.

HSL color Cylindrical-coordinate representation of color #460D17: hue angle of 349.47º 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 #460D17 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB701323-
CMYK00.810.670.73
HSL349.47º68.67%16.27%-
HSV(B)349.47º81.43%27.45%-
XYZ2.821.650.98-
YUV31.18123.38155.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=66.04%
G=12.26%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70132300.810.670.73349.4768.6716.27
Hex46D17051434915d4510
Octal1061527012110311153510520
Binary10001101101101110101000110000111001001101011101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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