Shades of Rustic Red #3D0311
Tints of Rustic Red #3D0311
RGB
CMYK
RGB Variations
Color information
#3D0311 (or 0x3D0311) is known color: Rustic Red. HEX triplet: 3D, 03 and 11. RGB value is (61,3,17). Sum of RGB (Red+Green+Blue) = 61+3+17=81 (10% of max value = 765). Red value is 61 (24.22% from 255 or 75.31% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0311 is #C2FCEE. Grayscale: #151515. Windows color (decimal): -12778735 or 1114941. OLE color: 1114941.
HSL color Cylindrical-coordinate representation of color #3D0311: hue angle of 345.52º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0311 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 3 | 17 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.76 |
| HSL | 345.52º | 0.91% | 0.13% | - |
| HSV(B) | 345.52º | 0.95% | 0.24% | - |
| XYZ | 2.06 | 1.1 | 0.63 | - |
| YUV | 21.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 17 | 0 | 0.95 | 0.72 | 0.76 | 345.52 | 0.91 | 0.13 |
| Hex | 3D | 3 | 11 | 0 | 5F | 48 | 4C | 15A | 5B | D |
| Octal | 75 | 3 | 21 | 0 | 137 | 110 | 114 | 532 | 133 | 15 |
| Binary | 111101 | 11 | 10001 | 0 | 1011111 | 1001000 | 1001100 | 101011010 | 1011011 | 1101 |
Color Harmonies of #3D0311
Complementary color
Monochromatic Colors of #3D0311
Black with #3D0311
Text Example
Text Example
White with #3D0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0311; }
p { color: rgb(61,3,17); }
H1.HeaderClassName
{
color: #3D0311;
}
.AnyTagClassName
{
color: #3D0311;
}
</style>
background-color css
<style>
a { background-color: #3D0311; }
a { background-color: rgb(61,3,17); }
div.DivClassName
{
background-color: #3D0311;
}
.BgClassName
{
background-color: #3D0311;
}
</style>
border-color css
<style>
span { border-color: #3D0311; }
span { border-color: rgb(61,3,17); }
td.TdClassName
{
border-color: #3D0311;
}
.TagClassName
{
border-color: #3D0311;
}
</style>