#490D14

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

Shades of Rustic Red #490D14

Tints of Rustic Red #490D14

Color information

#490D14 (or 0x490D14) is unknown color: approx Rustic Red. HEX triplet: 49, 0D and 14. RGB value is (73,13,20). Sum of RGB (Red+Green+Blue) = 73+13+20=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #490D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490D14 is #B6F2EB. Grayscale: #1F1F1F. Windows color (decimal): -11989740 or 1314121. OLE color: 1314121.

HSL color Cylindrical-coordinate representation of color #490D14: hue angle of 353º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490D14 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB731320-
CMYK00.820.730.71
HSL353º69.77%16.86%-
HSV(B)353º82.19%28.63%-
XYZ3.021.750.84-
YUV31.74121.38157.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.87%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=68.87%
G=12.26%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73132000.820.730.7135369.7716.86
Hex49D1405249471614611
Octal1111524012211110754110621
Binary10010011101101000101001010010011000111101100001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490D14; }

 p { color: rgb(73,13,20); }

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

<style>
 a { background-color: #490D14; }

 a { background-color: rgb(73,13,20); }

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

<style>
 span { border-color: #490D14; }

 span { border-color: rgb(73,13,20); }

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