#48070A

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

Shades of Rustic Red #48070A

Tints of Rustic Red #48070A

Color information

#48070A (or 0x48070A) is unknown color: approx Rustic Red. HEX triplet: 48, 07 and 0A. RGB value is (72,7,10). Sum of RGB (Red+Green+Blue) = 72+7+10=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #48070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48070A is #B7F8F5. Grayscale: #1A1A1A. Windows color (decimal): -12056822 or 657224. OLE color: 657224.

HSL color Cylindrical-coordinate representation of color #48070A: hue angle of 357.23º 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 #48070A is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB72710-
CMYK00.900.860.72
HSL357.23º82.28%15.49%-
HSV(B)357.23º90.28%28.24%-
XYZ2.81.550.44-
YUV26.78118.53160.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 80.90%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 10 (4.30% from 255) = 11.24%
R=80.90%
G=7.87%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7271000.900.860.72357.2382.2815.49
Hex487A05A564816552f
Octal110712013212611054512217
Binary10010001111010010110101010110100100010110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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