Shades of Rustic Red #3B010D
Tints of Rustic Red #3B010D
RGB
CMYK
RGB Variations
Color information
#3B010D (or 0x3B010D) is known color: Rustic Red. HEX triplet: 3B, 01 and 0D. RGB value is (59,1,13). Sum of RGB (Red+Green+Blue) = 59+1+13=73 (9% of max value = 765). Red value is 59 (23.44% from 255 or 80.82% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 59 - color contains mainly: red. Hex color #3B010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B010D is #C4FEF2. Grayscale: #131313. Windows color (decimal): -12910323 or 852283. OLE color: 852283.
HSL color Cylindrical-coordinate representation of color #3B010D: hue angle of 347.59º 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 #3B010D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 13 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.77 |
| HSL | 347.59º | 0.97% | 0.12% | - |
| HSV(B) | 347.59º | 0.98% | 0.23% | - |
| XYZ | 1.89 | 0.98 | 0.47 | - |
| YUV | 19.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 13 | 0 | 0.98 | 0.78 | 0.77 | 347.59 | 0.97 | 0.12 |
| Hex | 3B | 1 | D | 0 | 62 | 4E | 4D | 15C | 61 | C |
| Octal | 73 | 1 | 15 | 0 | 142 | 116 | 115 | 534 | 141 | 14 |
| Binary | 111011 | 1 | 1101 | 0 | 1100010 | 1001110 | 1001101 | 101011100 | 1100001 | 1100 |
Color Harmonies of #3B010D
Complementary color
Monochromatic Colors of #3B010D
Black with #3B010D
Text Example
Text Example
White with #3B010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B010D; }
p { color: rgb(59,1,13); }
H1.HeaderClassName
{
color: #3B010D;
}
.AnyTagClassName
{
color: #3B010D;
}
</style>
background-color css
<style>
a { background-color: #3B010D; }
a { background-color: rgb(59,1,13); }
div.DivClassName
{
background-color: #3B010D;
}
.BgClassName
{
background-color: #3B010D;
}
</style>
border-color css
<style>
span { border-color: #3B010D; }
span { border-color: rgb(59,1,13); }
td.TdClassName
{
border-color: #3B010D;
}
.TagClassName
{
border-color: #3B010D;
}
</style>