Shades of Rustic Red #480110
Tints of Rustic Red #480110
RGB
CMYK
RGB Variations
Color information
#480110 (or 0x480110) is known color: Rustic Red. HEX triplet: 48, 01 and 10. RGB value is (72,1,16). Sum of RGB (Red+Green+Blue) = 72+1+16=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #480110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480110 is #B7FEEF. Grayscale: #171717. Windows color (decimal): -12058352 or 1048904. OLE color: 1048904.
HSL color Cylindrical-coordinate representation of color #480110: hue angle of 347.32º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480110 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.72 |
| HSL | 347.32º | 0.97% | 0.14% | - |
| HSV(B) | 347.32º | 0.99% | 0.28% | - |
| XYZ | 2.78 | 1.44 | 0.62 | - |
| YUV | 23.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 16 | 0 | 0.99 | 0.78 | 0.72 | 347.32 | 0.97 | 0.14 |
| Hex | 48 | 1 | 10 | 0 | 63 | 4E | 48 | 15B | 61 | E |
| Octal | 110 | 1 | 20 | 0 | 143 | 116 | 110 | 533 | 141 | 16 |
| Binary | 1001000 | 1 | 10000 | 0 | 1100011 | 1001110 | 1001000 | 101011011 | 1100001 | 1110 |
Color Harmonies of #480110
Complementary color
Monochromatic Colors of #480110
Black with #480110
Text Example
Text Example
White with #480110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480110; }
p { color: rgb(72,1,16); }
H1.HeaderClassName
{
color: #480110;
}
.AnyTagClassName
{
color: #480110;
}
</style>
background-color css
<style>
a { background-color: #480110; }
a { background-color: rgb(72,1,16); }
div.DivClassName
{
background-color: #480110;
}
.BgClassName
{
background-color: #480110;
}
</style>
border-color css
<style>
span { border-color: #480110; }
span { border-color: rgb(72,1,16); }
td.TdClassName
{
border-color: #480110;
}
.TagClassName
{
border-color: #480110;
}
</style>