#48010C

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

Shades of Rustic Red #48010C

Tints of Rustic Red #48010C

Color information

#48010C (or 0x48010C) is unknown color: approx Rustic Red. HEX triplet: 48, 01 and 0C. RGB value is (72,1,12). Sum of RGB (Red+Green+Blue) = 72+1+12=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #48010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48010C is #B7FEF3. Grayscale: #171717. Windows color (decimal): -12058356 or 786760. OLE color: 786760.

HSL color Cylindrical-coordinate representation of color #48010C: hue angle of 350.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48010C is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB72112-
CMYK00.990.830.72
HSL350.7º97.26%14.31%-
HSV(B)350.7º98.61%28.24%-
XYZ2.751.430.48-
YUV23.48121.52162.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 84.71%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=84.71%
G=1.18%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7211200.990.830.72350.797.2614.31
Hex481C063534815f61e
Octal110114014312311053714116
Binary100100011100011000111010011100100010101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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