#48090F

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

Shades of Rustic Red #48090F

Tints of Rustic Red #48090F

Color information

#48090F (or 0x48090F) is unknown color: approx Rustic Red. HEX triplet: 48, 09 and 0F. RGB value is (72,9,15). Sum of RGB (Red+Green+Blue) = 72+9+15=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #48090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48090F is #B7F6F0. Grayscale: #1C1C1C. Windows color (decimal): -12056305 or 985416. OLE color: 985416.

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

Color convert

RGB72915-
CMYK00.880.790.72
HSL354.29º77.78%15.88%-
HSV(B)354.29º87.5%28.24%-
XYZ2.861.610.61-
YUV28.52120.37159.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=75%
G=9.38%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7291500.880.790.72354.2977.7815.88
Hex489F0584F481624e10
Octal1101117013011711054211620
Binary1001000100111110101100010011111001000101100010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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