#460A13

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

Shades of Rustic Red #460A13

Tints of Rustic Red #460A13

Color information

#460A13 (or 0x460A13) is unknown color: approx Rustic Red. HEX triplet: 46, 0A and 13. RGB value is (70,10,19). Sum of RGB (Red+Green+Blue) = 70+10+19=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #460A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A13 is #B9F5EC. Grayscale: #1C1C1C. Windows color (decimal): -12187117 or 1247814. OLE color: 1247814.

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

Color convert

RGB701019-
CMYK00.860.730.73
HSL351º75%15.69%-
HSV(B)351º85.71%27.45%-
XYZ2.751.570.77-
YUV28.97122.38157.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70.71%
GREEN value IS 10 (4.30% from 255) = 10.10%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=70.71%
G=10.10%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70101900.860.730.733517515.69
Hex46A13056494915f4b10
Octal1061223012611111153711320
Binary10001101010100110101011010010011001001101011111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,10,19); }

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

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

 a { background-color: rgb(70,10,19); }

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

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

 span { border-color: rgb(70,10,19); }

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