#461115

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

Shades of Rustic Red #461115

Tints of Rustic Red #461115

Color information

#461115 (or 0x461115) is unknown color: approx Rustic Red. HEX triplet: 46, 11 and 15. RGB value is (70,17,21). Sum of RGB (Red+Green+Blue) = 70+17+21=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461115 is #B9EEEA. Grayscale: #212121. Windows color (decimal): -12185323 or 1380678. OLE color: 1380678.

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

Color convert

RGB701721-
CMYK00.760.700.73
HSL355.47º60.92%17.06%-
HSV(B)355.47º75.71%27.45%-
XYZ2.861.760.9-
YUV33.3121.06154.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=64.81%
G=15.74%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70172100.760.700.73355.4760.9217.06
Hex46111504C46491633d11
Octal106212501141061115437521
Binary10001101000110101010011001000110100100110110001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461115; }

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

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

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

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

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

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

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

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