Shades of Rustic Red #3A0708
Tints of Rustic Red #3A0708
RGB
CMYK
RGB Variations
Color information
#3A0708 (or 0x3A0708) is known color: Rustic Red. HEX triplet: 3A, 07 and 08. RGB value is (58,7,8). Sum of RGB (Red+Green+Blue) = 58+7+8=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0708 is #C5F8F7. Grayscale: #161616. Windows color (decimal): -12974328 or 526138. OLE color: 526138.
HSL color Cylindrical-coordinate representation of color #3A0708: hue angle of 358.82º 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 #3A0708 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 8 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.77 |
| HSL | 358.82º | 0.78% | 0.13% | - |
| HSV(B) | 358.82º | 0.88% | 0.23% | - |
| XYZ | 1.86 | 1.07 | 0.34 | - |
| YUV | 22.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 8 | 0 | 0.88 | 0.86 | 0.77 | 358.82 | 0.78 | 0.13 |
| Hex | 3A | 7 | 8 | 0 | 58 | 56 | 4D | 167 | 4E | D |
| Octal | 72 | 7 | 10 | 0 | 130 | 126 | 115 | 547 | 116 | 15 |
| Binary | 111010 | 111 | 1000 | 0 | 1011000 | 1010110 | 1001101 | 101100111 | 1001110 | 1101 |
Color Harmonies of #3A0708
Complementary color
Monochromatic Colors of #3A0708
Black with #3A0708
Text Example
Text Example
White with #3A0708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0708; }
p { color: rgb(58,7,8); }
H1.HeaderClassName
{
color: #3A0708;
}
.AnyTagClassName
{
color: #3A0708;
}
</style>
background-color css
<style>
a { background-color: #3A0708; }
a { background-color: rgb(58,7,8); }
div.DivClassName
{
background-color: #3A0708;
}
.BgClassName
{
background-color: #3A0708;
}
</style>
border-color css
<style>
span { border-color: #3A0708; }
span { border-color: rgb(58,7,8); }
td.TdClassName
{
border-color: #3A0708;
}
.TagClassName
{
border-color: #3A0708;
}
</style>