Shades of Rustic Red #280613
Tints of Rustic Red #280613
RGB
CMYK
RGB Variations
Color information
#280613 (or 0x280613) is known color: Rustic Red. HEX triplet: 28, 06 and 13. RGB value is (40,6,19). Sum of RGB (Red+Green+Blue) = 40+6+19=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280613 is #D7F9EC. Grayscale: #111111. Windows color (decimal): -14154221 or 1246760. OLE color: 1246760.
HSL color Cylindrical-coordinate representation of color #280613: hue angle of 337.06º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280613 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 6 | 19 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.84 |
| HSL | 337.06º | 0.74% | 0.09% | - |
| HSV(B) | 337.06º | 0.85% | 0.16% | - |
| XYZ | 1.06 | 0.63 | 0.68 | - |
| YUV | 17.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 19 | 0 | 0.85 | 0.52 | 0.84 | 337.06 | 0.74 | 0.09 |
| Hex | 28 | 6 | 13 | 0 | 55 | 34 | 54 | 151 | 4A | 9 |
| Octal | 50 | 6 | 23 | 0 | 125 | 64 | 124 | 521 | 112 | 11 |
| Binary | 101000 | 110 | 10011 | 0 | 1010101 | 110100 | 1010100 | 101010001 | 1001010 | 1001 |
Color Harmonies of #280613
Complementary color
Monochromatic Colors of #280613
Black with #280613
Text Example
Text Example
White with #280613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280613; }
p { color: rgb(40,6,19); }
H1.HeaderClassName
{
color: #280613;
}
.AnyTagClassName
{
color: #280613;
}
</style>
background-color css
<style>
a { background-color: #280613; }
a { background-color: rgb(40,6,19); }
div.DivClassName
{
background-color: #280613;
}
.BgClassName
{
background-color: #280613;
}
</style>
border-color css
<style>
span { border-color: #280613; }
span { border-color: rgb(40,6,19); }
td.TdClassName
{
border-color: #280613;
}
.TagClassName
{
border-color: #280613;
}
</style>