Shades of Rustic Red #28020A
Tints of Rustic Red #28020A
RGB
CMYK
RGB Variations
Color information
#28020A (or 0x28020A) is known color: Rustic Red. HEX triplet: 28, 02 and 0A. RGB value is (40,2,10). Sum of RGB (Red+Green+Blue) = 40+2+10=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #28020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28020A is #D7FDF5. Grayscale: #0E0E0E. Windows color (decimal): -14155254 or 655912. OLE color: 655912.
HSL color Cylindrical-coordinate representation of color #28020A: hue angle of 347.37º 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 #28020A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 2 | 10 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.84 |
| HSL | 347.37º | 0.9% | 0.08% | - |
| HSV(B) | 347.37º | 0.95% | 0.16% | - |
| XYZ | 0.95 | 0.52 | 0.34 | - |
| YUV | 14.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 10 | 0 | 0.95 | 0.75 | 0.84 | 347.37 | 0.9 | 0.08 |
| Hex | 28 | 2 | A | 0 | 5F | 4B | 54 | 15B | 5A | 8 |
| Octal | 50 | 2 | 12 | 0 | 137 | 113 | 124 | 533 | 132 | 10 |
| Binary | 101000 | 10 | 1010 | 0 | 1011111 | 1001011 | 1010100 | 101011011 | 1011010 | 1000 |
Color Harmonies of #28020A
Complementary color
Monochromatic Colors of #28020A
Black with #28020A
Text Example
Text Example
White with #28020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28020A; }
p { color: rgb(40,2,10); }
H1.HeaderClassName
{
color: #28020A;
}
.AnyTagClassName
{
color: #28020A;
}
</style>
background-color css
<style>
a { background-color: #28020A; }
a { background-color: rgb(40,2,10); }
div.DivClassName
{
background-color: #28020A;
}
.BgClassName
{
background-color: #28020A;
}
</style>
border-color css
<style>
span { border-color: #28020A; }
span { border-color: rgb(40,2,10); }
td.TdClassName
{
border-color: #28020A;
}
.TagClassName
{
border-color: #28020A;
}
</style>