Shades of Rustic Red #3B090D
Tints of Rustic Red #3B090D
RGB
CMYK
RGB Variations
Color information
#3B090D (or 0x3B090D) is known color: Rustic Red. HEX triplet: 3B, 09 and 0D. RGB value is (59,9,13). Sum of RGB (Red+Green+Blue) = 59+9+13=81 (10% of max value = 765). Red value is 59 (23.44% from 255 or 72.84% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 59 - color contains mainly: red. Hex color #3B090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B090D is #C4F6F2. Grayscale: #181818. Windows color (decimal): -12908275 or 854331. OLE color: 854331.
HSL color Cylindrical-coordinate representation of color #3B090D: hue angle of 355.2º 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 #3B090D is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 13 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.77 |
| HSL | 355.2º | 0.74% | 0.13% | - |
| HSV(B) | 355.2º | 0.85% | 0.23% | - |
| XYZ | 1.97 | 1.15 | 0.5 | - |
| YUV | 24.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 13 | 0 | 0.85 | 0.78 | 0.77 | 355.2 | 0.74 | 0.13 |
| Hex | 3B | 9 | D | 0 | 55 | 4E | 4D | 163 | 4A | D |
| Octal | 73 | 11 | 15 | 0 | 125 | 116 | 115 | 543 | 112 | 15 |
| Binary | 111011 | 1001 | 1101 | 0 | 1010101 | 1001110 | 1001101 | 101100011 | 1001010 | 1101 |
Color Harmonies of #3B090D
Complementary color
Monochromatic Colors of #3B090D
Black with #3B090D
Text Example
Text Example
White with #3B090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B090D; }
p { color: rgb(59,9,13); }
H1.HeaderClassName
{
color: #3B090D;
}
.AnyTagClassName
{
color: #3B090D;
}
</style>
background-color css
<style>
a { background-color: #3B090D; }
a { background-color: rgb(59,9,13); }
div.DivClassName
{
background-color: #3B090D;
}
.BgClassName
{
background-color: #3B090D;
}
</style>
border-color css
<style>
span { border-color: #3B090D; }
span { border-color: rgb(59,9,13); }
td.TdClassName
{
border-color: #3B090D;
}
.TagClassName
{
border-color: #3B090D;
}
</style>