Shades of Rustic Red #28020F
Tints of Rustic Red #28020F
RGB
CMYK
RGB Variations
Color information
#28020F (or 0x28020F) is known color: Rustic Red. HEX triplet: 28, 02 and 0F. RGB value is (40,2,15). Sum of RGB (Red+Green+Blue) = 40+2+15=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #28020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28020F is #D7FDF0. Grayscale: #0E0E0E. Windows color (decimal): -14155249 or 983592. OLE color: 983592.
HSL color Cylindrical-coordinate representation of color #28020F: hue angle of 339.47º 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 #28020F is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 2 | 15 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.84 |
| HSL | 339.47º | 0.9% | 0.08% | - |
| HSV(B) | 339.47º | 0.95% | 0.16% | - |
| XYZ | 0.98 | 0.53 | 0.5 | - |
| YUV | 14.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 15 | 0 | 0.95 | 0.62 | 0.84 | 339.47 | 0.9 | 0.08 |
| Hex | 28 | 2 | F | 0 | 5F | 3E | 54 | 153 | 5A | 8 |
| Octal | 50 | 2 | 17 | 0 | 137 | 76 | 124 | 523 | 132 | 10 |
| Binary | 101000 | 10 | 1111 | 0 | 1011111 | 111110 | 1010100 | 101010011 | 1011010 | 1000 |
Color Harmonies of #28020F
Complementary color
Monochromatic Colors of #28020F
Black with #28020F
Text Example
Text Example
White with #28020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28020F; }
p { color: rgb(40,2,15); }
H1.HeaderClassName
{
color: #28020F;
}
.AnyTagClassName
{
color: #28020F;
}
</style>
background-color css
<style>
a { background-color: #28020F; }
a { background-color: rgb(40,2,15); }
div.DivClassName
{
background-color: #28020F;
}
.BgClassName
{
background-color: #28020F;
}
</style>
border-color css
<style>
span { border-color: #28020F; }
span { border-color: rgb(40,2,15); }
td.TdClassName
{
border-color: #28020F;
}
.TagClassName
{
border-color: #28020F;
}
</style>