Shades of Rustic Red #3D000B
Tints of Rustic Red #3D000B
RGB
CMYK
RGB Variations
Color information
#3D000B (or 0x3D000B) is known color: Rustic Red. HEX triplet: 3D, 00 and 0B. RGB value is (61,0,11). Sum of RGB (Red+Green+Blue) = 61+0+11=72 (9% of max value = 765). Red value is 61 (24.22% from 255 or 84.72% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 61 - color contains mainly: red. Hex color #3D000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D000B is #C2FFF4. Grayscale: #131313. Windows color (decimal): -12779509 or 720957. OLE color: 720957.
HSL color Cylindrical-coordinate representation of color #3D000B: hue angle of 349.18º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D000B is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.82 | 0.76 |
| HSL | 349.18º | 1% | 0.12% | - |
| HSV(B) | 349.18º | 1% | 0.24% | - |
| XYZ | 1.98 | 1.02 | 0.41 | - |
| YUV | 19.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 11 | 0 | 1 | 0.82 | 0.76 | 349.18 | 1 | 0.12 |
| Hex | 3D | 0 | B | 0 | 64 | 52 | 4C | 15D | 64 | C |
| Octal | 75 | 0 | 13 | 0 | 144 | 122 | 114 | 535 | 144 | 14 |
| Binary | 111101 | 0 | 1011 | 0 | 1100100 | 1010010 | 1001100 | 101011101 | 1100100 | 1100 |
Color Harmonies of #3D000B
Complementary color
Monochromatic Colors of #3D000B
Black with #3D000B
Text Example
Text Example
White with #3D000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D000B; }
p { color: rgb(61,0,11); }
H1.HeaderClassName
{
color: #3D000B;
}
.AnyTagClassName
{
color: #3D000B;
}
</style>
background-color css
<style>
a { background-color: #3D000B; }
a { background-color: rgb(61,0,11); }
div.DivClassName
{
background-color: #3D000B;
}
.BgClassName
{
background-color: #3D000B;
}
</style>
border-color css
<style>
span { border-color: #3D000B; }
span { border-color: rgb(61,0,11); }
td.TdClassName
{
border-color: #3D000B;
}
.TagClassName
{
border-color: #3D000B;
}
</style>