Shades of Rustic Red #3B0618
Tints of Rustic Red #3B0618
RGB
CMYK
RGB Variations
Color information
#3B0618 (or 0x3B0618) is known color: Rustic Red. HEX triplet: 3B, 06 and 18. RGB value is (59,6,24). Sum of RGB (Red+Green+Blue) = 59+6+24=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0618 is #C4F9E7. Grayscale: #171717. Windows color (decimal): -12909032 or 1574459. OLE color: 1574459.
HSL color Cylindrical-coordinate representation of color #3B0618: hue angle of 339.62º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0618 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 6 | 24 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.77 |
| HSL | 339.62º | 0.82% | 0.13% | - |
| HSV(B) | 339.62º | 0.9% | 0.23% | - |
| XYZ | 2.03 | 1.13 | 0.97 | - |
| YUV | 23.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 24 | 0 | 0.90 | 0.59 | 0.77 | 339.62 | 0.82 | 0.13 |
| Hex | 3B | 6 | 18 | 0 | 5A | 3B | 4D | 154 | 52 | D |
| Octal | 73 | 6 | 30 | 0 | 132 | 73 | 115 | 524 | 122 | 15 |
| Binary | 111011 | 110 | 11000 | 0 | 1011010 | 111011 | 1001101 | 101010100 | 1010010 | 1101 |
Color Harmonies of #3B0618
Complementary color
Monochromatic Colors of #3B0618
Black with #3B0618
Text Example
Text Example
White with #3B0618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0618; }
p { color: rgb(59,6,24); }
H1.HeaderClassName
{
color: #3B0618;
}
.AnyTagClassName
{
color: #3B0618;
}
</style>
background-color css
<style>
a { background-color: #3B0618; }
a { background-color: rgb(59,6,24); }
div.DivClassName
{
background-color: #3B0618;
}
.BgClassName
{
background-color: #3B0618;
}
</style>
border-color css
<style>
span { border-color: #3B0618; }
span { border-color: rgb(59,6,24); }
td.TdClassName
{
border-color: #3B0618;
}
.TagClassName
{
border-color: #3B0618;
}
</style>