#46040C

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

Shades of Rustic Red #46040C

Tints of Rustic Red #46040C

Color information

#46040C (or 0x46040C) is unknown color: approx Rustic Red. HEX triplet: 46, 04 and 0C. RGB value is (70,4,12). Sum of RGB (Red+Green+Blue) = 70+4+12=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #46040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46040C is #B9FBF3. Grayscale: #181818. Windows color (decimal): -12188660 or 787526. OLE color: 787526.

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

Color convert

RGB70412-
CMYK00.940.830.73
HSL352.73º89.19%14.51%-
HSV(B)352.73º94.29%27.45%-
XYZ2.641.420.48-
YUV24.65120.87160.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 81.40%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=81.40%
G=4.65%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041200.940.830.73352.7389.1914.51
Hex464C05E534916159f
Octal106414013612311154113117
Binary10001101001100010111101010011100100110110000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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