Shades of Rustic Red #3B141B
Tints of Rustic Red #3B141B
RGB
CMYK
RGB Variations
Color information
#3B141B (or 0x3B141B) is known color: Rustic Red. HEX triplet: 3B, 14 and 1B. RGB value is (59,20,27). Sum of RGB (Red+Green+Blue) = 59+20+27=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B141B is #C4EBE4. Grayscale: #202020. Windows color (decimal): -12905445 or 1774651. OLE color: 1774651.
HSL color Cylindrical-coordinate representation of color #3B141B: hue angle of 349.23º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B141B is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 27 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.77 |
| HSL | 349.23º | 0.49% | 0.15% | - |
| HSV(B) | 349.23º | 0.66% | 0.23% | - |
| XYZ | 2.25 | 1.51 | 1.21 | - |
| YUV | 32.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 27 | 0 | 0.66 | 0.54 | 0.77 | 349.23 | 0.49 | 0.15 |
| Hex | 3B | 14 | 1B | 0 | 42 | 36 | 4D | 15D | 31 | F |
| Octal | 73 | 24 | 33 | 0 | 102 | 66 | 115 | 535 | 61 | 17 |
| Binary | 111011 | 10100 | 11011 | 0 | 1000010 | 110110 | 1001101 | 101011101 | 110001 | 1111 |
Color Harmonies of #3B141B
Complementary color
Monochromatic Colors of #3B141B
Black with #3B141B
Text Example
Text Example
White with #3B141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B141B; }
p { color: rgb(59,20,27); }
H1.HeaderClassName
{
color: #3B141B;
}
.AnyTagClassName
{
color: #3B141B;
}
</style>
background-color css
<style>
a { background-color: #3B141B; }
a { background-color: rgb(59,20,27); }
div.DivClassName
{
background-color: #3B141B;
}
.BgClassName
{
background-color: #3B141B;
}
</style>
border-color css
<style>
span { border-color: #3B141B; }
span { border-color: rgb(59,20,27); }
td.TdClassName
{
border-color: #3B141B;
}
.TagClassName
{
border-color: #3B141B;
}
</style>