Shades of Rustic Red #2D0308
Tints of Rustic Red #2D0308
RGB
CMYK
RGB Variations
Color information
#2D0308 (or 0x2D0308) is known color: Rustic Red. HEX triplet: 2D, 03 and 08. RGB value is (45,3,8). Sum of RGB (Red+Green+Blue) = 45+3+8=56 (7% of max value = 765). Red value is 45 (17.97% from 255 or 80.36% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0308 is #D2FCF7. Grayscale: #101010. Windows color (decimal): -13827320 or 525101. OLE color: 525101.
HSL color Cylindrical-coordinate representation of color #2D0308: hue angle of 352.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0308 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 3 | 8 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.82 |
| HSL | 352.86º | 0.88% | 0.09% | - |
| HSV(B) | 352.86º | 0.93% | 0.18% | - |
| XYZ | 1.16 | 0.64 | 0.29 | - |
| YUV | 16.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 8 | 0 | 0.93 | 0.82 | 0.82 | 352.86 | 0.88 | 0.09 |
| Hex | 2D | 3 | 8 | 0 | 5D | 52 | 52 | 161 | 58 | 9 |
| Octal | 55 | 3 | 10 | 0 | 135 | 122 | 122 | 541 | 130 | 11 |
| Binary | 101101 | 11 | 1000 | 0 | 1011101 | 1010010 | 1010010 | 101100001 | 1011000 | 1001 |
Color Harmonies of #2D0308
Complementary color
Monochromatic Colors of #2D0308
Black with #2D0308
Text Example
Text Example
White with #2D0308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0308; }
p { color: rgb(45,3,8); }
H1.HeaderClassName
{
color: #2D0308;
}
.AnyTagClassName
{
color: #2D0308;
}
</style>
background-color css
<style>
a { background-color: #2D0308; }
a { background-color: rgb(45,3,8); }
div.DivClassName
{
background-color: #2D0308;
}
.BgClassName
{
background-color: #2D0308;
}
</style>
border-color css
<style>
span { border-color: #2D0308; }
span { border-color: rgb(45,3,8); }
td.TdClassName
{
border-color: #2D0308;
}
.TagClassName
{
border-color: #2D0308;
}
</style>