Shades of Rustic Red #2D151A
Tints of Rustic Red #2D151A
RGB
CMYK
RGB Variations
Color information
#2D151A (or 0x2D151A) is known color: Rustic Red. HEX triplet: 2D, 15 and 1A. RGB value is (45,21,26). Sum of RGB (Red+Green+Blue) = 45+21+26=92 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.91% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 45 - color contains mainly: red. Hex color #2D151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D151A is #D2EAE5. Grayscale: #1C1C1C. Windows color (decimal): -13822694 or 1709357. OLE color: 1709357.
HSL color Cylindrical-coordinate representation of color #2D151A: hue angle of 347.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D151A is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 21 | 26 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.82 |
| HSL | 347.5º | 0.36% | 0.13% | - |
| HSV(B) | 347.5º | 0.53% | 0.18% | - |
| XYZ | 1.54 | 1.17 | 1.12 | - |
| YUV | 28.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 26 | 0 | 0.53 | 0.42 | 0.82 | 347.5 | 0.36 | 0.13 |
| Hex | 2D | 15 | 1A | 0 | 35 | 2A | 52 | 15C | 24 | D |
| Octal | 55 | 25 | 32 | 0 | 65 | 52 | 122 | 534 | 44 | 15 |
| Binary | 101101 | 10101 | 11010 | 0 | 110101 | 101010 | 1010010 | 101011100 | 100100 | 1101 |
Color Harmonies of #2D151A
Complementary color
Monochromatic Colors of #2D151A
Black with #2D151A
Text Example
Text Example
White with #2D151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D151A; }
p { color: rgb(45,21,26); }
H1.HeaderClassName
{
color: #2D151A;
}
.AnyTagClassName
{
color: #2D151A;
}
</style>
background-color css
<style>
a { background-color: #2D151A; }
a { background-color: rgb(45,21,26); }
div.DivClassName
{
background-color: #2D151A;
}
.BgClassName
{
background-color: #2D151A;
}
</style>
border-color css
<style>
span { border-color: #2D151A; }
span { border-color: rgb(45,21,26); }
td.TdClassName
{
border-color: #2D151A;
}
.TagClassName
{
border-color: #2D151A;
}
</style>