#46171A

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

Shades of Rustic Red #46171A

Tints of Rustic Red #46171A

Color information

#46171A (or 0x46171A) is unknown color: approx Rustic Red. HEX triplet: 46, 17 and 1A. RGB value is (70,23,26). Sum of RGB (Red+Green+Blue) = 70+23+26=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #46171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46171A is #B9E8E5. Grayscale: #252525. Windows color (decimal): -12183782 or 1709894. OLE color: 1709894.

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

Color convert

RGB702326-
CMYK00.670.630.73
HSL356.17º50.54%18.24%-
HSV(B)356.17º67.14%27.45%-
XYZ3.021.991.2-
YUV37.39121.57151.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.82%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=58.82%
G=19.33%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70232600.670.630.73356.1750.5418.24
Hex46171A0433F491643312
Octal10627320103771115446322
Binary1000110101111101001000011111111100100110110010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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