#491A1B

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

Shades of Rustic Red #491A1B

Tints of Rustic Red #491A1B

Color information

#491A1B (or 0x491A1B) is unknown color: approx Rustic Red. HEX triplet: 49, 1A and 1B. RGB value is (73,26,27). Sum of RGB (Red+Green+Blue) = 73+26+27=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #491A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A1B is #B6E5E4. Grayscale: #282828. Windows color (decimal): -11986405 or 1776201. OLE color: 1776201.

HSL color Cylindrical-coordinate representation of color #491A1B: hue angle of 358.72º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A1B is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB732627-
CMYK00.640.630.71
HSL358.72º47.47%19.41%-
HSV(B)358.72º64.38%28.63%-
XYZ3.312.231.29-
YUV40.17120.57151.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=57.94%
G=20.63%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73262700.640.630.71358.7247.4719.41
Hex491A1B0403F471672f13
Octal11132330100771075475723
Binary1001001110101101101000000111111100011110110011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491A1B; }

 p { color: rgb(73,26,27); }

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

<style>
 a { background-color: #491A1B; }

 a { background-color: rgb(73,26,27); }

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

<style>
 span { border-color: #491A1B; }

 span { border-color: rgb(73,26,27); }

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