Shades of Rustic Red #2D141B
Tints of Rustic Red #2D141B
RGB
CMYK
RGB Variations
Color information
#2D141B (or 0x2D141B) is known color: Rustic Red. HEX triplet: 2D, 14 and 1B. RGB value is (45,20,27). Sum of RGB (Red+Green+Blue) = 45+20+27=92 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.91% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 45 - color contains mainly: red. Hex color #2D141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D141B is #D2EBE4. Grayscale: #1C1C1C. Windows color (decimal): -13822949 or 1774637. OLE color: 1774637.
HSL color Cylindrical-coordinate representation of color #2D141B: hue angle of 343.2º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D141B is Cyan = 0, Magento = 0.56, Yellow = 0.4 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 20 | 27 | - |
| CMYK | 0 | 0.56 | 0.4 | 0.82 |
| HSL | 343.2º | 0.38% | 0.13% | - |
| HSV(B) | 343.2º | 0.56% | 0.18% | - |
| XYZ | 1.53 | 1.14 | 1.18 | - |
| YUV | 28.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 27 | 0 | 0.56 | 0.4 | 0.82 | 343.2 | 0.38 | 0.13 |
| Hex | 2D | 14 | 1B | 0 | 38 | 28 | 52 | 157 | 26 | D |
| Octal | 55 | 24 | 33 | 0 | 70 | 50 | 122 | 527 | 46 | 15 |
| Binary | 101101 | 10100 | 11011 | 0 | 111000 | 101000 | 1010010 | 101010111 | 100110 | 1101 |
Color Harmonies of #2D141B
Complementary color
Monochromatic Colors of #2D141B
Black with #2D141B
Text Example
Text Example
White with #2D141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D141B; }
p { color: rgb(45,20,27); }
H1.HeaderClassName
{
color: #2D141B;
}
.AnyTagClassName
{
color: #2D141B;
}
</style>
background-color css
<style>
a { background-color: #2D141B; }
a { background-color: rgb(45,20,27); }
div.DivClassName
{
background-color: #2D141B;
}
.BgClassName
{
background-color: #2D141B;
}
</style>
border-color css
<style>
span { border-color: #2D141B; }
span { border-color: rgb(45,20,27); }
td.TdClassName
{
border-color: #2D141B;
}
.TagClassName
{
border-color: #2D141B;
}
</style>