#48080B

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

Shades of Rustic Red #48080B

Tints of Rustic Red #48080B

Color information

#48080B (or 0x48080B) is unknown color: approx Rustic Red. HEX triplet: 48, 08 and 0B. RGB value is (72,8,11). Sum of RGB (Red+Green+Blue) = 72+8+11=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #48080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48080B is #B7F7F4. Grayscale: #1B1B1B. Windows color (decimal): -12056565 or 723016. OLE color: 723016.

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

Color convert

RGB72811-
CMYK00.890.850.72
HSL357.19º80%15.69%-
HSV(B)357.19º88.89%28.24%-
XYZ2.821.580.47-
YUV27.48118.7159.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 79.12%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=79.12%
G=8.79%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7281100.890.850.72357.198015.69
Hex488B05955481655010
Octal1101013013112511054512020
Binary1001000100010110101100110101011001000101100101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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