Shades of Rustic Red #28070F
Tints of Rustic Red #28070F
RGB
CMYK
RGB Variations
Color information
#28070F (or 0x28070F) is known color: Rustic Red. HEX triplet: 28, 07 and 0F. RGB value is (40,7,15). Sum of RGB (Red+Green+Blue) = 40+7+15=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #28070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28070F is #D7F8F0. Grayscale: #111111. Windows color (decimal): -14153969 or 984872. OLE color: 984872.
HSL color Cylindrical-coordinate representation of color #28070F: hue angle of 345.45º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28070F is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 7 | 15 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.84 |
| HSL | 345.45º | 0.7% | 0.09% | - |
| HSV(B) | 345.45º | 0.83% | 0.16% | - |
| XYZ | 1.04 | 0.64 | 0.52 | - |
| YUV | 17.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 15 | 0 | 0.83 | 0.62 | 0.84 | 345.45 | 0.7 | 0.09 |
| Hex | 28 | 7 | F | 0 | 53 | 3E | 54 | 159 | 46 | 9 |
| Octal | 50 | 7 | 17 | 0 | 123 | 76 | 124 | 531 | 106 | 11 |
| Binary | 101000 | 111 | 1111 | 0 | 1010011 | 111110 | 1010100 | 101011001 | 1000110 | 1001 |
Color Harmonies of #28070F
Complementary color
Monochromatic Colors of #28070F
Black with #28070F
Text Example
Text Example
White with #28070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28070F; }
p { color: rgb(40,7,15); }
H1.HeaderClassName
{
color: #28070F;
}
.AnyTagClassName
{
color: #28070F;
}
</style>
background-color css
<style>
a { background-color: #28070F; }
a { background-color: rgb(40,7,15); }
div.DivClassName
{
background-color: #28070F;
}
.BgClassName
{
background-color: #28070F;
}
</style>
border-color css
<style>
span { border-color: #28070F; }
span { border-color: rgb(40,7,15); }
td.TdClassName
{
border-color: #28070F;
}
.TagClassName
{
border-color: #28070F;
}
</style>