Shades of Rustic Red #2D141A
Tints of Rustic Red #2D141A
RGB
CMYK
RGB Variations
Color information
#2D141A (or 0x2D141A) is known color: Rustic Red. HEX triplet: 2D, 14 and 1A. RGB value is (45,20,26). Sum of RGB (Red+Green+Blue) = 45+20+26=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D141A is #D2EBE5. Grayscale: #1C1C1C. Windows color (decimal): -13822950 or 1709101. OLE color: 1709101.
HSL color Cylindrical-coordinate representation of color #2D141A: hue angle of 345.6º 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 #2D141A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 20 | 26 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.82 |
| HSL | 345.6º | 0.38% | 0.13% | - |
| HSV(B) | 345.6º | 0.56% | 0.18% | - |
| XYZ | 1.52 | 1.13 | 1.12 | - |
| YUV | 28.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 26 | 0 | 0.56 | 0.42 | 0.82 | 345.6 | 0.38 | 0.13 |
| Hex | 2D | 14 | 1A | 0 | 38 | 2A | 52 | 15A | 26 | D |
| Octal | 55 | 24 | 32 | 0 | 70 | 52 | 122 | 532 | 46 | 15 |
| Binary | 101101 | 10100 | 11010 | 0 | 111000 | 101010 | 1010010 | 101011010 | 100110 | 1101 |
Color Harmonies of #2D141A
Complementary color
Monochromatic Colors of #2D141A
Black with #2D141A
Text Example
Text Example
White with #2D141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D141A; }
p { color: rgb(45,20,26); }
H1.HeaderClassName
{
color: #2D141A;
}
.AnyTagClassName
{
color: #2D141A;
}
</style>
background-color css
<style>
a { background-color: #2D141A; }
a { background-color: rgb(45,20,26); }
div.DivClassName
{
background-color: #2D141A;
}
.BgClassName
{
background-color: #2D141A;
}
</style>
border-color css
<style>
span { border-color: #2D141A; }
span { border-color: rgb(45,20,26); }
td.TdClassName
{
border-color: #2D141A;
}
.TagClassName
{
border-color: #2D141A;
}
</style>