#46040F

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

Shades of Rustic Red #46040F

Tints of Rustic Red #46040F

Color information

#46040F (or 0x46040F) is unknown color: approx Rustic Red. HEX triplet: 46, 04 and 0F. RGB value is (70,4,15). Sum of RGB (Red+Green+Blue) = 70+4+15=89 (11% of max value = 765). Red value is 70 (27.73% from 255 or 78.65% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 70 - color contains mainly: red. Hex color #46040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46040F is #B9FBF0. Grayscale: #191919. Windows color (decimal): -12188657 or 984134. OLE color: 984134.

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

Color convert

RGB70415-
CMYK00.940.790.73
HSL350º89.19%14.51%-
HSV(B)350º94.29%27.45%-
XYZ2.661.420.59-
YUV24.99122.37160.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 78.65%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=78.65%
G=4.49%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041500.940.790.7335089.1914.51
Hex464F05E4F4915e59f
Octal106417013611711153613117
Binary10001101001111010111101001111100100110101111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46040F; }

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

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

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

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

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

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

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

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