#48040F

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

Shades of Rustic Red #48040F

Tints of Rustic Red #48040F

Color information

#48040F (or 0x48040F) is unknown color: approx Rustic Red. HEX triplet: 48, 04 and 0F. RGB value is (72,4,15). Sum of RGB (Red+Green+Blue) = 72+4+15=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #48040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48040F is #B7FBF0. Grayscale: #191919. Windows color (decimal): -12057585 or 984136. OLE color: 984136.

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

Color convert

RGB72415-
CMYK00.940.790.72
HSL350.29º89.47%14.9%-
HSV(B)350.29º94.44%28.24%-
XYZ2.81.50.59-
YUV25.59122.03161.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 79.12%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=79.12%
G=4.40%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7241500.940.790.72350.2989.4714.9
Hex484F05E4F4815e59f
Octal110417013611711053613117
Binary10010001001111010111101001111100100010101111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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