#46040D

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

Shades of Rustic Red #46040D

Tints of Rustic Red #46040D

Color information

#46040D (or 0x46040D) is unknown color: approx Rustic Red. HEX triplet: 46, 04 and 0D. RGB value is (70,4,13). Sum of RGB (Red+Green+Blue) = 70+4+13=87 (11% of max value = 765). Red value is 70 (27.73% from 255 or 80.46% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 70 - color contains mainly: red. Hex color #46040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46040D is #B9FBF2. Grayscale: #181818. Windows color (decimal): -12188659 or 853062. OLE color: 853062.

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

Color convert

RGB70413-
CMYK00.940.810.73
HSL351.82º89.19%14.51%-
HSV(B)351.82º94.29%27.45%-
XYZ2.641.420.52-
YUV24.76121.37160.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 80.46%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=80.46%
G=4.60%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041300.940.810.73351.8289.1914.51
Hex464D05E514916059f
Octal106415013612111154013117
Binary10001101001101010111101010001100100110110000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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