Html Css Color HEX #49060F Rustic Red

📋 copy color: '#49060F'

red 73 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #49060F

Tints of Rustic Red #49060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.38%

 BLUE value IS 15 (6.25% from 255) = 15.96%

R = 77.66%
G = 6.38%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49060F (or 0x49060F) is known color: Rustic Red. HEX triplet: 49, 06 and 0F. RGB value is (73,6,15). Sum of RGB (Red+Green+Blue) = 73+6+15=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #49060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49060F is #B6F9F0. Grayscale: #1B1B1B. Windows color (decimal): -11991537 or 984649. OLE color: 984649.

HSL color Cylindrical-coordinate representation of color #49060F: hue angle of 351.94º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49060F is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 6 15 -
CMYK 0 0.92 0.79 0.71
HSL 351.94º 0.85% 0.15% -
HSV(B) 351.94º 0.92% 0.29% -
XYZ 2.9 1.58 0.6 -
YUV 27.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 73 6 15 0 0.92 0.79 0.71 351.94 0.85 0.15
Hex 49 6 F 0 5C 4F 47 160 55 F
Octal 111 6 17 0 134 117 107 540 125 17
Binary 1001001 110 1111 0 1011100 1001111 1000111 101100000 1010101 1111

Color Harmonies of #49060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49060F

Black with #49060F

Text Example


Text Example

White with #49060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49060F; }

 p { color: rgb(73,6,15); }

 H1.HeaderClassName
 {
   color: #49060F;
 }
 .AnyTagClassName
 {
   color: #49060F;
 }
</style>

background-color css

<style>
 a { background-color: #49060F; }

 a { background-color: rgb(73,6,15); }

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

border-color css

<style>
 span { border-color: #49060F; }

 span { border-color: rgb(73,6,15); }

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