Shades of Rustic Red #28191C
Tints of Rustic Red #28191C
RGB
CMYK
RGB Variations
Color information
#28191C (or 0x28191C) is known color: Rustic Red. HEX triplet: 28, 19 and 1C. RGB value is (40,25,28). Sum of RGB (Red+Green+Blue) = 40+25+28=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #28191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28191C is #D7E6E3. Grayscale: #1D1D1D. Windows color (decimal): -14149348 or 1841448. OLE color: 1841448.
HSL color Cylindrical-coordinate representation of color #28191C: hue angle of 348º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28191C is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 25 | 28 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.84 |
| HSL | 348º | 0.23% | 0.13% | - |
| HSV(B) | 348º | 0.38% | 0.16% | - |
| XYZ | 1.43 | 1.23 | 1.26 | - |
| YUV | 29.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 28 | 0 | 0.38 | 0.30 | 0.84 | 348 | 0.23 | 0.13 |
| Hex | 28 | 19 | 1C | 0 | 26 | 1E | 54 | 15C | 17 | D |
| Octal | 50 | 31 | 34 | 0 | 46 | 36 | 124 | 534 | 27 | 15 |
| Binary | 101000 | 11001 | 11100 | 0 | 100110 | 11110 | 1010100 | 101011100 | 10111 | 1101 |
Color Harmonies of #28191C
Complementary color
Monochromatic Colors of #28191C
Black with #28191C
Text Example
Text Example
White with #28191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28191C; }
p { color: rgb(40,25,28); }
H1.HeaderClassName
{
color: #28191C;
}
.AnyTagClassName
{
color: #28191C;
}
</style>
background-color css
<style>
a { background-color: #28191C; }
a { background-color: rgb(40,25,28); }
div.DivClassName
{
background-color: #28191C;
}
.BgClassName
{
background-color: #28191C;
}
</style>
border-color css
<style>
span { border-color: #28191C; }
span { border-color: rgb(40,25,28); }
td.TdClassName
{
border-color: #28191C;
}
.TagClassName
{
border-color: #28191C;
}
</style>