Shades of Rustic Red #280A0D
Tints of Rustic Red #280A0D
RGB
CMYK
RGB Variations
Color information
#280A0D (or 0x280A0D) is known color: Rustic Red. HEX triplet: 28, 0A and 0D. RGB value is (40,10,13). Sum of RGB (Red+Green+Blue) = 40+10+13=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A0D is #D7F5F2. Grayscale: #131313. Windows color (decimal): -14153203 or 854568. OLE color: 854568.
HSL color Cylindrical-coordinate representation of color #280A0D: hue angle of 354º 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 #280A0D is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 13 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.84 |
| HSL | 354º | 0.6% | 0.1% | - |
| HSV(B) | 354º | 0.75% | 0.16% | - |
| XYZ | 1.06 | 0.7 | 0.46 | - |
| YUV | 19.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 13 | 0 | 0.75 | 0.67 | 0.84 | 354 | 0.6 | 0.1 |
| Hex | 28 | A | D | 0 | 4B | 43 | 54 | 162 | 3C | A |
| Octal | 50 | 12 | 15 | 0 | 113 | 103 | 124 | 542 | 74 | 12 |
| Binary | 101000 | 1010 | 1101 | 0 | 1001011 | 1000011 | 1010100 | 101100010 | 111100 | 1010 |
Color Harmonies of #280A0D
Complementary color
Monochromatic Colors of #280A0D
Black with #280A0D
Text Example
Text Example
White with #280A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A0D; }
p { color: rgb(40,10,13); }
H1.HeaderClassName
{
color: #280A0D;
}
.AnyTagClassName
{
color: #280A0D;
}
</style>
background-color css
<style>
a { background-color: #280A0D; }
a { background-color: rgb(40,10,13); }
div.DivClassName
{
background-color: #280A0D;
}
.BgClassName
{
background-color: #280A0D;
}
</style>
border-color css
<style>
span { border-color: #280A0D; }
span { border-color: rgb(40,10,13); }
td.TdClassName
{
border-color: #280A0D;
}
.TagClassName
{
border-color: #280A0D;
}
</style>