#460415

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

Shades of Rustic Red #460415

Tints of Rustic Red #460415

Color information

#460415 (or 0x460415) is unknown color: approx Rustic Red. HEX triplet: 46, 04 and 15. RGB value is (70,4,21). Sum of RGB (Red+Green+Blue) = 70+4+21=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460415 is #B9FBEA. Grayscale: #191919. Windows color (decimal): -12188651 or 1377350. OLE color: 1377350.

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

Color convert

RGB70421-
CMYK00.940.700.73
HSL344.55º89.19%14.51%-
HSV(B)344.55º94.29%27.45%-
XYZ2.71.440.85-
YUV25.67125.37159.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 73.68%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=73.68%
G=4.21%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7042100.940.700.73344.5589.1914.51
Hex4641505E464915959f
Octal106425013610611153113117
Binary100011010010101010111101000110100100110101100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460415; }

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

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

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

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

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

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

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

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