Html Css Color HEX #49090C Rustic Red

📋 copy color: '#49090C'

red 73 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #49090C

Tints of Rustic Red #49090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.57%

 BLUE value IS 12 (5.08% from 255) = 12.77%

R = 77.66%
G = 9.57%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49090C (or 0x49090C) is known color: Rustic Red. HEX triplet: 49, 09 and 0C. RGB value is (73,9,12). Sum of RGB (Red+Green+Blue) = 73+9+12=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #49090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49090C is #B6F6F3. Grayscale: #1C1C1C. Windows color (decimal): -11990772 or 788809. OLE color: 788809.

HSL color Cylindrical-coordinate representation of color #49090C: hue angle of 357.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49090C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 9 12 -
CMYK 0 0.88 0.84 0.71
HSL 357.19º 0.78% 0.16% -
HSV(B) 357.19º 0.88% 0.29% -
XYZ 2.91 1.64 0.51 -
YUV 28.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 73 9 12 0 0.88 0.84 0.71 357.19 0.78 0.16
Hex 49 9 C 0 58 54 47 165 4E 10
Octal 111 11 14 0 130 124 107 545 116 20
Binary 1001001 1001 1100 0 1011000 1010100 1000111 101100101 1001110 10000

Color Harmonies of #49090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49090C

Black with #49090C

Text Example


Text Example

White with #49090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49090C; }

 p { color: rgb(73,9,12); }

 H1.HeaderClassName
 {
   color: #49090C;
 }
 .AnyTagClassName
 {
   color: #49090C;
 }
</style>

background-color css

<style>
 a { background-color: #49090C; }

 a { background-color: rgb(73,9,12); }

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

border-color css

<style>
 span { border-color: #49090C; }

 span { border-color: rgb(73,9,12); }

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