Shades of Rustic Red #3A070B
Tints of Rustic Red #3A070B
RGB
CMYK
RGB Variations
Color information
#3A070B (or 0x3A070B) is known color: Rustic Red. HEX triplet: 3A, 07 and 0B. RGB value is (58,7,11). Sum of RGB (Red+Green+Blue) = 58+7+11=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A070B is #C5F8F4. Grayscale: #161616. Windows color (decimal): -12974325 or 722746. OLE color: 722746.
HSL color Cylindrical-coordinate representation of color #3A070B: hue angle of 355.29º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A070B is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 11 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.77 |
| HSL | 355.29º | 0.78% | 0.13% | - |
| HSV(B) | 355.29º | 0.88% | 0.23% | - |
| XYZ | 1.88 | 1.08 | 0.43 | - |
| YUV | 22.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 11 | 0 | 0.88 | 0.81 | 0.77 | 355.29 | 0.78 | 0.13 |
| Hex | 3A | 7 | B | 0 | 58 | 51 | 4D | 163 | 4E | D |
| Octal | 72 | 7 | 13 | 0 | 130 | 121 | 115 | 543 | 116 | 15 |
| Binary | 111010 | 111 | 1011 | 0 | 1011000 | 1010001 | 1001101 | 101100011 | 1001110 | 1101 |
Color Harmonies of #3A070B
Complementary color
Monochromatic Colors of #3A070B
Black with #3A070B
Text Example
Text Example
White with #3A070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A070B; }
p { color: rgb(58,7,11); }
H1.HeaderClassName
{
color: #3A070B;
}
.AnyTagClassName
{
color: #3A070B;
}
</style>
background-color css
<style>
a { background-color: #3A070B; }
a { background-color: rgb(58,7,11); }
div.DivClassName
{
background-color: #3A070B;
}
.BgClassName
{
background-color: #3A070B;
}
</style>
border-color css
<style>
span { border-color: #3A070B; }
span { border-color: rgb(58,7,11); }
td.TdClassName
{
border-color: #3A070B;
}
.TagClassName
{
border-color: #3A070B;
}
</style>