#48080D

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

Shades of Rustic Red #48080D

Tints of Rustic Red #48080D

Color information

#48080D (or 0x48080D) is unknown color: approx Rustic Red. HEX triplet: 48, 08 and 0D. RGB value is (72,8,13). Sum of RGB (Red+Green+Blue) = 72+8+13=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #48080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48080D is #B7F7F2. Grayscale: #1B1B1B. Windows color (decimal): -12056563 or 854088. OLE color: 854088.

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

Color convert

RGB72813-
CMYK00.890.820.72
HSL355.31º80%15.69%-
HSV(B)355.31º88.89%28.24%-
XYZ2.831.580.54-
YUV27.71119.7159.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=77.42%
G=8.60%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7281300.890.820.72355.318015.69
Hex488D05952481635010
Octal1101015013112211054312020
Binary1001000100011010101100110100101001000101100011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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