Shades of Rustic Red #2D0102
Tints of Rustic Red #2D0102
RGB
CMYK
RGB Variations
Color information
#2D0102 (or 0x2D0102) is known color: Rustic Red. HEX triplet: 2D, 01 and 02. RGB value is (45,1,2). Sum of RGB (Red+Green+Blue) = 45+1+2=48 (6% of max value = 765). Red value is 45 (17.97% from 255 or 93.75% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0102 is #D2FEFD. Grayscale: #0E0E0E. Windows color (decimal): -13827838 or 131373. OLE color: 131373.
HSL color Cylindrical-coordinate representation of color #2D0102: hue angle of 358.64º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0102 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 1 | 2 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.82 |
| HSL | 358.64º | 0.96% | 0.09% | - |
| HSV(B) | 358.64º | 0.98% | 0.18% | - |
| XYZ | 1.1 | 0.58 | 0.11 | - |
| YUV | 14.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 2 | 0 | 0.98 | 0.96 | 0.82 | 358.64 | 0.96 | 0.09 |
| Hex | 2D | 1 | 2 | 0 | 62 | 60 | 52 | 167 | 60 | 9 |
| Octal | 55 | 1 | 2 | 0 | 142 | 140 | 122 | 547 | 140 | 11 |
| Binary | 101101 | 1 | 10 | 0 | 1100010 | 1100000 | 1010010 | 101100111 | 1100000 | 1001 |
Color Harmonies of #2D0102
Complementary color
Monochromatic Colors of #2D0102
Black with #2D0102
Text Example
Text Example
White with #2D0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0102; }
p { color: rgb(45,1,2); }
H1.HeaderClassName
{
color: #2D0102;
}
.AnyTagClassName
{
color: #2D0102;
}
</style>
background-color css
<style>
a { background-color: #2D0102; }
a { background-color: rgb(45,1,2); }
div.DivClassName
{
background-color: #2D0102;
}
.BgClassName
{
background-color: #2D0102;
}
</style>
border-color css
<style>
span { border-color: #2D0102; }
span { border-color: rgb(45,1,2); }
td.TdClassName
{
border-color: #2D0102;
}
.TagClassName
{
border-color: #2D0102;
}
</style>