Html Css Color HEX #49080D Rustic Red

📋 copy color: '#49080D'

red 73 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #49080D

Tints of Rustic Red #49080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.51%

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

R = 77.66%
G = 8.51%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#49080D (or 0x49080D) is known color: Rustic Red. HEX triplet: 49, 08 and 0D. RGB value is (73,8,13). Sum of RGB (Red+Green+Blue) = 73+8+13=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #49080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49080D is #B6F7F2. Grayscale: #1C1C1C. Windows color (decimal): -11991027 or 854089. OLE color: 854089.

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

Color convert

RGB 73 8 13 -
CMYK 0 0.89 0.82 0.71
HSL 355.38º 0.8% 0.16% -
HSV(B) 355.38º 0.89% 0.29% -
XYZ 2.91 1.62 0.54 -
YUV 28.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 73 8 13 0 0.89 0.82 0.71 355.38 0.8 0.16
Hex 49 8 D 0 59 52 47 163 50 10
Octal 111 10 15 0 131 122 107 543 120 20
Binary 1001001 1000 1101 0 1011001 1010010 1000111 101100011 1010000 10000

Color Harmonies of #49080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49080D

Black with #49080D

Text Example


Text Example

White with #49080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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