Html Css Color HEX #49080C Rustic Red

📋 copy color: '#49080C'

red 73 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #49080C

Tints of Rustic Red #49080C

RGB

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

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

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

R = 78.49%
G = 8.6%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49080C (or 0x49080C) is known color: Rustic Red. HEX triplet: 49, 08 and 0C. RGB value is (73,8,12). Sum of RGB (Red+Green+Blue) = 73+8+12=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #49080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49080C is #B6F7F3. Grayscale: #1B1B1B. Windows color (decimal): -11991028 or 788553. OLE color: 788553.

HSL color Cylindrical-coordinate representation of color #49080C: hue angle of 356.31º 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 #49080C is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 8 12 -
CMYK 0 0.89 0.84 0.71
HSL 356.31º 0.8% 0.16% -
HSV(B) 356.31º 0.89% 0.29% -
XYZ 2.9 1.62 0.51 -
YUV 27.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 73 8 12 0 0.89 0.84 0.71 356.31 0.8 0.16
Hex 49 8 C 0 59 54 47 164 50 10
Octal 111 10 14 0 131 124 107 544 120 20
Binary 1001001 1000 1100 0 1011001 1010100 1000111 101100100 1010000 10000

Color Harmonies of #49080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49080C

Black with #49080C

Text Example


Text Example

White with #49080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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