Html Css Color HEX #490D0E Rustic Red

📋 copy color: '#490D0E'

red 73 ◦ green 13 ◦ blue 14

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

Shades of Rustic Red #490D0E

Tints of Rustic Red #490D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13%

 BLUE value IS 14 (5.86% from 255) = 14%

R = 73%
G = 13%
B = 14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#490D0E (or 0x490D0E) is known color: Rustic Red. HEX triplet: 49, 0D and 0E. RGB value is (73,13,14). Sum of RGB (Red+Green+Blue) = 73+13+14=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #490D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490D0E is #B6F2F1. Grayscale: #1F1F1F. Windows color (decimal): -11989746 or 920905. OLE color: 920905.

HSL color Cylindrical-coordinate representation of color #490D0E: hue angle of 359º 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 #490D0E is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 13 14 -
CMYK 0 0.82 0.81 0.71
HSL 359º 0.7% 0.17% -
HSV(B) 359º 0.82% 0.29% -
XYZ 2.97 1.74 0.59 -
YUV 31.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 73 13 14 0 0.82 0.81 0.71 359 0.7 0.17
Hex 49 D E 0 52 51 47 167 46 11
Octal 111 15 16 0 122 121 107 547 106 21
Binary 1001001 1101 1110 0 1010010 1010001 1000111 101100111 1000110 10001

Color Harmonies of #490D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D0E

Black with #490D0E

Text Example


Text Example

White with #490D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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