Shades of Rustic Red #28040E
Tints of Rustic Red #28040E
RGB
CMYK
RGB Variations
Color information
#28040E (or 0x28040E) is known color: Rustic Red. HEX triplet: 28, 04 and 0E. RGB value is (40,4,14). Sum of RGB (Red+Green+Blue) = 40+4+14=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #28040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28040E is #D7FBF1. Grayscale: #0F0F0F. Windows color (decimal): -14154738 or 918568. OLE color: 918568.
HSL color Cylindrical-coordinate representation of color #28040E: hue angle of 343.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28040E is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 4 | 14 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.84 |
| HSL | 343.33º | 0.82% | 0.09% | - |
| HSV(B) | 343.33º | 0.9% | 0.16% | - |
| XYZ | 1 | 0.57 | 0.47 | - |
| YUV | 15.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 14 | 0 | 0.90 | 0.65 | 0.84 | 343.33 | 0.82 | 0.09 |
| Hex | 28 | 4 | E | 0 | 5A | 41 | 54 | 157 | 52 | 9 |
| Octal | 50 | 4 | 16 | 0 | 132 | 101 | 124 | 527 | 122 | 11 |
| Binary | 101000 | 100 | 1110 | 0 | 1011010 | 1000001 | 1010100 | 101010111 | 1010010 | 1001 |
Color Harmonies of #28040E
Complementary color
Monochromatic Colors of #28040E
Black with #28040E
Text Example
Text Example
White with #28040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28040E; }
p { color: rgb(40,4,14); }
H1.HeaderClassName
{
color: #28040E;
}
.AnyTagClassName
{
color: #28040E;
}
</style>
background-color css
<style>
a { background-color: #28040E; }
a { background-color: rgb(40,4,14); }
div.DivClassName
{
background-color: #28040E;
}
.BgClassName
{
background-color: #28040E;
}
</style>
border-color css
<style>
span { border-color: #28040E; }
span { border-color: rgb(40,4,14); }
td.TdClassName
{
border-color: #28040E;
}
.TagClassName
{
border-color: #28040E;
}
</style>