Shades of Rustic Red #28010B
Tints of Rustic Red #28010B
RGB
CMYK
RGB Variations
Color information
#28010B (or 0x28010B) is known color: Rustic Red. HEX triplet: 28, 01 and 0B. RGB value is (40,1,11). Sum of RGB (Red+Green+Blue) = 40+1+11=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #28010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28010B is #D7FEF4. Grayscale: #0D0D0D. Windows color (decimal): -14155509 or 721192. OLE color: 721192.
HSL color Cylindrical-coordinate representation of color #28010B: hue angle of 344.62º 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 #28010B is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 1 | 11 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.84 |
| HSL | 344.62º | 0.95% | 0.08% | - |
| HSV(B) | 344.62º | 0.98% | 0.16% | - |
| XYZ | 0.95 | 0.5 | 0.36 | - |
| YUV | 13.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 11 | 0 | 0.98 | 0.72 | 0.84 | 344.62 | 0.95 | 0.08 |
| Hex | 28 | 1 | B | 0 | 62 | 48 | 54 | 159 | 5F | 8 |
| Octal | 50 | 1 | 13 | 0 | 142 | 110 | 124 | 531 | 137 | 10 |
| Binary | 101000 | 1 | 1011 | 0 | 1100010 | 1001000 | 1010100 | 101011001 | 1011111 | 1000 |
Color Harmonies of #28010B
Complementary color
Monochromatic Colors of #28010B
Black with #28010B
Text Example
Text Example
White with #28010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28010B; }
p { color: rgb(40,1,11); }
H1.HeaderClassName
{
color: #28010B;
}
.AnyTagClassName
{
color: #28010B;
}
</style>
background-color css
<style>
a { background-color: #28010B; }
a { background-color: rgb(40,1,11); }
div.DivClassName
{
background-color: #28010B;
}
.BgClassName
{
background-color: #28010B;
}
</style>
border-color css
<style>
span { border-color: #28010B; }
span { border-color: rgb(40,1,11); }
td.TdClassName
{
border-color: #28010B;
}
.TagClassName
{
border-color: #28010B;
}
</style>