Shades of Rustic Red #3B0108
Tints of Rustic Red #3B0108
RGB
CMYK
RGB Variations
Color information
#3B0108 (or 0x3B0108) is known color: Rustic Red. HEX triplet: 3B, 01 and 08. RGB value is (59,1,8). Sum of RGB (Red+Green+Blue) = 59+1+8=68 (9% of max value = 765). Red value is 59 (23.44% from 255 or 86.76% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0108 is #C4FEF7. Grayscale: #131313. Windows color (decimal): -12910328 or 524603. OLE color: 524603.
HSL color Cylindrical-coordinate representation of color #3B0108: hue angle of 352.76º 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 #3B0108 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 1 | 8 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.77 |
| HSL | 352.76º | 0.97% | 0.12% | - |
| HSV(B) | 352.76º | 0.98% | 0.23% | - |
| XYZ | 1.86 | 0.97 | 0.32 | - |
| YUV | 19.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 8 | 0 | 0.98 | 0.86 | 0.77 | 352.76 | 0.97 | 0.12 |
| Hex | 3B | 1 | 8 | 0 | 62 | 56 | 4D | 161 | 61 | C |
| Octal | 73 | 1 | 10 | 0 | 142 | 126 | 115 | 541 | 141 | 14 |
| Binary | 111011 | 1 | 1000 | 0 | 1100010 | 1010110 | 1001101 | 101100001 | 1100001 | 1100 |
Color Harmonies of #3B0108
Complementary color
Monochromatic Colors of #3B0108
Black with #3B0108
Text Example
Text Example
White with #3B0108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0108; }
p { color: rgb(59,1,8); }
H1.HeaderClassName
{
color: #3B0108;
}
.AnyTagClassName
{
color: #3B0108;
}
</style>
background-color css
<style>
a { background-color: #3B0108; }
a { background-color: rgb(59,1,8); }
div.DivClassName
{
background-color: #3B0108;
}
.BgClassName
{
background-color: #3B0108;
}
</style>
border-color css
<style>
span { border-color: #3B0108; }
span { border-color: rgb(59,1,8); }
td.TdClassName
{
border-color: #3B0108;
}
.TagClassName
{
border-color: #3B0108;
}
</style>