Shades of Rustic Red #28050C
Tints of Rustic Red #28050C
RGB
CMYK
RGB Variations
Color information
#28050C (or 0x28050C) is known color: Rustic Red. HEX triplet: 28, 05 and 0C. RGB value is (40,5,12). Sum of RGB (Red+Green+Blue) = 40+5+12=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #28050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28050C is #D7FAF3. Grayscale: #101010. Windows color (decimal): -14154484 or 787752. OLE color: 787752.
HSL color Cylindrical-coordinate representation of color #28050C: hue angle of 348º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28050C is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 5 | 12 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.84 |
| HSL | 348º | 0.78% | 0.09% | - |
| HSV(B) | 348º | 0.88% | 0.16% | - |
| XYZ | 1 | 0.59 | 0.41 | - |
| YUV | 16.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 12 | 0 | 0.88 | 0.70 | 0.84 | 348 | 0.78 | 0.09 |
| Hex | 28 | 5 | C | 0 | 58 | 46 | 54 | 15C | 4E | 9 |
| Octal | 50 | 5 | 14 | 0 | 130 | 106 | 124 | 534 | 116 | 11 |
| Binary | 101000 | 101 | 1100 | 0 | 1011000 | 1000110 | 1010100 | 101011100 | 1001110 | 1001 |
Color Harmonies of #28050C
Complementary color
Monochromatic Colors of #28050C
Black with #28050C
Text Example
Text Example
White with #28050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28050C; }
p { color: rgb(40,5,12); }
H1.HeaderClassName
{
color: #28050C;
}
.AnyTagClassName
{
color: #28050C;
}
</style>
background-color css
<style>
a { background-color: #28050C; }
a { background-color: rgb(40,5,12); }
div.DivClassName
{
background-color: #28050C;
}
.BgClassName
{
background-color: #28050C;
}
</style>
border-color css
<style>
span { border-color: #28050C; }
span { border-color: rgb(40,5,12); }
td.TdClassName
{
border-color: #28050C;
}
.TagClassName
{
border-color: #28050C;
}
</style>