#461218

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

Shades of Rustic Red #461218

Tints of Rustic Red #461218

Color information

#461218 (or 0x461218) is unknown color: approx Rustic Red. HEX triplet: 46, 12 and 18. RGB value is (70,18,24). Sum of RGB (Red+Green+Blue) = 70+18+24=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #461218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461218 is #B9EDE7. Grayscale: #222222. Windows color (decimal): -12185064 or 1577542. OLE color: 1577542.

HSL color Cylindrical-coordinate representation of color #461218: hue angle of 353.08º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461218 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB701824-
CMYK00.740.660.73
HSL353.08º59.09%17.25%-
HSV(B)353.08º74.29%27.45%-
XYZ2.911.81.06-
YUV34.23122.23153.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=62.5%
G=16.07%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70182400.740.660.73353.0859.0917.25
Hex46121804A42491613b11
Octal106223001121021115417321
Binary10001101001011000010010101000010100100110110000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461218; }

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

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

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

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

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

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

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

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