Shades of Rustic Red #28050F
Tints of Rustic Red #28050F
RGB
CMYK
RGB Variations
Color information
#28050F (or 0x28050F) is known color: Rustic Red. HEX triplet: 28, 05 and 0F. RGB value is (40,5,15). Sum of RGB (Red+Green+Blue) = 40+5+15=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #28050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28050F is #D7FAF0. Grayscale: #101010. Windows color (decimal): -14154481 or 984360. OLE color: 984360.
HSL color Cylindrical-coordinate representation of color #28050F: hue angle of 342.86º 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 #28050F is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 5 | 15 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.84 |
| HSL | 342.86º | 0.78% | 0.09% | - |
| HSV(B) | 342.86º | 0.88% | 0.16% | - |
| XYZ | 1.02 | 0.59 | 0.51 | - |
| YUV | 16.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 15 | 0 | 0.88 | 0.62 | 0.84 | 342.86 | 0.78 | 0.09 |
| Hex | 28 | 5 | F | 0 | 58 | 3E | 54 | 157 | 4E | 9 |
| Octal | 50 | 5 | 17 | 0 | 130 | 76 | 124 | 527 | 116 | 11 |
| Binary | 101000 | 101 | 1111 | 0 | 1011000 | 111110 | 1010100 | 101010111 | 1001110 | 1001 |
Color Harmonies of #28050F
Complementary color
Monochromatic Colors of #28050F
Black with #28050F
Text Example
Text Example
White with #28050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28050F; }
p { color: rgb(40,5,15); }
H1.HeaderClassName
{
color: #28050F;
}
.AnyTagClassName
{
color: #28050F;
}
</style>
background-color css
<style>
a { background-color: #28050F; }
a { background-color: rgb(40,5,15); }
div.DivClassName
{
background-color: #28050F;
}
.BgClassName
{
background-color: #28050F;
}
</style>
border-color css
<style>
span { border-color: #28050F; }
span { border-color: rgb(40,5,15); }
td.TdClassName
{
border-color: #28050F;
}
.TagClassName
{
border-color: #28050F;
}
</style>