#461516

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

Shades of Rustic Red #461516

Tints of Rustic Red #461516

Color information

#461516 (or 0x461516) is unknown color: approx Rustic Red. HEX triplet: 46, 15 and 16. RGB value is (70,21,22). Sum of RGB (Red+Green+Blue) = 70+21+22=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #461516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461516 is #B9EAE9. Grayscale: #232323. Windows color (decimal): -12184298 or 1447238. OLE color: 1447238.

HSL color Cylindrical-coordinate representation of color #461516: hue angle of 358.78º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461516 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB702122-
CMYK00.700.690.73
HSL358.78º53.85%17.84%-
HSV(B)358.78º70%27.45%-
XYZ2.941.90.97-
YUV35.76120.23152.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=61.95%
G=18.58%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70212200.700.690.73358.7853.8517.84
Hex46151604645491673612
Octal106252601061051115476622
Binary10001101010110110010001101000101100100110110011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461516; }

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

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

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

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

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

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

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

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