#460D15

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

Shades of Rustic Red #460D15

Tints of Rustic Red #460D15

Color information

#460D15 (or 0x460D15) is unknown color: approx Rustic Red. HEX triplet: 46, 0D and 15. RGB value is (70,13,21). Sum of RGB (Red+Green+Blue) = 70+13+21=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #460D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D15 is #B9F2EA. Grayscale: #1E1E1E. Windows color (decimal): -12186347 or 1379654. OLE color: 1379654.

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

Color convert

RGB701321-
CMYK00.810.700.73
HSL351.58º68.67%16.27%-
HSV(B)351.58º81.43%27.45%-
XYZ2.811.640.88-
YUV30.96122.38155.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=67.31%
G=12.5%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70132100.810.700.73351.5868.6716.27
Hex46D1505146491604510
Octal1061525012110611154010520
Binary10001101101101010101000110001101001001101100000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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