Shades of Rustic Red #481719
Tints of Rustic Red #481719
RGB
CMYK
RGB Variations
Color information
#481719 (or 0x481719) is known color: Rustic Red. HEX triplet: 48, 17 and 19. RGB value is (72,23,25). Sum of RGB (Red+Green+Blue) = 72+23+25=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481719 is #B7E8E6. Grayscale: #252525. Windows color (decimal): -12052711 or 1644360. OLE color: 1644360.
HSL color Cylindrical-coordinate representation of color #481719: hue angle of 357.55º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481719 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 25 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.72 |
| HSL | 357.55º | 0.52% | 0.19% | - |
| HSV(B) | 357.55º | 0.68% | 0.28% | - |
| XYZ | 3.15 | 2.06 | 1.15 | - |
| YUV | 37.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 25 | 0 | 0.68 | 0.65 | 0.72 | 357.55 | 0.52 | 0.19 |
| Hex | 48 | 17 | 19 | 0 | 44 | 41 | 48 | 166 | 34 | 13 |
| Octal | 110 | 27 | 31 | 0 | 104 | 101 | 110 | 546 | 64 | 23 |
| Binary | 1001000 | 10111 | 11001 | 0 | 1000100 | 1000001 | 1001000 | 101100110 | 110100 | 10011 |
Color Harmonies of #481719
Complementary color
Monochromatic Colors of #481719
Black with #481719
Text Example
Text Example
White with #481719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481719; }
p { color: rgb(72,23,25); }
H1.HeaderClassName
{
color: #481719;
}
.AnyTagClassName
{
color: #481719;
}
</style>
background-color css
<style>
a { background-color: #481719; }
a { background-color: rgb(72,23,25); }
div.DivClassName
{
background-color: #481719;
}
.BgClassName
{
background-color: #481719;
}
</style>
border-color css
<style>
span { border-color: #481719; }
span { border-color: rgb(72,23,25); }
td.TdClassName
{
border-color: #481719;
}
.TagClassName
{
border-color: #481719;
}
</style>