Shades of Rustic Red #280112
Tints of Rustic Red #280112
RGB
CMYK
RGB Variations
Color information
#280112 (or 0x280112) is known color: Rustic Red. HEX triplet: 28, 01 and 12. RGB value is (40,1,18). Sum of RGB (Red+Green+Blue) = 40+1+18=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280112 is #D7FEED. Grayscale: #0E0E0E. Windows color (decimal): -14155502 or 1179944. OLE color: 1179944.
HSL color Cylindrical-coordinate representation of color #280112: hue angle of 333.85º 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 #280112 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 1 | 18 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.84 |
| HSL | 333.85º | 0.95% | 0.08% | - |
| HSV(B) | 333.85º | 0.98% | 0.16% | - |
| XYZ | 1 | 0.52 | 0.62 | - |
| YUV | 14.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 18 | 0 | 0.98 | 0.55 | 0.84 | 333.85 | 0.95 | 0.08 |
| Hex | 28 | 1 | 12 | 0 | 62 | 37 | 54 | 14E | 5F | 8 |
| Octal | 50 | 1 | 22 | 0 | 142 | 67 | 124 | 516 | 137 | 10 |
| Binary | 101000 | 1 | 10010 | 0 | 1100010 | 110111 | 1010100 | 101001110 | 1011111 | 1000 |
Color Harmonies of #280112
Complementary color
Monochromatic Colors of #280112
Black with #280112
Text Example
Text Example
White with #280112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280112; }
p { color: rgb(40,1,18); }
H1.HeaderClassName
{
color: #280112;
}
.AnyTagClassName
{
color: #280112;
}
</style>
background-color css
<style>
a { background-color: #280112; }
a { background-color: rgb(40,1,18); }
div.DivClassName
{
background-color: #280112;
}
.BgClassName
{
background-color: #280112;
}
</style>
border-color css
<style>
span { border-color: #280112; }
span { border-color: rgb(40,1,18); }
td.TdClassName
{
border-color: #280112;
}
.TagClassName
{
border-color: #280112;
}
</style>