Shades of Rustic Red #3B0117
Tints of Rustic Red #3B0117
RGB
CMYK
RGB Variations
Color information
#3B0117 (or 0x3B0117) is known color: Rustic Red. HEX triplet: 3B, 01 and 17. RGB value is (59,1,23). Sum of RGB (Red+Green+Blue) = 59+1+23=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0117 is #C4FEE8. Grayscale: #141414. Windows color (decimal): -12910313 or 1507643. OLE color: 1507643.
HSL color Cylindrical-coordinate representation of color #3B0117: hue angle of 337.24º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0117 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 23 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.77 |
| HSL | 337.24º | 0.97% | 0.12% | - |
| HSV(B) | 337.24º | 0.98% | 0.23% | - |
| XYZ | 1.97 | 1.01 | 0.9 | - |
| YUV | 20.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 23 | 0 | 0.98 | 0.61 | 0.77 | 337.24 | 0.97 | 0.12 |
| Hex | 3B | 1 | 17 | 0 | 62 | 3D | 4D | 151 | 61 | C |
| Octal | 73 | 1 | 27 | 0 | 142 | 75 | 115 | 521 | 141 | 14 |
| Binary | 111011 | 1 | 10111 | 0 | 1100010 | 111101 | 1001101 | 101010001 | 1100001 | 1100 |
Color Harmonies of #3B0117
Complementary color
Monochromatic Colors of #3B0117
Black with #3B0117
Text Example
Text Example
White with #3B0117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0117; }
p { color: rgb(59,1,23); }
H1.HeaderClassName
{
color: #3B0117;
}
.AnyTagClassName
{
color: #3B0117;
}
</style>
background-color css
<style>
a { background-color: #3B0117; }
a { background-color: rgb(59,1,23); }
div.DivClassName
{
background-color: #3B0117;
}
.BgClassName
{
background-color: #3B0117;
}
</style>
border-color css
<style>
span { border-color: #3B0117; }
span { border-color: rgb(59,1,23); }
td.TdClassName
{
border-color: #3B0117;
}
.TagClassName
{
border-color: #3B0117;
}
</style>