#490213

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

Shades of Rustic Red #490213

Tints of Rustic Red #490213

Color information

#490213 (or 0x490213) is unknown color: approx Rustic Red. HEX triplet: 49, 02 and 13. RGB value is (73,2,19). Sum of RGB (Red+Green+Blue) = 73+2+19=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #490213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490213 is #B6FDEC. Grayscale: #191919. Windows color (decimal): -11992557 or 1245769. OLE color: 1245769.

HSL color Cylindrical-coordinate representation of color #490213: hue angle of 345.63º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490213 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB73219-
CMYK00.970.740.71
HSL345.63º94.67%14.71%-
HSV(B)345.63º97.26%28.63%-
XYZ2.891.510.75-
YUV25.17124.52162.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 77.66%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=77.66%
G=2.13%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7321900.970.740.71345.6394.6714.71
Hex492130614A4715a5ff
Octal111223014111210753213717
Binary10010011010011011000011001010100011110101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490213; }

 p { color: rgb(73,2,19); }

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

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

 a { background-color: rgb(73,2,19); }

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

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

 span { border-color: rgb(73,2,19); }

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