Shades of Rustic Red #280A10
Tints of Rustic Red #280A10
RGB
CMYK
RGB Variations
Color information
#280A10 (or 0x280A10) is known color: Rustic Red. HEX triplet: 28, 0A and 10. RGB value is (40,10,16). Sum of RGB (Red+Green+Blue) = 40+10+16=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A10 is #D7F5EF. Grayscale: #131313. Windows color (decimal): -14153200 or 1051176. OLE color: 1051176.
HSL color Cylindrical-coordinate representation of color #280A10: hue angle of 348º 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 #280A10 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 16 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.84 |
| HSL | 348º | 0.6% | 0.1% | - |
| HSV(B) | 348º | 0.75% | 0.16% | - |
| XYZ | 1.08 | 0.71 | 0.57 | - |
| YUV | 19.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 16 | 0 | 0.75 | 0.60 | 0.84 | 348 | 0.6 | 0.1 |
| Hex | 28 | A | 10 | 0 | 4B | 3C | 54 | 15C | 3C | A |
| Octal | 50 | 12 | 20 | 0 | 113 | 74 | 124 | 534 | 74 | 12 |
| Binary | 101000 | 1010 | 10000 | 0 | 1001011 | 111100 | 1010100 | 101011100 | 111100 | 1010 |
Color Harmonies of #280A10
Complementary color
Monochromatic Colors of #280A10
Black with #280A10
Text Example
Text Example
White with #280A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A10; }
p { color: rgb(40,10,16); }
H1.HeaderClassName
{
color: #280A10;
}
.AnyTagClassName
{
color: #280A10;
}
</style>
background-color css
<style>
a { background-color: #280A10; }
a { background-color: rgb(40,10,16); }
div.DivClassName
{
background-color: #280A10;
}
.BgClassName
{
background-color: #280A10;
}
</style>
border-color css
<style>
span { border-color: #280A10; }
span { border-color: rgb(40,10,16); }
td.TdClassName
{
border-color: #280A10;
}
.TagClassName
{
border-color: #280A10;
}
</style>