Shades of Rustic Red #3B030B
Tints of Rustic Red #3B030B
RGB
CMYK
RGB Variations
Color information
#3B030B (or 0x3B030B) is known color: Rustic Red. HEX triplet: 3B, 03 and 0B. RGB value is (59,3,11). Sum of RGB (Red+Green+Blue) = 59+3+11=73 (9% of max value = 765). Red value is 59 (23.44% from 255 or 80.82% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 59 - color contains mainly: red. Hex color #3B030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B030B is #C4FCF4. Grayscale: #141414. Windows color (decimal): -12909813 or 721723. OLE color: 721723.
HSL color Cylindrical-coordinate representation of color #3B030B: hue angle of 351.43º 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 #3B030B is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 3 | 11 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.77 |
| HSL | 351.43º | 0.9% | 0.12% | - |
| HSV(B) | 351.43º | 0.95% | 0.23% | - |
| XYZ | 1.9 | 1.02 | 0.41 | - |
| YUV | 20.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 11 | 0 | 0.95 | 0.81 | 0.77 | 351.43 | 0.9 | 0.12 |
| Hex | 3B | 3 | B | 0 | 5F | 51 | 4D | 15F | 5A | C |
| Octal | 73 | 3 | 13 | 0 | 137 | 121 | 115 | 537 | 132 | 14 |
| Binary | 111011 | 11 | 1011 | 0 | 1011111 | 1010001 | 1001101 | 101011111 | 1011010 | 1100 |
Color Harmonies of #3B030B
Complementary color
Monochromatic Colors of #3B030B
Black with #3B030B
Text Example
Text Example
White with #3B030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B030B; }
p { color: rgb(59,3,11); }
H1.HeaderClassName
{
color: #3B030B;
}
.AnyTagClassName
{
color: #3B030B;
}
</style>
background-color css
<style>
a { background-color: #3B030B; }
a { background-color: rgb(59,3,11); }
div.DivClassName
{
background-color: #3B030B;
}
.BgClassName
{
background-color: #3B030B;
}
</style>
border-color css
<style>
span { border-color: #3B030B; }
span { border-color: rgb(59,3,11); }
td.TdClassName
{
border-color: #3B030B;
}
.TagClassName
{
border-color: #3B030B;
}
</style>