#48020C

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

Shades of Rustic Red #48020C

Tints of Rustic Red #48020C

Color information

#48020C (or 0x48020C) is unknown color: approx Rustic Red. HEX triplet: 48, 02 and 0C. RGB value is (72,2,12). Sum of RGB (Red+Green+Blue) = 72+2+12=86 (11% of max value = 765). Red value is 72 (28.52% from 255 or 83.72% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 72 - color contains mainly: red. Hex color #48020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48020C is #B7FDF3. Grayscale: #181818. Windows color (decimal): -12058100 or 787016. OLE color: 787016.

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

Color convert

RGB72212-
CMYK00.970.830.72
HSL351.43º94.59%14.51%-
HSV(B)351.43º97.22%28.24%-
XYZ2.761.450.48-
YUV24.07121.19162.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 83.72%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=83.72%
G=2.33%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7221200.970.830.72351.4394.5914.51
Hex482C061534815f5ff
Octal110214014112311053713717
Binary1001000101100011000011010011100100010101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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