#48040B

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

Shades of Rustic Red #48040B

Tints of Rustic Red #48040B

Color information

#48040B (or 0x48040B) is unknown color: approx Rustic Red. HEX triplet: 48, 04 and 0B. RGB value is (72,4,11). Sum of RGB (Red+Green+Blue) = 72+4+11=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #48040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48040B is #B7FBF4. Grayscale: #191919. Windows color (decimal): -12057589 or 721992. OLE color: 721992.

HSL color Cylindrical-coordinate representation of color #48040B: hue angle of 353.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48040B is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB72411-
CMYK00.940.850.72
HSL353.82º89.47%14.9%-
HSV(B)353.82º94.44%28.24%-
XYZ2.781.490.46-
YUV25.13120.03161.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 82.76%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=82.76%
G=4.60%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7241100.940.850.72353.8289.4714.9
Hex484B05E554816259f
Octal110413013612511054213117
Binary10010001001011010111101010101100100010110001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,4,11); }

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

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

 a { background-color: rgb(72,4,11); }

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

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

 span { border-color: rgb(72,4,11); }

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