Shades of Rustic Red #481619
Tints of Rustic Red #481619
RGB
CMYK
RGB Variations
Color information
#481619 (or 0x481619) is known color: Rustic Red. HEX triplet: 48, 16 and 19. RGB value is (72,22,25). Sum of RGB (Red+Green+Blue) = 72+22+25=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481619 is #B7E9E6. Grayscale: #252525. Windows color (decimal): -12052967 or 1644104. OLE color: 1644104.
HSL color Cylindrical-coordinate representation of color #481619: hue angle of 356.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481619 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 25 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.72 |
| HSL | 356.4º | 0.53% | 0.18% | - |
| HSV(B) | 356.4º | 0.69% | 0.28% | - |
| XYZ | 3.13 | 2.02 | 1.14 | - |
| YUV | 37.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 25 | 0 | 0.69 | 0.65 | 0.72 | 356.4 | 0.53 | 0.18 |
| Hex | 48 | 16 | 19 | 0 | 45 | 41 | 48 | 164 | 35 | 12 |
| Octal | 110 | 26 | 31 | 0 | 105 | 101 | 110 | 544 | 65 | 22 |
| Binary | 1001000 | 10110 | 11001 | 0 | 1000101 | 1000001 | 1001000 | 101100100 | 110101 | 10010 |
Color Harmonies of #481619
Complementary color
Monochromatic Colors of #481619
Black with #481619
Text Example
Text Example
White with #481619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481619; }
p { color: rgb(72,22,25); }
H1.HeaderClassName
{
color: #481619;
}
.AnyTagClassName
{
color: #481619;
}
</style>
background-color css
<style>
a { background-color: #481619; }
a { background-color: rgb(72,22,25); }
div.DivClassName
{
background-color: #481619;
}
.BgClassName
{
background-color: #481619;
}
</style>
border-color css
<style>
span { border-color: #481619; }
span { border-color: rgb(72,22,25); }
td.TdClassName
{
border-color: #481619;
}
.TagClassName
{
border-color: #481619;
}
</style>