#460E18

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

Shades of Rustic Red #460E18

Tints of Rustic Red #460E18

Color information

#460E18 (or 0x460E18) is unknown color: approx Rustic Red. HEX triplet: 46, 0E and 18. RGB value is (70,14,24). Sum of RGB (Red+Green+Blue) = 70+14+24=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #460E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460E18 is #B9F1E7. Grayscale: #1F1F1F. Windows color (decimal): -12186088 or 1576518. OLE color: 1576518.

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

Color convert

RGB701424-
CMYK00.800.660.73
HSL349.29º66.67%16.47%-
HSV(B)349.29º80%27.45%-
XYZ2.851.681.04-
YUV31.88123.55155.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=64.81%
G=12.96%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70142400.800.660.73349.2966.6716.47
Hex46E18050424915d4310
Octal1061630012010211153510320
Binary10001101110110000101000010000101001001101011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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