#46040B

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

Shades of Rustic Red #46040B

Tints of Rustic Red #46040B

Color information

#46040B (or 0x46040B) is unknown color: approx Rustic Red. HEX triplet: 46, 04 and 0B. RGB value is (70,4,11). Sum of RGB (Red+Green+Blue) = 70+4+11=85 (11% of max value = 765). Red value is 70 (27.73% from 255 or 82.35% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 70 - color contains mainly: red. Hex color #46040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46040B is #B9FBF4. Grayscale: #181818. Windows color (decimal): -12188661 or 721990. OLE color: 721990.

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

Color convert

RGB70411-
CMYK00.940.840.73
HSL353.64º89.19%14.51%-
HSV(B)353.64º94.29%27.45%-
XYZ2.631.410.45-
YUV24.53120.37160.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 82.35%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=82.35%
G=4.71%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7041100.940.840.73353.6489.1914.51
Hex464B05E544916259f
Octal106413013612411154213117
Binary10001101001011010111101010100100100110110001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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