#490113

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

Shades of Rustic Red #490113

Tints of Rustic Red #490113

Color information

#490113 (or 0x490113) is unknown color: approx Rustic Red. HEX triplet: 49, 01 and 13. RGB value is (73,1,19). Sum of RGB (Red+Green+Blue) = 73+1+19=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #490113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490113 is #B6FEEC. Grayscale: #181818. Windows color (decimal): -11992813 or 1245513. OLE color: 1245513.

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

Color convert

RGB73119-
CMYK00.990.740.71
HSL345º97.3%14.51%-
HSV(B)345º98.63%28.63%-
XYZ2.881.490.75-
YUV24.58124.85162.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 78.49%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=78.49%
G=1.08%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7311900.990.740.7134597.314.51
Hex491130634A4715961f
Octal111123014311210753114117
Binary1001001110011011000111001010100011110101100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490113; }

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

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

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

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

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

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

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

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