Shades of Rustic Red #3B030E
Tints of Rustic Red #3B030E
RGB
CMYK
RGB Variations
Color information
#3B030E (or 0x3B030E) is known color: Rustic Red. HEX triplet: 3B, 03 and 0E. RGB value is (59,3,14). Sum of RGB (Red+Green+Blue) = 59+3+14=76 (10% of max value = 765). Red value is 59 (23.44% from 255 or 77.63% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 59 - color contains mainly: red. Hex color #3B030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B030E is #C4FCF1. Grayscale: #151515. Windows color (decimal): -12909810 or 918331. OLE color: 918331.
HSL color Cylindrical-coordinate representation of color #3B030E: hue angle of 348.21º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B030E is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 3 | 14 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.77 |
| HSL | 348.21º | 0.9% | 0.12% | - |
| HSV(B) | 348.21º | 0.95% | 0.23% | - |
| XYZ | 1.92 | 1.03 | 0.51 | - |
| YUV | 21 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 14 | 0 | 0.95 | 0.76 | 0.77 | 348.21 | 0.9 | 0.12 |
| Hex | 3B | 3 | E | 0 | 5F | 4C | 4D | 15C | 5A | C |
| Octal | 73 | 3 | 16 | 0 | 137 | 114 | 115 | 534 | 132 | 14 |
| Binary | 111011 | 11 | 1110 | 0 | 1011111 | 1001100 | 1001101 | 101011100 | 1011010 | 1100 |
Color Harmonies of #3B030E
Complementary color
Monochromatic Colors of #3B030E
Black with #3B030E
Text Example
Text Example
White with #3B030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B030E; }
p { color: rgb(59,3,14); }
H1.HeaderClassName
{
color: #3B030E;
}
.AnyTagClassName
{
color: #3B030E;
}
</style>
background-color css
<style>
a { background-color: #3B030E; }
a { background-color: rgb(59,3,14); }
div.DivClassName
{
background-color: #3B030E;
}
.BgClassName
{
background-color: #3B030E;
}
</style>
border-color css
<style>
span { border-color: #3B030E; }
span { border-color: rgb(59,3,14); }
td.TdClassName
{
border-color: #3B030E;
}
.TagClassName
{
border-color: #3B030E;
}
</style>