Shades of Rustic Red #280D12
Tints of Rustic Red #280D12
RGB
CMYK
RGB Variations
Color information
#280D12 (or 0x280D12) is known color: Rustic Red. HEX triplet: 28, 0D and 12. RGB value is (40,13,18). Sum of RGB (Red+Green+Blue) = 40+13+18=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #280D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280D12 is #D7F2ED. Grayscale: #151515. Windows color (decimal): -14152430 or 1183016. OLE color: 1183016.
HSL color Cylindrical-coordinate representation of color #280D12: hue angle of 348.89º 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 #280D12 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 13 | 18 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.84 |
| HSL | 348.89º | 0.51% | 0.1% | - |
| HSV(B) | 348.89º | 0.68% | 0.16% | - |
| XYZ | 1.13 | 0.78 | 0.66 | - |
| YUV | 21.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 18 | 0 | 0.67 | 0.55 | 0.84 | 348.89 | 0.51 | 0.1 |
| Hex | 28 | D | 12 | 0 | 43 | 37 | 54 | 15D | 33 | A |
| Octal | 50 | 15 | 22 | 0 | 103 | 67 | 124 | 535 | 63 | 12 |
| Binary | 101000 | 1101 | 10010 | 0 | 1000011 | 110111 | 1010100 | 101011101 | 110011 | 1010 |
Color Harmonies of #280D12
Complementary color
Monochromatic Colors of #280D12
Black with #280D12
Text Example
Text Example
White with #280D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D12; }
p { color: rgb(40,13,18); }
H1.HeaderClassName
{
color: #280D12;
}
.AnyTagClassName
{
color: #280D12;
}
</style>
background-color css
<style>
a { background-color: #280D12; }
a { background-color: rgb(40,13,18); }
div.DivClassName
{
background-color: #280D12;
}
.BgClassName
{
background-color: #280D12;
}
</style>
border-color css
<style>
span { border-color: #280D12; }
span { border-color: rgb(40,13,18); }
td.TdClassName
{
border-color: #280D12;
}
.TagClassName
{
border-color: #280D12;
}
</style>