#46151A

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

Shades of Rustic Red #46151A

Tints of Rustic Red #46151A

Color information

#46151A (or 0x46151A) is unknown color: approx Rustic Red. HEX triplet: 46, 15 and 1A. RGB value is (70,21,26). Sum of RGB (Red+Green+Blue) = 70+21+26=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46151A is #B9EAE5. Grayscale: #242424. Windows color (decimal): -12184294 or 1709382. OLE color: 1709382.

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

Color convert

RGB702126-
CMYK00.700.630.73
HSL353.88º53.85%17.84%-
HSV(B)353.88º70%27.45%-
XYZ2.981.911.19-
YUV36.22122.23152.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=59.83%
G=17.95%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70212600.700.630.73353.8853.8517.84
Hex46151A0463F491623612
Octal10625320106771115426622
Binary1000110101011101001000110111111100100110110001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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