Shades of Rustic Red #480001
Tints of Rustic Red #480001
RGB
CMYK
RGB Variations
Color information
#480001 (or 0x480001) is known color: Rustic Red. HEX triplet: 48, 00 and 01. RGB value is (72,0,1). Sum of RGB (Red+Green+Blue) = 72+0+1=73 (9% of max value = 765). Red value is 72 (28.52% from 255 or 98.63% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 72 - color contains mainly: red. Hex color #480001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480001 is #B7FFFE. Grayscale: #151515. Windows color (decimal): -12058623 or 65608. OLE color: 65608.
HSL color Cylindrical-coordinate representation of color #480001: hue angle of 359.17º 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 #480001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.72 |
| HSL | 359.17º | 1% | 0.14% | - |
| HSV(B) | 359.17º | 1% | 0.28% | - |
| XYZ | 2.68 | 1.38 | 0.15 | - |
| YUV | 21.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 1 | 0 | 1 | 0.99 | 0.72 | 359.17 | 1 | 0.14 |
| Hex | 48 | 0 | 1 | 0 | 64 | 63 | 48 | 167 | 64 | E |
| Octal | 110 | 0 | 1 | 0 | 144 | 143 | 110 | 547 | 144 | 16 |
| Binary | 1001000 | 0 | 1 | 0 | 1100100 | 1100011 | 1001000 | 101100111 | 1100100 | 1110 |
Color Harmonies of #480001
Complementary color
Monochromatic Colors of #480001
Black with #480001
Text Example
Text Example
White with #480001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480001; }
p { color: rgb(72,0,1); }
H1.HeaderClassName
{
color: #480001;
}
.AnyTagClassName
{
color: #480001;
}
</style>
background-color css
<style>
a { background-color: #480001; }
a { background-color: rgb(72,0,1); }
div.DivClassName
{
background-color: #480001;
}
.BgClassName
{
background-color: #480001;
}
</style>
border-color css
<style>
span { border-color: #480001; }
span { border-color: rgb(72,0,1); }
td.TdClassName
{
border-color: #480001;
}
.TagClassName
{
border-color: #480001;
}
</style>