Shades of Rustic Red #28000E
Tints of Rustic Red #28000E
RGB
CMYK
RGB Variations
Color information
#28000E (or 0x28000E) is known color: Rustic Red. HEX triplet: 28, 00 and 0E. RGB value is (40,0,14). Sum of RGB (Red+Green+Blue) = 40+0+14=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #28000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28000E is #D7FFF1. Grayscale: #0D0D0D. Windows color (decimal): -14155762 or 917544. OLE color: 917544.
HSL color Cylindrical-coordinate representation of color #28000E: hue angle of 339º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28000E is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.65 | 0.84 |
| HSL | 339º | 1% | 0.08% | - |
| HSV(B) | 339º | 1% | 0.16% | - |
| XYZ | 0.95 | 0.48 | 0.46 | - |
| YUV | 13.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 14 | 0 | 1 | 0.65 | 0.84 | 339 | 1 | 0.08 |
| Hex | 28 | 0 | E | 0 | 64 | 41 | 54 | 153 | 64 | 8 |
| Octal | 50 | 0 | 16 | 0 | 144 | 101 | 124 | 523 | 144 | 10 |
| Binary | 101000 | 0 | 1110 | 0 | 1100100 | 1000001 | 1010100 | 101010011 | 1100100 | 1000 |
Color Harmonies of #28000E
Complementary color
Monochromatic Colors of #28000E
Black with #28000E
Text Example
Text Example
White with #28000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28000E; }
p { color: rgb(40,0,14); }
H1.HeaderClassName
{
color: #28000E;
}
.AnyTagClassName
{
color: #28000E;
}
</style>
background-color css
<style>
a { background-color: #28000E; }
a { background-color: rgb(40,0,14); }
div.DivClassName
{
background-color: #28000E;
}
.BgClassName
{
background-color: #28000E;
}
</style>
border-color css
<style>
span { border-color: #28000E; }
span { border-color: rgb(40,0,14); }
td.TdClassName
{
border-color: #28000E;
}
.TagClassName
{
border-color: #28000E;
}
</style>