#48090E

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

Shades of Rustic Red #48090E

Tints of Rustic Red #48090E

Color information

#48090E (or 0x48090E) is unknown color: approx Rustic Red. HEX triplet: 48, 09 and 0E. RGB value is (72,9,14). Sum of RGB (Red+Green+Blue) = 72+9+14=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #48090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48090E is #B7F6F1. Grayscale: #1C1C1C. Windows color (decimal): -12056306 or 919880. OLE color: 919880.

HSL color Cylindrical-coordinate representation of color #48090E: hue angle of 355.24º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48090E is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB72914-
CMYK00.880.810.72
HSL355.24º77.78%15.88%-
HSV(B)355.24º87.5%28.24%-
XYZ2.851.60.58-
YUV28.41119.87159.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75.79%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=75.79%
G=9.47%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7291400.880.810.72355.2477.7815.88
Hex489E05851481634e10
Octal1101116013012111054311620
Binary1001000100111100101100010100011001000101100011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48090E; }

 p { color: rgb(72,9,14); }

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

<style>
 a { background-color: #48090E; }

 a { background-color: rgb(72,9,14); }

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

<style>
 span { border-color: #48090E; }

 span { border-color: rgb(72,9,14); }

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