Shades of Rustic Red #481314
Tints of Rustic Red #481314
RGB
CMYK
RGB Variations
Color information
#481314 (or 0x481314) is known color: Rustic Red. HEX triplet: 48, 13 and 14. RGB value is (72,19,20). Sum of RGB (Red+Green+Blue) = 72+19+20=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481314 is #B7ECEB. Grayscale: #232323. Windows color (decimal): -12053740 or 1315656. OLE color: 1315656.
HSL color Cylindrical-coordinate representation of color #481314: hue angle of 358.87º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481314 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 20 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.72 |
| HSL | 358.87º | 0.58% | 0.18% | - |
| HSV(B) | 358.87º | 0.74% | 0.28% | - |
| XYZ | 3.03 | 1.89 | 0.87 | - |
| YUV | 34.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 20 | 0 | 0.74 | 0.72 | 0.72 | 358.87 | 0.58 | 0.18 |
| Hex | 48 | 13 | 14 | 0 | 4A | 48 | 48 | 167 | 3A | 12 |
| Octal | 110 | 23 | 24 | 0 | 112 | 110 | 110 | 547 | 72 | 22 |
| Binary | 1001000 | 10011 | 10100 | 0 | 1001010 | 1001000 | 1001000 | 101100111 | 111010 | 10010 |
Color Harmonies of #481314
Complementary color
Monochromatic Colors of #481314
Black with #481314
Text Example
Text Example
White with #481314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481314; }
p { color: rgb(72,19,20); }
H1.HeaderClassName
{
color: #481314;
}
.AnyTagClassName
{
color: #481314;
}
</style>
background-color css
<style>
a { background-color: #481314; }
a { background-color: rgb(72,19,20); }
div.DivClassName
{
background-color: #481314;
}
.BgClassName
{
background-color: #481314;
}
</style>
border-color css
<style>
span { border-color: #481314; }
span { border-color: rgb(72,19,20); }
td.TdClassName
{
border-color: #481314;
}
.TagClassName
{
border-color: #481314;
}
</style>