Html Css Color HEX #49040D Rustic Red

📋 copy color: '#49040D'

red 73 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #49040D

Tints of Rustic Red #49040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.44%

 BLUE value IS 13 (5.47% from 255) = 14.44%

R = 81.11%
G = 4.44%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#49040D (or 0x49040D) is known color: Rustic Red. HEX triplet: 49, 04 and 0D. RGB value is (73,4,13). Sum of RGB (Red+Green+Blue) = 73+4+13=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #49040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49040D is #B6FBF2. Grayscale: #191919. Windows color (decimal): -11992051 or 853065. OLE color: 853065.

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

Color convert

RGB 73 4 13 -
CMYK 0 0.95 0.82 0.71
HSL 352.17º 0.9% 0.15% -
HSV(B) 352.17º 0.95% 0.29% -
XYZ 2.86 1.53 0.53 -
YUV 25.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 73 4 13 0 0.95 0.82 0.71 352.17 0.9 0.15
Hex 49 4 D 0 5F 52 47 160 5A F
Octal 111 4 15 0 137 122 107 540 132 17
Binary 1001001 100 1101 0 1011111 1010010 1000111 101100000 1011010 1111

Color Harmonies of #49040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49040D

Black with #49040D

Text Example


Text Example

White with #49040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49040D; }

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

 H1.HeaderClassName
 {
   color: #49040D;
 }
 .AnyTagClassName
 {
   color: #49040D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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