Shades of Rustic Red #280E18
Tints of Rustic Red #280E18
RGB
CMYK
RGB Variations
Color information
#280E18 (or 0x280E18) is known color: Rustic Red. HEX triplet: 28, 0E and 18. RGB value is (40,14,24). Sum of RGB (Red+Green+Blue) = 40+14+24=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #280E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E18 is #D7F1E7. Grayscale: #161616. Windows color (decimal): -14152168 or 1576488. OLE color: 1576488.
HSL color Cylindrical-coordinate representation of color #280E18: hue angle of 336.92º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #280E18 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 24 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.84 |
| HSL | 336.92º | 0.48% | 0.11% | - |
| HSV(B) | 336.92º | 0.65% | 0.16% | - |
| XYZ | 1.2 | 0.83 | 0.96 | - |
| YUV | 22.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 24 | 0 | 0.65 | 0.40 | 0.84 | 336.92 | 0.48 | 0.11 |
| Hex | 28 | E | 18 | 0 | 41 | 28 | 54 | 151 | 30 | B |
| Octal | 50 | 16 | 30 | 0 | 101 | 50 | 124 | 521 | 60 | 13 |
| Binary | 101000 | 1110 | 11000 | 0 | 1000001 | 101000 | 1010100 | 101010001 | 110000 | 1011 |
Color Harmonies of #280E18
Complementary color
Monochromatic Colors of #280E18
Black with #280E18
Text Example
Text Example
White with #280E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E18; }
p { color: rgb(40,14,24); }
H1.HeaderClassName
{
color: #280E18;
}
.AnyTagClassName
{
color: #280E18;
}
</style>
background-color css
<style>
a { background-color: #280E18; }
a { background-color: rgb(40,14,24); }
div.DivClassName
{
background-color: #280E18;
}
.BgClassName
{
background-color: #280E18;
}
</style>
border-color css
<style>
span { border-color: #280E18; }
span { border-color: rgb(40,14,24); }
td.TdClassName
{
border-color: #280E18;
}
.TagClassName
{
border-color: #280E18;
}
</style>