Shades of Rustic Red #281017
Tints of Rustic Red #281017
RGB
CMYK
RGB Variations
Color information
#281017 (or 0x281017) is known color: Rustic Red. HEX triplet: 28, 10 and 17. RGB value is (40,16,23). Sum of RGB (Red+Green+Blue) = 40+16+23=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281017 is #D7EFE8. Grayscale: #171717. Windows color (decimal): -14151657 or 1511464. OLE color: 1511464.
HSL color Cylindrical-coordinate representation of color #281017: hue angle of 342.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281017 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 16 | 23 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.84 |
| HSL | 342.5º | 0.43% | 0.11% | - |
| HSV(B) | 342.5º | 0.6% | 0.16% | - |
| XYZ | 1.22 | 0.88 | 0.92 | - |
| YUV | 23.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 23 | 0 | 0.60 | 0.43 | 0.84 | 342.5 | 0.43 | 0.11 |
| Hex | 28 | 10 | 17 | 0 | 3C | 2B | 54 | 156 | 2B | B |
| Octal | 50 | 20 | 27 | 0 | 74 | 53 | 124 | 526 | 53 | 13 |
| Binary | 101000 | 10000 | 10111 | 0 | 111100 | 101011 | 1010100 | 101010110 | 101011 | 1011 |
Color Harmonies of #281017
Complementary color
Monochromatic Colors of #281017
Black with #281017
Text Example
Text Example
White with #281017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281017; }
p { color: rgb(40,16,23); }
H1.HeaderClassName
{
color: #281017;
}
.AnyTagClassName
{
color: #281017;
}
</style>
background-color css
<style>
a { background-color: #281017; }
a { background-color: rgb(40,16,23); }
div.DivClassName
{
background-color: #281017;
}
.BgClassName
{
background-color: #281017;
}
</style>
border-color css
<style>
span { border-color: #281017; }
span { border-color: rgb(40,16,23); }
td.TdClassName
{
border-color: #281017;
}
.TagClassName
{
border-color: #281017;
}
</style>