Shades of Rustic Red #3B0C0F
Tints of Rustic Red #3B0C0F
RGB
CMYK
RGB Variations
Color information
#3B0C0F (or 0x3B0C0F) is known color: Rustic Red. HEX triplet: 3B, 0C and 0F. RGB value is (59,12,15). Sum of RGB (Red+Green+Blue) = 59+12+15=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0C0F is #C4F3F0. Grayscale: #1A1A1A. Windows color (decimal): -12907505 or 986171. OLE color: 986171.
HSL color Cylindrical-coordinate representation of color #3B0C0F: hue angle of 356.17º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B0C0F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 12 | 15 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.77 |
| HSL | 356.17º | 0.66% | 0.14% | - |
| HSV(B) | 356.17º | 0.8% | 0.23% | - |
| XYZ | 2.02 | 1.23 | 0.58 | - |
| YUV | 26.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 15 | 0 | 0.80 | 0.75 | 0.77 | 356.17 | 0.66 | 0.14 |
| Hex | 3B | C | F | 0 | 50 | 4B | 4D | 164 | 42 | E |
| Octal | 73 | 14 | 17 | 0 | 120 | 113 | 115 | 544 | 102 | 16 |
| Binary | 111011 | 1100 | 1111 | 0 | 1010000 | 1001011 | 1001101 | 101100100 | 1000010 | 1110 |
Color Harmonies of #3B0C0F
Complementary color
Monochromatic Colors of #3B0C0F
Black with #3B0C0F
Text Example
Text Example
White with #3B0C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0C0F; }
p { color: rgb(59,12,15); }
H1.HeaderClassName
{
color: #3B0C0F;
}
.AnyTagClassName
{
color: #3B0C0F;
}
</style>
background-color css
<style>
a { background-color: #3B0C0F; }
a { background-color: rgb(59,12,15); }
div.DivClassName
{
background-color: #3B0C0F;
}
.BgClassName
{
background-color: #3B0C0F;
}
</style>
border-color css
<style>
span { border-color: #3B0C0F; }
span { border-color: rgb(59,12,15); }
td.TdClassName
{
border-color: #3B0C0F;
}
.TagClassName
{
border-color: #3B0C0F;
}
</style>