#461318

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

Shades of Rustic Red #461318

Tints of Rustic Red #461318

Color information

#461318 (or 0x461318) is unknown color: approx Rustic Red. HEX triplet: 46, 13 and 18. RGB value is (70,19,24). Sum of RGB (Red+Green+Blue) = 70+19+24=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #461318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461318 is #B9ECE7. Grayscale: #222222. Windows color (decimal): -12184808 or 1577798. OLE color: 1577798.

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

Color convert

RGB701924-
CMYK00.730.660.73
HSL354.12º57.3%17.45%-
HSV(B)354.12º72.86%27.45%-
XYZ2.921.831.06-
YUV34.82121.9153.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=61.95%
G=16.81%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70192400.730.660.73354.1257.317.45
Hex46131804942491623911
Octal106233001111021115427121
Binary10001101001111000010010011000010100100110110001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461318; }

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

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

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

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

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

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

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

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