#461316

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

Shades of Rustic Red #461316

Tints of Rustic Red #461316

Color information

#461316 (or 0x461316) is unknown color: approx Rustic Red. HEX triplet: 46, 13 and 16. RGB value is (70,19,22). Sum of RGB (Red+Green+Blue) = 70+19+22=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461316 is #B9ECE9. Grayscale: #222222. Windows color (decimal): -12184810 or 1446726. OLE color: 1446726.

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

Color convert

RGB701922-
CMYK00.730.690.73
HSL356.47º57.3%17.45%-
HSV(B)356.47º72.86%27.45%-
XYZ2.91.830.96-
YUV34.59120.9153.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.06%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=63.06%
G=17.12%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70192200.730.690.73356.4757.317.45
Hex46131604945491643911
Octal106232601111051115447121
Binary10001101001110110010010011000101100100110110010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461316; }

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

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

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

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

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

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

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

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