Html Css Color HEX #49050D Rustic Red

📋 copy color: '#49050D'

red 73 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #49050D

Tints of Rustic Red #49050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.49%

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

R = 80.22%
G = 5.49%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#49050D (or 0x49050D) is known color: Rustic Red. HEX triplet: 49, 05 and 0D. RGB value is (73,5,13). Sum of RGB (Red+Green+Blue) = 73+5+13=91 (12% of max value = 765). Red value is 73 (28.91% from 255 or 80.22% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 73 - color contains mainly: red. Hex color #49050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49050D is #B6FAF2. Grayscale: #1A1A1A. Windows color (decimal): -11991795 or 853321. OLE color: 853321.

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

Color convert

RGB 73 5 13 -
CMYK 0 0.93 0.82 0.71
HSL 352.94º 0.87% 0.15% -
HSV(B) 352.94º 0.93% 0.29% -
XYZ 2.87 1.55 0.53 -
YUV 26.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 73 5 13 0 0.93 0.82 0.71 352.94 0.87 0.15
Hex 49 5 D 0 5D 52 47 161 57 F
Octal 111 5 15 0 135 122 107 541 127 17
Binary 1001001 101 1101 0 1011101 1010010 1000111 101100001 1010111 1111

Color Harmonies of #49050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49050D

Black with #49050D

Text Example


Text Example

White with #49050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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