Shades of Rustic Red #280206
Tints of Rustic Red #280206
RGB
CMYK
RGB Variations
Color information
#280206 (or 0x280206) is known color: Rustic Red. HEX triplet: 28, 02 and 06. RGB value is (40,2,6). Sum of RGB (Red+Green+Blue) = 40+2+6=48 (6% of max value = 765). Red value is 40 (16.02% from 255 or 83.33% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 40 - color contains mainly: red. Hex color #280206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280206 is #D7FDF9. Grayscale: #0D0D0D. Windows color (decimal): -14155258 or 393768. OLE color: 393768.
HSL color Cylindrical-coordinate representation of color #280206: hue angle of 353.68º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280206 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 2 | 6 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.84 |
| HSL | 353.68º | 0.9% | 0.08% | - |
| HSV(B) | 353.68º | 0.95% | 0.16% | - |
| XYZ | 0.93 | 0.51 | 0.22 | - |
| YUV | 13.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 6 | 0 | 0.95 | 0.85 | 0.84 | 353.68 | 0.9 | 0.08 |
| Hex | 28 | 2 | 6 | 0 | 5F | 55 | 54 | 162 | 5A | 8 |
| Octal | 50 | 2 | 6 | 0 | 137 | 125 | 124 | 542 | 132 | 10 |
| Binary | 101000 | 10 | 110 | 0 | 1011111 | 1010101 | 1010100 | 101100010 | 1011010 | 1000 |
Color Harmonies of #280206
Complementary color
Monochromatic Colors of #280206
Black with #280206
Text Example
Text Example
White with #280206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280206; }
p { color: rgb(40,2,6); }
H1.HeaderClassName
{
color: #280206;
}
.AnyTagClassName
{
color: #280206;
}
</style>
background-color css
<style>
a { background-color: #280206; }
a { background-color: rgb(40,2,6); }
div.DivClassName
{
background-color: #280206;
}
.BgClassName
{
background-color: #280206;
}
</style>
border-color css
<style>
span { border-color: #280206; }
span { border-color: rgb(40,2,6); }
td.TdClassName
{
border-color: #280206;
}
.TagClassName
{
border-color: #280206;
}
</style>