#480512

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

Shades of Rustic Red #480512

Tints of Rustic Red #480512

Color information

#480512 (or 0x480512) is unknown color: approx Rustic Red. HEX triplet: 48, 05 and 12. RGB value is (72,5,18). Sum of RGB (Red+Green+Blue) = 72+5+18=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #480512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480512 is #B7FAED. Grayscale: #1A1A1A. Windows color (decimal): -12057326 or 1181000. OLE color: 1181000.

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

Color convert

RGB72518-
CMYK00.930.750.72
HSL348.36º87.01%15.1%-
HSV(B)348.36º93.06%28.24%-
XYZ2.841.530.72-
YUV26.51123.2160.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75.79%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=75.79%
G=5.26%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251800.930.750.72348.3687.0115.1
Hex4851205D4B4815c57f
Octal110522013511311053412717
Binary100100010110010010111011001011100100010101110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480512; }

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

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

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

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

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

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

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

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