Shades of Rustic Red #280106
Tints of Rustic Red #280106
RGB
CMYK
RGB Variations
Color information
#280106 (or 0x280106) is known color: Rustic Red. HEX triplet: 28, 01 and 06. RGB value is (40,1,6). Sum of RGB (Red+Green+Blue) = 40+1+6=47 (6% of max value = 765). Red value is 40 (16.02% from 255 or 85.11% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 40 - color contains mainly: red. Hex color #280106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280106 is #D7FEF9. Grayscale: #0D0D0D. Windows color (decimal): -14155514 or 393512. OLE color: 393512.
HSL color Cylindrical-coordinate representation of color #280106: hue angle of 352.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 #280106 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 1 | 6 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.84 |
| HSL | 352.31º | 0.95% | 0.08% | - |
| HSV(B) | 352.31º | 0.98% | 0.16% | - |
| XYZ | 0.92 | 0.49 | 0.22 | - |
| YUV | 13.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 6 | 0 | 0.98 | 0.85 | 0.84 | 352.31 | 0.95 | 0.08 |
| Hex | 28 | 1 | 6 | 0 | 62 | 55 | 54 | 160 | 5F | 8 |
| Octal | 50 | 1 | 6 | 0 | 142 | 125 | 124 | 540 | 137 | 10 |
| Binary | 101000 | 1 | 110 | 0 | 1100010 | 1010101 | 1010100 | 101100000 | 1011111 | 1000 |
Color Harmonies of #280106
Complementary color
Monochromatic Colors of #280106
Black with #280106
Text Example
Text Example
White with #280106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280106; }
p { color: rgb(40,1,6); }
H1.HeaderClassName
{
color: #280106;
}
.AnyTagClassName
{
color: #280106;
}
</style>
background-color css
<style>
a { background-color: #280106; }
a { background-color: rgb(40,1,6); }
div.DivClassName
{
background-color: #280106;
}
.BgClassName
{
background-color: #280106;
}
</style>
border-color css
<style>
span { border-color: #280106; }
span { border-color: rgb(40,1,6); }
td.TdClassName
{
border-color: #280106;
}
.TagClassName
{
border-color: #280106;
}
</style>