#460E14

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

Shades of Rustic Red #460E14

Tints of Rustic Red #460E14

Color information

#460E14 (or 0x460E14) is unknown color: approx Rustic Red. HEX triplet: 46, 0E and 14. RGB value is (70,14,20). Sum of RGB (Red+Green+Blue) = 70+14+20=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #460E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E14 is #B9F1EB. Grayscale: #1F1F1F. Windows color (decimal): -12186092 or 1314374. OLE color: 1314374.

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

Color convert

RGB701420-
CMYK00.800.710.73
HSL353.57º66.67%16.47%-
HSV(B)353.57º80%27.45%-
XYZ2.811.670.84-
YUV31.43121.55155.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=67.31%
G=13.46%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70142000.800.710.73353.5766.6716.47
Hex46E1405047491624310
Octal1061624012010711154210320
Binary10001101110101000101000010001111001001101100010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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