#48050A

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

Shades of Rustic Red #48050A

Tints of Rustic Red #48050A

Color information

#48050A (or 0x48050A) is unknown color: approx Rustic Red. HEX triplet: 48, 05 and 0A. RGB value is (72,5,10). Sum of RGB (Red+Green+Blue) = 72+5+10=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #48050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48050A is #B7FAF5. Grayscale: #191919. Windows color (decimal): -12057334 or 656712. OLE color: 656712.

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

Color convert

RGB72510-
CMYK00.930.860.72
HSL355.52º87.01%15.1%-
HSV(B)355.52º93.06%28.24%-
XYZ2.781.510.43-
YUV25.6119.2161.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 82.76%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 10 (4.30% from 255) = 11.49%
R=82.76%
G=5.75%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251000.930.860.72355.5287.0115.1
Hex485A05D564816457f
Octal110512013512611054412717
Binary10010001011010010111011010110100100010110010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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