#490C13

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

Shades of Rustic Red #490C13

Tints of Rustic Red #490C13

Color information

#490C13 (or 0x490C13) is unknown color: approx Rustic Red. HEX triplet: 49, 0C and 13. RGB value is (73,12,19). Sum of RGB (Red+Green+Blue) = 73+12+19=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #490C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C13 is #B6F3EC. Grayscale: #1F1F1F. Windows color (decimal): -11989997 or 1248329. OLE color: 1248329.

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

Color convert

RGB731219-
CMYK00.840.740.71
HSL353.11º71.76%16.67%-
HSV(B)353.11º83.56%28.63%-
XYZ31.730.79-
YUV31.04121.21157.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.19%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=70.19%
G=11.54%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73121900.840.740.71353.1171.7616.67
Hex49C130544A471614811
Octal1111423012411210754111021
Binary10010011100100110101010010010101000111101100001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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