Shades of Rustic Red #3B0D17
Tints of Rustic Red #3B0D17
RGB
CMYK
RGB Variations
Color information
#3B0D17 (or 0x3B0D17) is known color: Rustic Red. HEX triplet: 3B, 0D and 17. RGB value is (59,13,23). Sum of RGB (Red+Green+Blue) = 59+13+23=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0D17 is #C4F2E8. Grayscale: #1B1B1B. Windows color (decimal): -12907241 or 1510715. OLE color: 1510715.
HSL color Cylindrical-coordinate representation of color #3B0D17: hue angle of 346.96º 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 #3B0D17 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 13 | 23 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.77 |
| HSL | 346.96º | 0.64% | 0.14% | - |
| HSV(B) | 346.96º | 0.78% | 0.23% | - |
| XYZ | 2.1 | 1.28 | 0.95 | - |
| YUV | 27.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 23 | 0 | 0.78 | 0.61 | 0.77 | 346.96 | 0.64 | 0.14 |
| Hex | 3B | D | 17 | 0 | 4E | 3D | 4D | 15B | 40 | E |
| Octal | 73 | 15 | 27 | 0 | 116 | 75 | 115 | 533 | 100 | 16 |
| Binary | 111011 | 1101 | 10111 | 0 | 1001110 | 111101 | 1001101 | 101011011 | 1000000 | 1110 |
Color Harmonies of #3B0D17
Complementary color
Monochromatic Colors of #3B0D17
Black with #3B0D17
Text Example
Text Example
White with #3B0D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0D17; }
p { color: rgb(59,13,23); }
H1.HeaderClassName
{
color: #3B0D17;
}
.AnyTagClassName
{
color: #3B0D17;
}
</style>
background-color css
<style>
a { background-color: #3B0D17; }
a { background-color: rgb(59,13,23); }
div.DivClassName
{
background-color: #3B0D17;
}
.BgClassName
{
background-color: #3B0D17;
}
</style>
border-color css
<style>
span { border-color: #3B0D17; }
span { border-color: rgb(59,13,23); }
td.TdClassName
{
border-color: #3B0D17;
}
.TagClassName
{
border-color: #3B0D17;
}
</style>