#46181B

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

Shades of Rustic Red #46181B

Tints of Rustic Red #46181B

Color information

#46181B (or 0x46181B) is unknown color: approx Rustic Red. HEX triplet: 46, 18 and 1B. RGB value is (70,24,27). Sum of RGB (Red+Green+Blue) = 70+24+27=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46181B is #B9E7E4. Grayscale: #262626. Windows color (decimal): -12183525 or 1775686. OLE color: 1775686.

HSL color Cylindrical-coordinate representation of color #46181B: hue angle of 356.09º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46181B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB702427-
CMYK00.660.610.73
HSL356.09º48.94%18.43%-
HSV(B)356.09º65.71%27.45%-
XYZ3.052.031.27-
YUV38.1121.74150.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=57.85%
G=19.83%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70242700.660.610.73356.0948.9418.43
Hex46181B0423D491643112
Octal10630330102751115446122
Binary1000110110001101101000010111101100100110110010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,24,27); }

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

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

 a { background-color: rgb(70,24,27); }

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

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

 span { border-color: rgb(70,24,27); }

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