Shades of Rustic Red #481012
Tints of Rustic Red #481012
RGB
CMYK
RGB Variations
Color information
#481012 (or 0x481012) is known color: Rustic Red. HEX triplet: 48, 10 and 12. RGB value is (72,16,18). Sum of RGB (Red+Green+Blue) = 72+16+18=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481012 is #B7EFED. Grayscale: #212121. Windows color (decimal): -12054510 or 1183816. OLE color: 1183816.
HSL color Cylindrical-coordinate representation of color #481012: hue angle of 357.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481012 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 16 | 18 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.72 |
| HSL | 357.86º | 0.64% | 0.17% | - |
| HSV(B) | 357.86º | 0.78% | 0.28% | - |
| XYZ | 2.97 | 1.79 | 0.76 | - |
| YUV | 32.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 18 | 0 | 0.78 | 0.75 | 0.72 | 357.86 | 0.64 | 0.17 |
| Hex | 48 | 10 | 12 | 0 | 4E | 4B | 48 | 166 | 40 | 11 |
| Octal | 110 | 20 | 22 | 0 | 116 | 113 | 110 | 546 | 100 | 21 |
| Binary | 1001000 | 10000 | 10010 | 0 | 1001110 | 1001011 | 1001000 | 101100110 | 1000000 | 10001 |
Color Harmonies of #481012
Complementary color
Monochromatic Colors of #481012
Black with #481012
Text Example
Text Example
White with #481012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481012; }
p { color: rgb(72,16,18); }
H1.HeaderClassName
{
color: #481012;
}
.AnyTagClassName
{
color: #481012;
}
</style>
background-color css
<style>
a { background-color: #481012; }
a { background-color: rgb(72,16,18); }
div.DivClassName
{
background-color: #481012;
}
.BgClassName
{
background-color: #481012;
}
</style>
border-color css
<style>
span { border-color: #481012; }
span { border-color: rgb(72,16,18); }
td.TdClassName
{
border-color: #481012;
}
.TagClassName
{
border-color: #481012;
}
</style>