#48070F

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

Shades of Rustic Red #48070F

Tints of Rustic Red #48070F

Color information

#48070F (or 0x48070F) is unknown color: approx Rustic Red. HEX triplet: 48, 07 and 0F. RGB value is (72,7,15). Sum of RGB (Red+Green+Blue) = 72+7+15=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #48070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48070F is #B7F8F0. Grayscale: #1B1B1B. Windows color (decimal): -12056817 or 984904. OLE color: 984904.

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

Color convert

RGB72715-
CMYK00.900.790.72
HSL352.62º82.28%15.49%-
HSV(B)352.62º90.28%28.24%-
XYZ2.831.560.6-
YUV27.35121.03159.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 7 (3.12% from 255) = 7.45%
BLUE value IS 15 (6.25% from 255) = 15.96%
R=76.60%
G=7.45%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7271500.900.790.72352.6282.2815.49
Hex487F05A4F4816152f
Octal110717013211711054112217
Binary10010001111111010110101001111100100010110000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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