Shades of Rustic Red #280D10
Tints of Rustic Red #280D10
RGB
CMYK
RGB Variations
Color information
#280D10 (or 0x280D10) is known color: Rustic Red. HEX triplet: 28, 0D and 10. RGB value is (40,13,16). Sum of RGB (Red+Green+Blue) = 40+13+16=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #280D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280D10 is #D7F2EF. Grayscale: #151515. Windows color (decimal): -14152432 or 1051944. OLE color: 1051944.
HSL color Cylindrical-coordinate representation of color #280D10: hue angle of 353.33º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #280D10 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 13 | 16 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.84 |
| HSL | 353.33º | 0.51% | 0.1% | - |
| HSV(B) | 353.33º | 0.68% | 0.16% | - |
| XYZ | 1.11 | 0.78 | 0.58 | - |
| YUV | 21.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 16 | 0 | 0.67 | 0.60 | 0.84 | 353.33 | 0.51 | 0.1 |
| Hex | 28 | D | 10 | 0 | 43 | 3C | 54 | 161 | 33 | A |
| Octal | 50 | 15 | 20 | 0 | 103 | 74 | 124 | 541 | 63 | 12 |
| Binary | 101000 | 1101 | 10000 | 0 | 1000011 | 111100 | 1010100 | 101100001 | 110011 | 1010 |
Color Harmonies of #280D10
Complementary color
Monochromatic Colors of #280D10
Black with #280D10
Text Example
Text Example
White with #280D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D10; }
p { color: rgb(40,13,16); }
H1.HeaderClassName
{
color: #280D10;
}
.AnyTagClassName
{
color: #280D10;
}
</style>
background-color css
<style>
a { background-color: #280D10; }
a { background-color: rgb(40,13,16); }
div.DivClassName
{
background-color: #280D10;
}
.BgClassName
{
background-color: #280D10;
}
</style>
border-color css
<style>
span { border-color: #280D10; }
span { border-color: rgb(40,13,16); }
td.TdClassName
{
border-color: #280D10;
}
.TagClassName
{
border-color: #280D10;
}
</style>