#460411

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

Shades of Rustic Red #460411

Tints of Rustic Red #460411

Color information

#460411 (or 0x460411) is unknown color: approx Rustic Red. HEX triplet: 46, 04 and 11. RGB value is (70,4,17). Sum of RGB (Red+Green+Blue) = 70+4+17=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #460411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460411 is #B9FBEE. Grayscale: #191919. Windows color (decimal): -12188655 or 1115206. OLE color: 1115206.

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

Color convert

RGB70417-
CMYK00.940.760.73
HSL348.18º89.19%14.51%-
HSV(B)348.18º94.29%27.45%-
XYZ2.671.430.67-
YUV25.22123.37159.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 76.92%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=76.92%
G=4.40%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041700.940.760.73348.1889.1914.51
Hex4641105E4C4915c59f
Octal106421013611411153413117
Binary100011010010001010111101001100100100110101110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460411; }

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

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

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

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

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

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

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

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