Shades of Rustic Red #3A090B
Tints of Rustic Red #3A090B
RGB
CMYK
RGB Variations
Color information
#3A090B (or 0x3A090B) is known color: Rustic Red. HEX triplet: 3A, 09 and 0B. RGB value is (58,9,11). Sum of RGB (Red+Green+Blue) = 58+9+11=78 (10% of max value = 765). Red value is 58 (23.05% from 255 or 74.36% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 58 - color contains mainly: red. Hex color #3A090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A090B is #C5F6F4. Grayscale: #171717. Windows color (decimal): -12973813 or 723258. OLE color: 723258.
HSL color Cylindrical-coordinate representation of color #3A090B: hue angle of 357.55º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A090B is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 11 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.77 |
| HSL | 357.55º | 0.73% | 0.13% | - |
| HSV(B) | 357.55º | 0.84% | 0.23% | - |
| XYZ | 1.9 | 1.12 | 0.43 | - |
| YUV | 23.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 11 | 0 | 0.84 | 0.81 | 0.77 | 357.55 | 0.73 | 0.13 |
| Hex | 3A | 9 | B | 0 | 54 | 51 | 4D | 166 | 49 | D |
| Octal | 72 | 11 | 13 | 0 | 124 | 121 | 115 | 546 | 111 | 15 |
| Binary | 111010 | 1001 | 1011 | 0 | 1010100 | 1010001 | 1001101 | 101100110 | 1001001 | 1101 |
Color Harmonies of #3A090B
Complementary color
Monochromatic Colors of #3A090B
Black with #3A090B
Text Example
Text Example
White with #3A090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A090B; }
p { color: rgb(58,9,11); }
H1.HeaderClassName
{
color: #3A090B;
}
.AnyTagClassName
{
color: #3A090B;
}
</style>
background-color css
<style>
a { background-color: #3A090B; }
a { background-color: rgb(58,9,11); }
div.DivClassName
{
background-color: #3A090B;
}
.BgClassName
{
background-color: #3A090B;
}
</style>
border-color css
<style>
span { border-color: #3A090B; }
span { border-color: rgb(58,9,11); }
td.TdClassName
{
border-color: #3A090B;
}
.TagClassName
{
border-color: #3A090B;
}
</style>