#49030B

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

Shades of Rustic Red #49030B

Tints of Rustic Red #49030B

Color information

#49030B (or 0x49030B) is unknown color: approx Rustic Red. HEX triplet: 49, 03 and 0B. RGB value is (73,3,11). Sum of RGB (Red+Green+Blue) = 73+3+11=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #49030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49030B is #B6FCF4. Grayscale: #181818. Windows color (decimal): -11992309 or 721737. OLE color: 721737.

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

Color convert

RGB73311-
CMYK00.960.850.71
HSL353.14º92.11%14.9%-
HSV(B)353.14º95.89%28.63%-
XYZ2.841.510.46-
YUV24.84120.19162.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 83.91%
GREEN value IS 3 (1.56% from 255) = 3.45%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=83.91%
G=3.45%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7331100.960.850.71353.1492.1114.9
Hex493B06055471615cf
Octal111313014012510754113417
Binary1001001111011011000001010101100011110110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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