Shades of Rustic Red #480006
Tints of Rustic Red #480006
RGB
CMYK
RGB Variations
Color information
#480006 (or 0x480006) is known color: Rustic Red. HEX triplet: 48, 00 and 06. RGB value is (72,0,6). Sum of RGB (Red+Green+Blue) = 72+0+6=78 (10% of max value = 765). Red value is 72 (28.52% from 255 or 92.31% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 72 - color contains mainly: red. Hex color #480006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480006 is #B7FFF9. Grayscale: #161616. Windows color (decimal): -12058618 or 393288. OLE color: 393288.
HSL color Cylindrical-coordinate representation of color #480006: hue angle of 355º 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 #480006 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.92 | 0.72 |
| HSL | 355º | 1% | 0.14% | - |
| HSV(B) | 355º | 1% | 0.28% | - |
| XYZ | 2.71 | 1.39 | 0.3 | - |
| YUV | 22.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 6 | 0 | 1 | 0.92 | 0.72 | 355 | 1 | 0.14 |
| Hex | 48 | 0 | 6 | 0 | 64 | 5C | 48 | 163 | 64 | E |
| Octal | 110 | 0 | 6 | 0 | 144 | 134 | 110 | 543 | 144 | 16 |
| Binary | 1001000 | 0 | 110 | 0 | 1100100 | 1011100 | 1001000 | 101100011 | 1100100 | 1110 |
Color Harmonies of #480006
Complementary color
Monochromatic Colors of #480006
Black with #480006
Text Example
Text Example
White with #480006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480006; }
p { color: rgb(72,0,6); }
H1.HeaderClassName
{
color: #480006;
}
.AnyTagClassName
{
color: #480006;
}
</style>
background-color css
<style>
a { background-color: #480006; }
a { background-color: rgb(72,0,6); }
div.DivClassName
{
background-color: #480006;
}
.BgClassName
{
background-color: #480006;
}
</style>
border-color css
<style>
span { border-color: #480006; }
span { border-color: rgb(72,0,6); }
td.TdClassName
{
border-color: #480006;
}
.TagClassName
{
border-color: #480006;
}
</style>