#48050F

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

Shades of Rustic Red #48050F

Tints of Rustic Red #48050F

Color information

#48050F (or 0x48050F) is unknown color: approx Rustic Red. HEX triplet: 48, 05 and 0F. RGB value is (72,5,15). Sum of RGB (Red+Green+Blue) = 72+5+15=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #48050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48050F is #B7FAF0. Grayscale: #1A1A1A. Windows color (decimal): -12057329 or 984392. OLE color: 984392.

HSL color Cylindrical-coordinate representation of color #48050F: hue angle of 351.04º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48050F is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB72515-
CMYK00.930.790.72
HSL351.04º87.01%15.1%-
HSV(B)351.04º93.06%28.24%-
XYZ2.811.520.6-
YUV26.17121.7160.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 78.26%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=78.26%
G=5.43%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251500.930.790.72351.0487.0115.1
Hex485F05D4F4815f57f
Octal110517013511711053712717
Binary10010001011111010111011001111100100010101111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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