#460E15

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

Shades of Rustic Red #460E15

Tints of Rustic Red #460E15

Color information

#460E15 (or 0x460E15) is unknown color: approx Rustic Red. HEX triplet: 46, 0E and 15. RGB value is (70,14,21). Sum of RGB (Red+Green+Blue) = 70+14+21=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #460E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E15 is #B9F1EA. Grayscale: #1F1F1F. Windows color (decimal): -12186091 or 1379910. OLE color: 1379910.

HSL color Cylindrical-coordinate representation of color #460E15: hue angle of 352.5º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #460E15 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB701421-
CMYK00.800.700.73
HSL352.5º66.67%16.47%-
HSV(B)352.5º80%27.45%-
XYZ2.821.670.88-
YUV31.54122.05155.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.67%
GREEN value IS 14 (5.86% from 255) = 13.33%
BLUE value IS 21 (8.59% from 255) = 20%
R=66.67%
G=13.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70142100.800.700.73352.566.6716.47
Hex46E1505046491604310
Octal1061625012010611154010320
Binary10001101110101010101000010001101001001101100000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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