#460D18

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

Shades of Rustic Red #460D18

Tints of Rustic Red #460D18

Color information

#460D18 (or 0x460D18) is unknown color: approx Rustic Red. HEX triplet: 46, 0D and 18. RGB value is (70,13,24). Sum of RGB (Red+Green+Blue) = 70+13+24=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #460D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D18 is #B9F2E7. Grayscale: #1F1F1F. Windows color (decimal): -12186344 or 1576262. OLE color: 1576262.

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

Color convert

RGB701324-
CMYK00.810.660.73
HSL348.42º68.67%16.27%-
HSV(B)348.42º81.43%27.45%-
XYZ2.831.661.03-
YUV31.3123.88155.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=65.42%
G=12.15%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70132400.810.660.73348.4268.6716.27
Hex46D18051424915c4510
Octal1061530012110211153410520
Binary10001101101110000101000110000101001001101011100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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