#48020A

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

Shades of Rustic Red #48020A

Tints of Rustic Red #48020A

Color information

#48020A (or 0x48020A) is unknown color: approx Rustic Red. HEX triplet: 48, 02 and 0A. RGB value is (72,2,10). Sum of RGB (Red+Green+Blue) = 72+2+10=84 (11% of max value = 765). Red value is 72 (28.52% from 255 or 85.71% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 72 - color contains mainly: red. Hex color #48020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48020A is #B7FDF5. Grayscale: #171717. Windows color (decimal): -12058102 or 655944. OLE color: 655944.

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

Color convert

RGB72210-
CMYK00.970.860.72
HSL353.14º94.59%14.51%-
HSV(B)353.14º97.22%28.24%-
XYZ2.751.440.42-
YUV23.84120.19162.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 85.71%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=85.71%
G=2.38%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7221000.970.860.72353.1494.5914.51
Hex482A06156481615ff
Octal110212014112611054113717
Binary1001000101010011000011010110100100010110000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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