Html Css Color HEX #49000D Rustic Red

📋 copy color: '#49000D'

red 73 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #49000D

Tints of Rustic Red #49000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.88%
G = 0%
B = 15.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#49000D (or 0x49000D) is known color: Rustic Red. HEX triplet: 49, 00 and 0D. RGB value is (73,0,13). Sum of RGB (Red+Green+Blue) = 73+0+13=86 (11% of max value = 765). Red value is 73 (28.91% from 255 or 84.88% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 73 - color contains mainly: red. Hex color #49000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49000D is #B6FFF2. Grayscale: #171717. Windows color (decimal): -11993075 or 852041. OLE color: 852041.

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

Color convert

RGB 73 0 13 -
CMYK 0 1 0.82 0.71
HSL 349.32º 1% 0.14% -
HSV(B) 349.32º 1% 0.29% -
XYZ 2.82 1.45 0.51 -
YUV 23.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 73 0 13 0 1 0.82 0.71 349.32 1 0.14
Hex 49 0 D 0 64 52 47 15D 64 E
Octal 111 0 15 0 144 122 107 535 144 16
Binary 1001001 0 1101 0 1100100 1010010 1000111 101011101 1100100 1110

Color Harmonies of #49000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49000D

Black with #49000D

Text Example


Text Example

White with #49000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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