Shades of Rustic Red #280B13
Tints of Rustic Red #280B13
RGB
CMYK
RGB Variations
Color information
#280B13 (or 0x280B13) is known color: Rustic Red. HEX triplet: 28, 0B and 13. RGB value is (40,11,19). Sum of RGB (Red+Green+Blue) = 40+11+19=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B13 is #D7F4EC. Grayscale: #141414. Windows color (decimal): -14152941 or 1248040. OLE color: 1248040.
HSL color Cylindrical-coordinate representation of color #280B13: hue angle of 343.45º 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 #280B13 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 19 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.84 |
| HSL | 343.45º | 0.57% | 0.1% | - |
| HSV(B) | 343.45º | 0.73% | 0.16% | - |
| XYZ | 1.11 | 0.74 | 0.7 | - |
| YUV | 20.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 19 | 0 | 0.72 | 0.52 | 0.84 | 343.45 | 0.57 | 0.1 |
| Hex | 28 | B | 13 | 0 | 48 | 34 | 54 | 157 | 39 | A |
| Octal | 50 | 13 | 23 | 0 | 110 | 64 | 124 | 527 | 71 | 12 |
| Binary | 101000 | 1011 | 10011 | 0 | 1001000 | 110100 | 1010100 | 101010111 | 111001 | 1010 |
Color Harmonies of #280B13
Complementary color
Monochromatic Colors of #280B13
Black with #280B13
Text Example
Text Example
White with #280B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B13; }
p { color: rgb(40,11,19); }
H1.HeaderClassName
{
color: #280B13;
}
.AnyTagClassName
{
color: #280B13;
}
</style>
background-color css
<style>
a { background-color: #280B13; }
a { background-color: rgb(40,11,19); }
div.DivClassName
{
background-color: #280B13;
}
.BgClassName
{
background-color: #280B13;
}
</style>
border-color css
<style>
span { border-color: #280B13; }
span { border-color: rgb(40,11,19); }
td.TdClassName
{
border-color: #280B13;
}
.TagClassName
{
border-color: #280B13;
}
</style>