#48050C

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

Shades of Rustic Red #48050C

Tints of Rustic Red #48050C

Color information

#48050C (or 0x48050C) is unknown color: approx Rustic Red. HEX triplet: 48, 05 and 0C. RGB value is (72,5,12). Sum of RGB (Red+Green+Blue) = 72+5+12=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #48050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48050C is #B7FAF3. Grayscale: #191919. Windows color (decimal): -12057332 or 787784. OLE color: 787784.

HSL color Cylindrical-coordinate representation of color #48050C: hue angle of 353.73º 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 #48050C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB72512-
CMYK00.930.830.72
HSL353.73º87.01%15.1%-
HSV(B)353.73º93.06%28.24%-
XYZ2.791.510.49-
YUV25.83120.2160.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 80.90%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=80.90%
G=5.62%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251200.930.830.72353.7387.0115.1
Hex485C05D534816257f
Octal110514013512311054212717
Binary10010001011100010111011010011100100010110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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