Shades of Rustic Red #3B0B1B
Tints of Rustic Red #3B0B1B
RGB
CMYK
RGB Variations
Color information
#3B0B1B (or 0x3B0B1B) is known color: Rustic Red. HEX triplet: 3B, 0B and 1B. RGB value is (59,11,27). Sum of RGB (Red+Green+Blue) = 59+11+27=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B1B is #C4F4E4. Grayscale: #1B1B1B. Windows color (decimal): -12907749 or 1772347. OLE color: 1772347.
HSL color Cylindrical-coordinate representation of color #3B0B1B: hue angle of 340º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B0B1B is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 11 | 27 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.77 |
| HSL | 340º | 0.69% | 0.14% | - |
| HSV(B) | 340º | 0.81% | 0.23% | - |
| XYZ | 2.12 | 1.25 | 1.17 | - |
| YUV | 27.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 27 | 0 | 0.81 | 0.54 | 0.77 | 340 | 0.69 | 0.14 |
| Hex | 3B | B | 1B | 0 | 51 | 36 | 4D | 154 | 45 | E |
| Octal | 73 | 13 | 33 | 0 | 121 | 66 | 115 | 524 | 105 | 16 |
| Binary | 111011 | 1011 | 11011 | 0 | 1010001 | 110110 | 1001101 | 101010100 | 1000101 | 1110 |
Color Harmonies of #3B0B1B
Complementary color
Monochromatic Colors of #3B0B1B
Black with #3B0B1B
Text Example
Text Example
White with #3B0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B1B; }
p { color: rgb(59,11,27); }
H1.HeaderClassName
{
color: #3B0B1B;
}
.AnyTagClassName
{
color: #3B0B1B;
}
</style>
background-color css
<style>
a { background-color: #3B0B1B; }
a { background-color: rgb(59,11,27); }
div.DivClassName
{
background-color: #3B0B1B;
}
.BgClassName
{
background-color: #3B0B1B;
}
</style>
border-color css
<style>
span { border-color: #3B0B1B; }
span { border-color: rgb(59,11,27); }
td.TdClassName
{
border-color: #3B0B1B;
}
.TagClassName
{
border-color: #3B0B1B;
}
</style>