Shades of Rustic Red #28060B
Tints of Rustic Red #28060B
RGB
CMYK
RGB Variations
Color information
#28060B (or 0x28060B) is known color: Rustic Red. HEX triplet: 28, 06 and 0B. RGB value is (40,6,11). Sum of RGB (Red+Green+Blue) = 40+6+11=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #28060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28060B is #D7F9F4. Grayscale: #101010. Windows color (decimal): -14154229 or 722472. OLE color: 722472.
HSL color Cylindrical-coordinate representation of color #28060B: hue angle of 351.18º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28060B is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 6 | 11 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.84 |
| HSL | 351.18º | 0.74% | 0.09% | - |
| HSV(B) | 351.18º | 0.85% | 0.16% | - |
| XYZ | 1 | 0.61 | 0.38 | - |
| YUV | 16.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 11 | 0 | 0.85 | 0.72 | 0.84 | 351.18 | 0.74 | 0.09 |
| Hex | 28 | 6 | B | 0 | 55 | 48 | 54 | 15F | 4A | 9 |
| Octal | 50 | 6 | 13 | 0 | 125 | 110 | 124 | 537 | 112 | 11 |
| Binary | 101000 | 110 | 1011 | 0 | 1010101 | 1001000 | 1010100 | 101011111 | 1001010 | 1001 |
Color Harmonies of #28060B
Complementary color
Monochromatic Colors of #28060B
Black with #28060B
Text Example
Text Example
White with #28060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28060B; }
p { color: rgb(40,6,11); }
H1.HeaderClassName
{
color: #28060B;
}
.AnyTagClassName
{
color: #28060B;
}
</style>
background-color css
<style>
a { background-color: #28060B; }
a { background-color: rgb(40,6,11); }
div.DivClassName
{
background-color: #28060B;
}
.BgClassName
{
background-color: #28060B;
}
</style>
border-color css
<style>
span { border-color: #28060B; }
span { border-color: rgb(40,6,11); }
td.TdClassName
{
border-color: #28060B;
}
.TagClassName
{
border-color: #28060B;
}
</style>