#48090D

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

Shades of Rustic Red #48090D

Tints of Rustic Red #48090D

Color information

#48090D (or 0x48090D) is unknown color: approx Rustic Red. HEX triplet: 48, 09 and 0D. RGB value is (72,9,13). Sum of RGB (Red+Green+Blue) = 72+9+13=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #48090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48090D is #B7F6F2. Grayscale: #1C1C1C. Windows color (decimal): -12056307 or 854344. OLE color: 854344.

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

Color convert

RGB72913-
CMYK00.880.820.72
HSL356.19º77.78%15.88%-
HSV(B)356.19º87.5%28.24%-
XYZ2.841.60.54-
YUV28.29119.37159.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=76.60%
G=9.57%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7291300.880.820.72356.1977.7815.88
Hex489D05852481644e10
Octal1101115013012211054411620
Binary1001000100111010101100010100101001000101100100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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