Shades of Rustic Red #281719
Tints of Rustic Red #281719
RGB
CMYK
RGB Variations
Color information
#281719 (or 0x281719) is known color: Rustic Red. HEX triplet: 28, 17 and 19. RGB value is (40,23,25). Sum of RGB (Red+Green+Blue) = 40+23+25=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #281719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281719 is #D7E8E6. Grayscale: #1C1C1C. Windows color (decimal): -14149863 or 1644328. OLE color: 1644328.
HSL color Cylindrical-coordinate representation of color #281719: hue angle of 352.94º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #281719 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 23 | 25 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.84 |
| HSL | 352.94º | 0.27% | 0.12% | - |
| HSV(B) | 352.94º | 0.43% | 0.16% | - |
| XYZ | 1.36 | 1.13 | 1.07 | - |
| YUV | 28.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 25 | 0 | 0.43 | 0.38 | 0.84 | 352.94 | 0.27 | 0.12 |
| Hex | 28 | 17 | 19 | 0 | 2B | 26 | 54 | 161 | 1B | C |
| Octal | 50 | 27 | 31 | 0 | 53 | 46 | 124 | 541 | 33 | 14 |
| Binary | 101000 | 10111 | 11001 | 0 | 101011 | 100110 | 1010100 | 101100001 | 11011 | 1100 |
Color Harmonies of #281719
Complementary color
Monochromatic Colors of #281719
Black with #281719
Text Example
Text Example
White with #281719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281719; }
p { color: rgb(40,23,25); }
H1.HeaderClassName
{
color: #281719;
}
.AnyTagClassName
{
color: #281719;
}
</style>
background-color css
<style>
a { background-color: #281719; }
a { background-color: rgb(40,23,25); }
div.DivClassName
{
background-color: #281719;
}
.BgClassName
{
background-color: #281719;
}
</style>
border-color css
<style>
span { border-color: #281719; }
span { border-color: rgb(40,23,25); }
td.TdClassName
{
border-color: #281719;
}
.TagClassName
{
border-color: #281719;
}
</style>