#48060B

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

Shades of Rustic Red #48060B

Tints of Rustic Red #48060B

Color information

#48060B (or 0x48060B) is unknown color: approx Rustic Red. HEX triplet: 48, 06 and 0B. RGB value is (72,6,11). Sum of RGB (Red+Green+Blue) = 72+6+11=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #48060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48060B is #B7F9F4. Grayscale: #1A1A1A. Windows color (decimal): -12057077 or 722504. OLE color: 722504.

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

Color convert

RGB72611-
CMYK00.920.850.72
HSL355.45º84.62%15.29%-
HSV(B)355.45º91.67%28.24%-
XYZ2.81.530.46-
YUV26.3119.37160.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 80.90%
GREEN value IS 6 (2.73% from 255) = 6.74%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=80.90%
G=6.74%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7261100.920.850.72355.4584.6215.29
Hex486B05C554816355f
Octal110613013412511054312517
Binary10010001101011010111001010101100100010110001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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