#49090B

Color #49090B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #49090B

Tints of Rustic Red #49090B

Color information

#49090B (or 0x49090B) is unknown color: approx Rustic Red. HEX triplet: 49, 09 and 0B. RGB value is (73,9,11). Sum of RGB (Red+Green+Blue) = 73+9+11=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #49090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49090B is #B6F6F4. Grayscale: #1C1C1C. Windows color (decimal): -11990773 or 723273. OLE color: 723273.

HSL color Cylindrical-coordinate representation of color #49090B: hue angle of 358.12º 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 #49090B is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB73911-
CMYK00.880.850.71
HSL358.12º78.05%16.08%-
HSV(B)358.12º87.67%28.63%-
XYZ2.911.640.48-
YUV28.36118.2159.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 78.49%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=78.49%
G=9.68%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7391100.880.850.71358.1278.0516.08
Hex499B05855471664e10
Octal1111113013012510754611620
Binary1001001100110110101100010101011000111101100110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49090B;
 }
 .AnyTagClassName
 {
   color: #49090B;
 }
</style>
background-color css

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

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

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

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

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

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