#48020B

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

Shades of Rustic Red #48020B

Tints of Rustic Red #48020B

Color information

#48020B (or 0x48020B) is unknown color: approx Rustic Red. HEX triplet: 48, 02 and 0B. RGB value is (72,2,11). Sum of RGB (Red+Green+Blue) = 72+2+11=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #48020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48020B is #B7FDF4. Grayscale: #171717. Windows color (decimal): -12058101 or 721480. OLE color: 721480.

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

Color convert

RGB72211-
CMYK00.970.850.72
HSL352.29º94.59%14.51%-
HSV(B)352.29º97.22%28.24%-
XYZ2.751.450.45-
YUV23.96120.69162.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 84.71%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=84.71%
G=2.35%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7221100.970.850.72352.2994.5914.51
Hex482B06155481605ff
Octal110213014112511054013717
Binary1001000101011011000011010101100100010110000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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