#46161A

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

Shades of Rustic Red #46161A

Tints of Rustic Red #46161A

Color information

#46161A (or 0x46161A) is unknown color: approx Rustic Red. HEX triplet: 46, 16 and 1A. RGB value is (70,22,26). Sum of RGB (Red+Green+Blue) = 70+22+26=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46161A is #B9E9E5. Grayscale: #242424. Windows color (decimal): -12184038 or 1709638. OLE color: 1709638.

HSL color Cylindrical-coordinate representation of color #46161A: hue angle of 355º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46161A is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB702226-
CMYK00.690.630.73
HSL355º52.17%18.04%-
HSV(B)355º68.57%27.45%-
XYZ31.951.2-
YUV36.81121.9151.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 22 (8.98% from 255) = 18.64%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=59.32%
G=18.64%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70222600.690.630.7335552.1718.04
Hex46161A0453F491633412
Octal10626320105771115436422
Binary1000110101101101001000101111111100100110110001111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46161A; }

 p { color: rgb(70,22,26); }

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

<style>
 a { background-color: #46161A; }

 a { background-color: rgb(70,22,26); }

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

<style>
 span { border-color: #46161A; }

 span { border-color: rgb(70,22,26); }

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