#48020F

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

Shades of Rustic Red #48020F

Tints of Rustic Red #48020F

Color information

#48020F (or 0x48020F) is unknown color: approx Rustic Red. HEX triplet: 48, 02 and 0F. RGB value is (72,2,15). Sum of RGB (Red+Green+Blue) = 72+2+15=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #48020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48020F is #B7FDF0. Grayscale: #181818. Windows color (decimal): -12058097 or 983624. OLE color: 983624.

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

Color convert

RGB72215-
CMYK00.970.790.72
HSL348.86º94.59%14.51%-
HSV(B)348.86º97.22%28.24%-
XYZ2.781.460.59-
YUV24.41122.69161.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 80.90%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=80.90%
G=2.25%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7221500.970.790.72348.8694.5914.51
Hex482F0614F4815d5ff
Octal110217014111711053513717
Binary1001000101111011000011001111100100010101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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