Shades of Rustic Red #3B0D10
Tints of Rustic Red #3B0D10
RGB
CMYK
RGB Variations
Color information
#3B0D10 (or 0x3B0D10) is known color: Rustic Red. HEX triplet: 3B, 0D and 10. RGB value is (59,13,16). Sum of RGB (Red+Green+Blue) = 59+13+16=88 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.05% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0D10 is #C4F2EF. Grayscale: #1B1B1B. Windows color (decimal): -12907248 or 1051963. OLE color: 1051963.
HSL color Cylindrical-coordinate representation of color #3B0D10: hue angle of 356.09º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B0D10 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 13 | 16 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.77 |
| HSL | 356.09º | 0.64% | 0.14% | - |
| HSV(B) | 356.09º | 0.78% | 0.23% | - |
| XYZ | 2.04 | 1.26 | 0.62 | - |
| YUV | 27.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 16 | 0 | 0.78 | 0.73 | 0.77 | 356.09 | 0.64 | 0.14 |
| Hex | 3B | D | 10 | 0 | 4E | 49 | 4D | 164 | 40 | E |
| Octal | 73 | 15 | 20 | 0 | 116 | 111 | 115 | 544 | 100 | 16 |
| Binary | 111011 | 1101 | 10000 | 0 | 1001110 | 1001001 | 1001101 | 101100100 | 1000000 | 1110 |
Color Harmonies of #3B0D10
Complementary color
Monochromatic Colors of #3B0D10
Black with #3B0D10
Text Example
Text Example
White with #3B0D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0D10; }
p { color: rgb(59,13,16); }
H1.HeaderClassName
{
color: #3B0D10;
}
.AnyTagClassName
{
color: #3B0D10;
}
</style>
background-color css
<style>
a { background-color: #3B0D10; }
a { background-color: rgb(59,13,16); }
div.DivClassName
{
background-color: #3B0D10;
}
.BgClassName
{
background-color: #3B0D10;
}
</style>
border-color css
<style>
span { border-color: #3B0D10; }
span { border-color: rgb(59,13,16); }
td.TdClassName
{
border-color: #3B0D10;
}
.TagClassName
{
border-color: #3B0D10;
}
</style>