Shades of Rustic Red #2D191C
Tints of Rustic Red #2D191C
RGB
CMYK
RGB Variations
Color information
#2D191C (or 0x2D191C) is known color: Rustic Red. HEX triplet: 2D, 19 and 1C. RGB value is (45,25,28). Sum of RGB (Red+Green+Blue) = 45+25+28=98 (12% of max value = 765). Red value is 45 (17.97% from 255 or 45.92% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 45 - color contains mainly: red. Hex color #2D191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D191C is #D2E6E3. Grayscale: #1F1F1F. Windows color (decimal): -13821668 or 1841453. OLE color: 1841453.
HSL color Cylindrical-coordinate representation of color #2D191C: hue angle of 351º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D191C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 28 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.82 |
| HSL | 351º | 0.29% | 0.14% | - |
| HSV(B) | 351º | 0.44% | 0.18% | - |
| XYZ | 1.64 | 1.34 | 1.27 | - |
| YUV | 31.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 28 | 0 | 0.44 | 0.38 | 0.82 | 351 | 0.29 | 0.14 |
| Hex | 2D | 19 | 1C | 0 | 2C | 26 | 52 | 15F | 1D | E |
| Octal | 55 | 31 | 34 | 0 | 54 | 46 | 122 | 537 | 35 | 16 |
| Binary | 101101 | 11001 | 11100 | 0 | 101100 | 100110 | 1010010 | 101011111 | 11101 | 1110 |
Color Harmonies of #2D191C
Complementary color
Monochromatic Colors of #2D191C
Black with #2D191C
Text Example
Text Example
White with #2D191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D191C; }
p { color: rgb(45,25,28); }
H1.HeaderClassName
{
color: #2D191C;
}
.AnyTagClassName
{
color: #2D191C;
}
</style>
background-color css
<style>
a { background-color: #2D191C; }
a { background-color: rgb(45,25,28); }
div.DivClassName
{
background-color: #2D191C;
}
.BgClassName
{
background-color: #2D191C;
}
</style>
border-color css
<style>
span { border-color: #2D191C; }
span { border-color: rgb(45,25,28); }
td.TdClassName
{
border-color: #2D191C;
}
.TagClassName
{
border-color: #2D191C;
}
</style>