Shades of Rustic Red #3B0203
Tints of Rustic Red #3B0203
RGB
CMYK
RGB Variations
Color information
#3B0203 (or 0x3B0203) is known color: Rustic Red. HEX triplet: 3B, 02 and 03. RGB value is (59,2,3). Sum of RGB (Red+Green+Blue) = 59+2+3=64 (8% of max value = 765). Red value is 59 (23.44% from 255 or 92.19% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0203 is #C4FDFC. Grayscale: #131313. Windows color (decimal): -12910077 or 197179. OLE color: 197179.
HSL color Cylindrical-coordinate representation of color #3B0203: hue angle of 358.95º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0203 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 2 | 3 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.77 |
| HSL | 358.95º | 0.93% | 0.12% | - |
| HSV(B) | 358.95º | 0.97% | 0.23% | - |
| XYZ | 1.84 | 0.98 | 0.18 | - |
| YUV | 19.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 3 | 0 | 0.97 | 0.95 | 0.77 | 358.95 | 0.93 | 0.12 |
| Hex | 3B | 2 | 3 | 0 | 61 | 5F | 4D | 167 | 5D | C |
| Octal | 73 | 2 | 3 | 0 | 141 | 137 | 115 | 547 | 135 | 14 |
| Binary | 111011 | 10 | 11 | 0 | 1100001 | 1011111 | 1001101 | 101100111 | 1011101 | 1100 |
Color Harmonies of #3B0203
Complementary color
Monochromatic Colors of #3B0203
Black with #3B0203
Text Example
Text Example
White with #3B0203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0203; }
p { color: rgb(59,2,3); }
H1.HeaderClassName
{
color: #3B0203;
}
.AnyTagClassName
{
color: #3B0203;
}
</style>
background-color css
<style>
a { background-color: #3B0203; }
a { background-color: rgb(59,2,3); }
div.DivClassName
{
background-color: #3B0203;
}
.BgClassName
{
background-color: #3B0203;
}
</style>
border-color css
<style>
span { border-color: #3B0203; }
span { border-color: rgb(59,2,3); }
td.TdClassName
{
border-color: #3B0203;
}
.TagClassName
{
border-color: #3B0203;
}
</style>