Shades of Rustic Red #3B030C
Tints of Rustic Red #3B030C
RGB
CMYK
RGB Variations
Color information
#3B030C (or 0x3B030C) is known color: Rustic Red. HEX triplet: 3B, 03 and 0C. RGB value is (59,3,12). Sum of RGB (Red+Green+Blue) = 59+3+12=74 (9% of max value = 765). Red value is 59 (23.44% from 255 or 79.73% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 59 - color contains mainly: red. Hex color #3B030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B030C is #C4FCF3. Grayscale: #141414. Windows color (decimal): -12909812 or 787259. OLE color: 787259.
HSL color Cylindrical-coordinate representation of color #3B030C: hue angle of 350.36º 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 #3B030C is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 3 | 12 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.77 |
| HSL | 350.36º | 0.9% | 0.12% | - |
| HSV(B) | 350.36º | 0.95% | 0.23% | - |
| XYZ | 1.9 | 1.02 | 0.44 | - |
| YUV | 20.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 12 | 0 | 0.95 | 0.80 | 0.77 | 350.36 | 0.9 | 0.12 |
| Hex | 3B | 3 | C | 0 | 5F | 50 | 4D | 15E | 5A | C |
| Octal | 73 | 3 | 14 | 0 | 137 | 120 | 115 | 536 | 132 | 14 |
| Binary | 111011 | 11 | 1100 | 0 | 1011111 | 1010000 | 1001101 | 101011110 | 1011010 | 1100 |
Color Harmonies of #3B030C
Complementary color
Monochromatic Colors of #3B030C
Black with #3B030C
Text Example
Text Example
White with #3B030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B030C; }
p { color: rgb(59,3,12); }
H1.HeaderClassName
{
color: #3B030C;
}
.AnyTagClassName
{
color: #3B030C;
}
</style>
background-color css
<style>
a { background-color: #3B030C; }
a { background-color: rgb(59,3,12); }
div.DivClassName
{
background-color: #3B030C;
}
.BgClassName
{
background-color: #3B030C;
}
</style>
border-color css
<style>
span { border-color: #3B030C; }
span { border-color: rgb(59,3,12); }
td.TdClassName
{
border-color: #3B030C;
}
.TagClassName
{
border-color: #3B030C;
}
</style>