Shades of Rustic Red #3D0315
Tints of Rustic Red #3D0315
RGB
CMYK
RGB Variations
Color information
#3D0315 (or 0x3D0315) is known color: Rustic Red. HEX triplet: 3D, 03 and 15. RGB value is (61,3,21). Sum of RGB (Red+Green+Blue) = 61+3+21=85 (11% of max value = 765). Red value is 61 (24.22% from 255 or 71.76% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0315 is #C2FCEA. Grayscale: #161616. Windows color (decimal): -12778731 or 1377085. OLE color: 1377085.
HSL color Cylindrical-coordinate representation of color #3D0315: hue angle of 341.38º 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 #3D0315 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 3 | 21 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.76 |
| HSL | 341.38º | 0.91% | 0.13% | - |
| HSV(B) | 341.38º | 0.95% | 0.24% | - |
| XYZ | 2.09 | 1.11 | 0.81 | - |
| YUV | 22.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 21 | 0 | 0.95 | 0.66 | 0.76 | 341.38 | 0.91 | 0.13 |
| Hex | 3D | 3 | 15 | 0 | 5F | 42 | 4C | 155 | 5B | D |
| Octal | 75 | 3 | 25 | 0 | 137 | 102 | 114 | 525 | 133 | 15 |
| Binary | 111101 | 11 | 10101 | 0 | 1011111 | 1000010 | 1001100 | 101010101 | 1011011 | 1101 |
Color Harmonies of #3D0315
Complementary color
Monochromatic Colors of #3D0315
Black with #3D0315
Text Example
Text Example
White with #3D0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0315; }
p { color: rgb(61,3,21); }
H1.HeaderClassName
{
color: #3D0315;
}
.AnyTagClassName
{
color: #3D0315;
}
</style>
background-color css
<style>
a { background-color: #3D0315; }
a { background-color: rgb(61,3,21); }
div.DivClassName
{
background-color: #3D0315;
}
.BgClassName
{
background-color: #3D0315;
}
</style>
border-color css
<style>
span { border-color: #3D0315; }
span { border-color: rgb(61,3,21); }
td.TdClassName
{
border-color: #3D0315;
}
.TagClassName
{
border-color: #3D0315;
}
</style>