Shades of Rustic Red #3B090A
Tints of Rustic Red #3B090A
RGB
CMYK
RGB Variations
Color information
#3B090A (or 0x3B090A) is known color: Rustic Red. HEX triplet: 3B, 09 and 0A. RGB value is (59,9,10). Sum of RGB (Red+Green+Blue) = 59+9+10=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B090A is #C4F6F5. Grayscale: #181818. Windows color (decimal): -12908278 or 657723. OLE color: 657723.
HSL color Cylindrical-coordinate representation of color #3B090A: hue angle of 358.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B090A is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 10 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.77 |
| HSL | 358.8º | 0.74% | 0.13% | - |
| HSV(B) | 358.8º | 0.85% | 0.23% | - |
| XYZ | 1.96 | 1.15 | 0.41 | - |
| YUV | 24.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 10 | 0 | 0.85 | 0.83 | 0.77 | 358.8 | 0.74 | 0.13 |
| Hex | 3B | 9 | A | 0 | 55 | 53 | 4D | 167 | 4A | D |
| Octal | 73 | 11 | 12 | 0 | 125 | 123 | 115 | 547 | 112 | 15 |
| Binary | 111011 | 1001 | 1010 | 0 | 1010101 | 1010011 | 1001101 | 101100111 | 1001010 | 1101 |
Color Harmonies of #3B090A
Complementary color
Monochromatic Colors of #3B090A
Black with #3B090A
Text Example
Text Example
White with #3B090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B090A; }
p { color: rgb(59,9,10); }
H1.HeaderClassName
{
color: #3B090A;
}
.AnyTagClassName
{
color: #3B090A;
}
</style>
background-color css
<style>
a { background-color: #3B090A; }
a { background-color: rgb(59,9,10); }
div.DivClassName
{
background-color: #3B090A;
}
.BgClassName
{
background-color: #3B090A;
}
</style>
border-color css
<style>
span { border-color: #3B090A; }
span { border-color: rgb(59,9,10); }
td.TdClassName
{
border-color: #3B090A;
}
.TagClassName
{
border-color: #3B090A;
}
</style>