Shades of Rustic Red #480005
Tints of Rustic Red #480005
RGB
CMYK
RGB Variations
Color information
#480005 (or 0x480005) is known color: Rustic Red. HEX triplet: 48, 00 and 05. RGB value is (72,0,5). Sum of RGB (Red+Green+Blue) = 72+0+5=77 (10% of max value = 765). Red value is 72 (28.52% from 255 or 93.51% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 72 - color contains mainly: red. Hex color #480005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480005 is #B7FFFA. Grayscale: #161616. Windows color (decimal): -12058619 or 327752. OLE color: 327752.
HSL color Cylindrical-coordinate representation of color #480005: hue angle of 355.83º 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 #480005 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.93 | 0.72 |
| HSL | 355.83º | 1% | 0.14% | - |
| HSV(B) | 355.83º | 1% | 0.28% | - |
| XYZ | 2.7 | 1.39 | 0.27 | - |
| YUV | 22.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 5 | 0 | 1 | 0.93 | 0.72 | 355.83 | 1 | 0.14 |
| Hex | 48 | 0 | 5 | 0 | 64 | 5D | 48 | 164 | 64 | E |
| Octal | 110 | 0 | 5 | 0 | 144 | 135 | 110 | 544 | 144 | 16 |
| Binary | 1001000 | 0 | 101 | 0 | 1100100 | 1011101 | 1001000 | 101100100 | 1100100 | 1110 |
Color Harmonies of #480005
Complementary color
Monochromatic Colors of #480005
Black with #480005
Text Example
Text Example
White with #480005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480005; }
p { color: rgb(72,0,5); }
H1.HeaderClassName
{
color: #480005;
}
.AnyTagClassName
{
color: #480005;
}
</style>
background-color css
<style>
a { background-color: #480005; }
a { background-color: rgb(72,0,5); }
div.DivClassName
{
background-color: #480005;
}
.BgClassName
{
background-color: #480005;
}
</style>
border-color css
<style>
span { border-color: #480005; }
span { border-color: rgb(72,0,5); }
td.TdClassName
{
border-color: #480005;
}
.TagClassName
{
border-color: #480005;
}
</style>