#48080C

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

Shades of Rustic Red #48080C

Tints of Rustic Red #48080C

Color information

#48080C (or 0x48080C) is unknown color: approx Rustic Red. HEX triplet: 48, 08 and 0C. RGB value is (72,8,12). Sum of RGB (Red+Green+Blue) = 72+8+12=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #48080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48080C is #B7F7F3. Grayscale: #1B1B1B. Windows color (decimal): -12056564 or 788552. OLE color: 788552.

HSL color Cylindrical-coordinate representation of color #48080C: hue angle of 356.25º 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 #48080C is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB72812-
CMYK00.890.830.72
HSL356.25º80%15.69%-
HSV(B)356.25º88.89%28.24%-
XYZ2.831.580.5-
YUV27.59119.2159.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 78.26%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=78.26%
G=8.70%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7281200.890.830.72356.258015.69
Hex488C05953481645010
Octal1101014013112311054412020
Binary1001000100011000101100110100111001000101100100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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