Html Css Color HEX #49070A Rustic Red

📋 copy color: '#49070A'

red 73 ◦ green 7 ◦ blue 10

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

Shades of Rustic Red #49070A

Tints of Rustic Red #49070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.78%

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

R = 81.11%
G = 7.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49070A (or 0x49070A) is known color: Rustic Red. HEX triplet: 49, 07 and 0A. RGB value is (73,7,10). Sum of RGB (Red+Green+Blue) = 73+7+10=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #49070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49070A is #B6F8F5. Grayscale: #1B1B1B. Windows color (decimal): -11991286 or 657225. OLE color: 657225.

HSL color Cylindrical-coordinate representation of color #49070A: hue angle of 357.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49070A is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 10 -
CMYK 0 0.90 0.86 0.71
HSL 357.27º 0.83% 0.16% -
HSV(B) 357.27º 0.9% 0.29% -
XYZ 2.88 1.59 0.44 -
YUV 27.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 73 7 10 0 0.90 0.86 0.71 357.27 0.83 0.16
Hex 49 7 A 0 5A 56 47 165 52 10
Octal 111 7 12 0 132 126 107 545 122 20
Binary 1001001 111 1010 0 1011010 1010110 1000111 101100101 1010010 10000

Color Harmonies of #49070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49070A

Black with #49070A

Text Example


Text Example

White with #49070A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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