Shades of Rustic Red #28020D
Tints of Rustic Red #28020D
RGB
CMYK
RGB Variations
Color information
#28020D (or 0x28020D) is known color: Rustic Red. HEX triplet: 28, 02 and 0D. RGB value is (40,2,13). Sum of RGB (Red+Green+Blue) = 40+2+13=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #28020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28020D is #D7FDF2. Grayscale: #0E0E0E. Windows color (decimal): -14155251 or 852520. OLE color: 852520.
HSL color Cylindrical-coordinate representation of color #28020D: hue angle of 342.63º 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 #28020D is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 2 | 13 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.84 |
| HSL | 342.63º | 0.9% | 0.08% | - |
| HSV(B) | 342.63º | 0.95% | 0.16% | - |
| XYZ | 0.97 | 0.52 | 0.43 | - |
| YUV | 14.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 13 | 0 | 0.95 | 0.67 | 0.84 | 342.63 | 0.9 | 0.08 |
| Hex | 28 | 2 | D | 0 | 5F | 43 | 54 | 157 | 5A | 8 |
| Octal | 50 | 2 | 15 | 0 | 137 | 103 | 124 | 527 | 132 | 10 |
| Binary | 101000 | 10 | 1101 | 0 | 1011111 | 1000011 | 1010100 | 101010111 | 1011010 | 1000 |
Color Harmonies of #28020D
Complementary color
Monochromatic Colors of #28020D
Black with #28020D
Text Example
Text Example
White with #28020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28020D; }
p { color: rgb(40,2,13); }
H1.HeaderClassName
{
color: #28020D;
}
.AnyTagClassName
{
color: #28020D;
}
</style>
background-color css
<style>
a { background-color: #28020D; }
a { background-color: rgb(40,2,13); }
div.DivClassName
{
background-color: #28020D;
}
.BgClassName
{
background-color: #28020D;
}
</style>
border-color css
<style>
span { border-color: #28020D; }
span { border-color: rgb(40,2,13); }
td.TdClassName
{
border-color: #28020D;
}
.TagClassName
{
border-color: #28020D;
}
</style>