Html Css Color HEX #49080A Rustic Red

📋 copy color: '#49080A'

red 73 ◦ green 8 ◦ blue 10

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

Shades of Rustic Red #49080A

Tints of Rustic Red #49080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.99%

R = 80.22%
G = 8.79%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49080A (or 0x49080A) is known color: Rustic Red. HEX triplet: 49, 08 and 0A. RGB value is (73,8,10). Sum of RGB (Red+Green+Blue) = 73+8+10=91 (12% of max value = 765). Red value is 73 (28.91% from 255 or 80.22% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 73 - color contains mainly: red. Hex color #49080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49080A is #B6F7F5. Grayscale: #1B1B1B. Windows color (decimal): -11991030 or 657481. OLE color: 657481.

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

Color convert

RGB 73 8 10 -
CMYK 0 0.89 0.86 0.71
HSL 358.15º 0.8% 0.16% -
HSV(B) 358.15º 0.89% 0.29% -
XYZ 2.89 1.61 0.45 -
YUV 27.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 73 8 10 0 0.89 0.86 0.71 358.15 0.8 0.16
Hex 49 8 A 0 59 56 47 166 50 10
Octal 111 10 12 0 131 126 107 546 120 20
Binary 1001001 1000 1010 0 1011001 1010110 1000111 101100110 1010000 10000

Color Harmonies of #49080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49080A

Black with #49080A

Text Example


Text Example

White with #49080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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