Shades of Rustic Red #3B0508
Tints of Rustic Red #3B0508
RGB
CMYK
RGB Variations
Color information
#3B0508 (or 0x3B0508) is known color: Rustic Red. HEX triplet: 3B, 05 and 08. RGB value is (59,5,8). Sum of RGB (Red+Green+Blue) = 59+5+8=72 (9% of max value = 765). Red value is 59 (23.44% from 255 or 81.94% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0508 is #C4FAF7. Grayscale: #151515. Windows color (decimal): -12909304 or 525627. OLE color: 525627.
HSL color Cylindrical-coordinate representation of color #3B0508: hue angle of 356.67º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0508 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 5 | 8 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.77 |
| HSL | 356.67º | 0.84% | 0.13% | - |
| HSV(B) | 356.67º | 0.92% | 0.23% | - |
| XYZ | 1.9 | 1.06 | 0.33 | - |
| YUV | 21.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 8 | 0 | 0.92 | 0.86 | 0.77 | 356.67 | 0.84 | 0.13 |
| Hex | 3B | 5 | 8 | 0 | 5C | 56 | 4D | 165 | 54 | D |
| Octal | 73 | 5 | 10 | 0 | 134 | 126 | 115 | 545 | 124 | 15 |
| Binary | 111011 | 101 | 1000 | 0 | 1011100 | 1010110 | 1001101 | 101100101 | 1010100 | 1101 |
Color Harmonies of #3B0508
Complementary color
Monochromatic Colors of #3B0508
Black with #3B0508
Text Example
Text Example
White with #3B0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0508; }
p { color: rgb(59,5,8); }
H1.HeaderClassName
{
color: #3B0508;
}
.AnyTagClassName
{
color: #3B0508;
}
</style>
background-color css
<style>
a { background-color: #3B0508; }
a { background-color: rgb(59,5,8); }
div.DivClassName
{
background-color: #3B0508;
}
.BgClassName
{
background-color: #3B0508;
}
</style>
border-color css
<style>
span { border-color: #3B0508; }
span { border-color: rgb(59,5,8); }
td.TdClassName
{
border-color: #3B0508;
}
.TagClassName
{
border-color: #3B0508;
}
</style>