Html Css Color HEX #490A13 Rustic Red

📋 copy color: '#490A13'

red 73 ◦ green 10 ◦ blue 19

#490A13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #490A13

Tints of Rustic Red #490A13

RGB

 RED value IS 73 (28.91% from 255) = 71.57%

 GREEN value IS 10 (4.3% from 255) = 9.8%

 BLUE value IS 19 (7.81% from 255) = 18.63%

R = 71.57%
G = 9.8%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#490A13 (or 0x490A13) is known color: Rustic Red. HEX triplet: 49, 0A and 13. RGB value is (73,10,19). Sum of RGB (Red+Green+Blue) = 73+10+19=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #490A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490A13 is #B6F5EC. Grayscale: #1D1D1D. Windows color (decimal): -11990509 or 1247817. OLE color: 1247817.

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

Color convert

RGB 73 10 19 -
CMYK 0 0.86 0.74 0.71
HSL 351.43º 0.76% 0.16% -
HSV(B) 351.43º 0.86% 0.29% -
XYZ 2.97 1.68 0.78 -
YUV 29.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 73 10 19 0 0.86 0.74 0.71 351.43 0.76 0.16
Hex 49 A 13 0 56 4A 47 15F 4C 10
Octal 111 12 23 0 126 112 107 537 114 20
Binary 1001001 1010 10011 0 1010110 1001010 1000111 101011111 1001100 10000

Color Harmonies of #490A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A13

Black with #490A13

Text Example


Text Example

White with #490A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #490A13;
 }
 .AnyTagClassName
 {
   color: #490A13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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