Shades of Rustic Red #3B0002
Tints of Rustic Red #3B0002
RGB
CMYK
RGB Variations
Color information
#3B0002 (or 0x3B0002) is known color: Rustic Red. HEX triplet: 3B, 00 and 02. RGB value is (59,0,2). Sum of RGB (Red+Green+Blue) = 59+0+2=61 (8% of max value = 765). Red value is 59 (23.44% from 255 or 96.72% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0002 is #C4FFFD. Grayscale: #111111. Windows color (decimal): -12910590 or 131131. OLE color: 131131.
HSL color Cylindrical-coordinate representation of color #3B0002: hue angle of 357.97º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0002 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.97 | 0.77 |
| HSL | 357.97º | 1% | 0.12% | - |
| HSV(B) | 357.97º | 1% | 0.23% | - |
| XYZ | 1.81 | 0.93 | 0.14 | - |
| YUV | 17.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 2 | 0 | 1 | 0.97 | 0.77 | 357.97 | 1 | 0.12 |
| Hex | 3B | 0 | 2 | 0 | 64 | 61 | 4D | 166 | 64 | C |
| Octal | 73 | 0 | 2 | 0 | 144 | 141 | 115 | 546 | 144 | 14 |
| Binary | 111011 | 0 | 10 | 0 | 1100100 | 1100001 | 1001101 | 101100110 | 1100100 | 1100 |
Color Harmonies of #3B0002
Complementary color
Monochromatic Colors of #3B0002
Black with #3B0002
Text Example
Text Example
White with #3B0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0002; }
p { color: rgb(59,0,2); }
H1.HeaderClassName
{
color: #3B0002;
}
.AnyTagClassName
{
color: #3B0002;
}
</style>
background-color css
<style>
a { background-color: #3B0002; }
a { background-color: rgb(59,0,2); }
div.DivClassName
{
background-color: #3B0002;
}
.BgClassName
{
background-color: #3B0002;
}
</style>
border-color css
<style>
span { border-color: #3B0002; }
span { border-color: rgb(59,0,2); }
td.TdClassName
{
border-color: #3B0002;
}
.TagClassName
{
border-color: #3B0002;
}
</style>