Shades of Rustic Red #280113
Tints of Rustic Red #280113
RGB
CMYK
RGB Variations
Color information
#280113 (or 0x280113) is known color: Rustic Red. HEX triplet: 28, 01 and 13. RGB value is (40,1,19). Sum of RGB (Red+Green+Blue) = 40+1+19=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #280113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280113 is #D7FEEC. Grayscale: #0E0E0E. Windows color (decimal): -14155501 or 1245480. OLE color: 1245480.
HSL color Cylindrical-coordinate representation of color #280113: hue angle of 332.31º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280113 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 1 | 19 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.84 |
| HSL | 332.31º | 0.95% | 0.08% | - |
| HSV(B) | 332.31º | 0.98% | 0.16% | - |
| XYZ | 1 | 0.52 | 0.66 | - |
| YUV | 14.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 19 | 0 | 0.98 | 0.52 | 0.84 | 332.31 | 0.95 | 0.08 |
| Hex | 28 | 1 | 13 | 0 | 62 | 34 | 54 | 14C | 5F | 8 |
| Octal | 50 | 1 | 23 | 0 | 142 | 64 | 124 | 514 | 137 | 10 |
| Binary | 101000 | 1 | 10011 | 0 | 1100010 | 110100 | 1010100 | 101001100 | 1011111 | 1000 |
Color Harmonies of #280113
Complementary color
Monochromatic Colors of #280113
Black with #280113
Text Example
Text Example
White with #280113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280113; }
p { color: rgb(40,1,19); }
H1.HeaderClassName
{
color: #280113;
}
.AnyTagClassName
{
color: #280113;
}
</style>
background-color css
<style>
a { background-color: #280113; }
a { background-color: rgb(40,1,19); }
div.DivClassName
{
background-color: #280113;
}
.BgClassName
{
background-color: #280113;
}
</style>
border-color css
<style>
span { border-color: #280113; }
span { border-color: rgb(40,1,19); }
td.TdClassName
{
border-color: #280113;
}
.TagClassName
{
border-color: #280113;
}
</style>