Shades of Rustic Red #280B14
Tints of Rustic Red #280B14
RGB
CMYK
RGB Variations
Color information
#280B14 (or 0x280B14) is known color: Rustic Red. HEX triplet: 28, 0B and 14. RGB value is (40,11,20). Sum of RGB (Red+Green+Blue) = 40+11+20=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #280B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B14 is #D7F4EB. Grayscale: #141414. Windows color (decimal): -14152940 or 1313576. OLE color: 1313576.
HSL color Cylindrical-coordinate representation of color #280B14: hue angle of 341.38º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B14 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 20 | - |
| CMYK | 0 | 0.72 | 0.5 | 0.84 |
| HSL | 341.38º | 0.57% | 0.1% | - |
| HSV(B) | 341.38º | 0.73% | 0.16% | - |
| XYZ | 1.12 | 0.74 | 0.75 | - |
| YUV | 20.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 20 | 0 | 0.72 | 0.5 | 0.84 | 341.38 | 0.57 | 0.1 |
| Hex | 28 | B | 14 | 0 | 48 | 32 | 54 | 155 | 39 | A |
| Octal | 50 | 13 | 24 | 0 | 110 | 62 | 124 | 525 | 71 | 12 |
| Binary | 101000 | 1011 | 10100 | 0 | 1001000 | 110010 | 1010100 | 101010101 | 111001 | 1010 |
Color Harmonies of #280B14
Complementary color
Monochromatic Colors of #280B14
Black with #280B14
Text Example
Text Example
White with #280B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B14; }
p { color: rgb(40,11,20); }
H1.HeaderClassName
{
color: #280B14;
}
.AnyTagClassName
{
color: #280B14;
}
</style>
background-color css
<style>
a { background-color: #280B14; }
a { background-color: rgb(40,11,20); }
div.DivClassName
{
background-color: #280B14;
}
.BgClassName
{
background-color: #280B14;
}
</style>
border-color css
<style>
span { border-color: #280B14; }
span { border-color: rgb(40,11,20); }
td.TdClassName
{
border-color: #280B14;
}
.TagClassName
{
border-color: #280B14;
}
</style>