Shades of Rustic Red #280A14
Tints of Rustic Red #280A14
RGB
CMYK
RGB Variations
Color information
#280A14 (or 0x280A14) is known color: Rustic Red. HEX triplet: 28, 0A and 14. RGB value is (40,10,20). Sum of RGB (Red+Green+Blue) = 40+10+20=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A14 is #D7F5EB. Grayscale: #141414. Windows color (decimal): -14153196 or 1313320. OLE color: 1313320.
HSL color Cylindrical-coordinate representation of color #280A14: hue angle of 340º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280A14 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 20 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.84 |
| HSL | 340º | 0.6% | 0.1% | - |
| HSV(B) | 340º | 0.75% | 0.16% | - |
| XYZ | 1.11 | 0.72 | 0.74 | - |
| YUV | 20.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 20 | 0 | 0.75 | 0.5 | 0.84 | 340 | 0.6 | 0.1 |
| Hex | 28 | A | 14 | 0 | 4B | 32 | 54 | 154 | 3C | A |
| Octal | 50 | 12 | 24 | 0 | 113 | 62 | 124 | 524 | 74 | 12 |
| Binary | 101000 | 1010 | 10100 | 0 | 1001011 | 110010 | 1010100 | 101010100 | 111100 | 1010 |
Color Harmonies of #280A14
Complementary color
Monochromatic Colors of #280A14
Black with #280A14
Text Example
Text Example
White with #280A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A14; }
p { color: rgb(40,10,20); }
H1.HeaderClassName
{
color: #280A14;
}
.AnyTagClassName
{
color: #280A14;
}
</style>
background-color css
<style>
a { background-color: #280A14; }
a { background-color: rgb(40,10,20); }
div.DivClassName
{
background-color: #280A14;
}
.BgClassName
{
background-color: #280A14;
}
</style>
border-color css
<style>
span { border-color: #280A14; }
span { border-color: rgb(40,10,20); }
td.TdClassName
{
border-color: #280A14;
}
.TagClassName
{
border-color: #280A14;
}
</style>