Shades of Rustic Red #480012
Tints of Rustic Red #480012
RGB
CMYK
RGB Variations
Color information
#480012 (or 0x480012) is known color: Rustic Red. HEX triplet: 48, 00 and 12. RGB value is (72,0,18). Sum of RGB (Red+Green+Blue) = 72+0+18=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #480012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480012 is #B7FFED. Grayscale: #171717. Windows color (decimal): -12058606 or 1179720. OLE color: 1179720.
HSL color Cylindrical-coordinate representation of color #480012: hue angle of 345º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480012 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.75 | 0.72 |
| HSL | 345º | 1% | 0.14% | - |
| HSV(B) | 345º | 1% | 0.28% | - |
| XYZ | 2.78 | 1.42 | 0.7 | - |
| YUV | 23.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 18 | 0 | 1 | 0.75 | 0.72 | 345 | 1 | 0.14 |
| Hex | 48 | 0 | 12 | 0 | 64 | 4B | 48 | 159 | 64 | E |
| Octal | 110 | 0 | 22 | 0 | 144 | 113 | 110 | 531 | 144 | 16 |
| Binary | 1001000 | 0 | 10010 | 0 | 1100100 | 1001011 | 1001000 | 101011001 | 1100100 | 1110 |
Color Harmonies of #480012
Complementary color
Monochromatic Colors of #480012
Black with #480012
Text Example
Text Example
White with #480012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480012; }
p { color: rgb(72,0,18); }
H1.HeaderClassName
{
color: #480012;
}
.AnyTagClassName
{
color: #480012;
}
</style>
background-color css
<style>
a { background-color: #480012; }
a { background-color: rgb(72,0,18); }
div.DivClassName
{
background-color: #480012;
}
.BgClassName
{
background-color: #480012;
}
</style>
border-color css
<style>
span { border-color: #480012; }
span { border-color: rgb(72,0,18); }
td.TdClassName
{
border-color: #480012;
}
.TagClassName
{
border-color: #480012;
}
</style>