Shades of Rustic Red #280E17
Tints of Rustic Red #280E17
RGB
CMYK
RGB Variations
Color information
#280E17 (or 0x280E17) is known color: Rustic Red. HEX triplet: 28, 0E and 17. RGB value is (40,14,23). Sum of RGB (Red+Green+Blue) = 40+14+23=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #280E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E17 is #D7F1E8. Grayscale: #161616. Windows color (decimal): -14152169 or 1510952. OLE color: 1510952.
HSL color Cylindrical-coordinate representation of color #280E17: hue angle of 339.23º 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 #280E17 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 14 | 23 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.84 |
| HSL | 339.23º | 0.48% | 0.11% | - |
| HSV(B) | 339.23º | 0.65% | 0.16% | - |
| XYZ | 1.19 | 0.83 | 0.91 | - |
| YUV | 22.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 23 | 0 | 0.65 | 0.43 | 0.84 | 339.23 | 0.48 | 0.11 |
| Hex | 28 | E | 17 | 0 | 41 | 2B | 54 | 153 | 30 | B |
| Octal | 50 | 16 | 27 | 0 | 101 | 53 | 124 | 523 | 60 | 13 |
| Binary | 101000 | 1110 | 10111 | 0 | 1000001 | 101011 | 1010100 | 101010011 | 110000 | 1011 |
Color Harmonies of #280E17
Complementary color
Monochromatic Colors of #280E17
Black with #280E17
Text Example
Text Example
White with #280E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E17; }
p { color: rgb(40,14,23); }
H1.HeaderClassName
{
color: #280E17;
}
.AnyTagClassName
{
color: #280E17;
}
</style>
background-color css
<style>
a { background-color: #280E17; }
a { background-color: rgb(40,14,23); }
div.DivClassName
{
background-color: #280E17;
}
.BgClassName
{
background-color: #280E17;
}
</style>
border-color css
<style>
span { border-color: #280E17; }
span { border-color: rgb(40,14,23); }
td.TdClassName
{
border-color: #280E17;
}
.TagClassName
{
border-color: #280E17;
}
</style>