Shades of Rustic Red #3A0007
Tints of Rustic Red #3A0007
RGB
CMYK
RGB Variations
Color information
#3A0007 (or 0x3A0007) is known color: Rustic Red. HEX triplet: 3A, 00 and 07. RGB value is (58,0,7). Sum of RGB (Red+Green+Blue) = 58+0+7=65 (8% of max value = 765). Red value is 58 (23.05% from 255 or 89.23% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0007 is #C5FFF8. Grayscale: #121212. Windows color (decimal): -12976121 or 458810. OLE color: 458810.
HSL color Cylindrical-coordinate representation of color #3A0007: hue angle of 352.76º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0007 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.88 | 0.77 |
| HSL | 352.76º | 1% | 0.11% | - |
| HSV(B) | 352.76º | 1% | 0.23% | - |
| XYZ | 1.78 | 0.91 | 0.28 | - |
| YUV | 18.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 7 | 0 | 1 | 0.88 | 0.77 | 352.76 | 1 | 0.11 |
| Hex | 3A | 0 | 7 | 0 | 64 | 58 | 4D | 161 | 64 | B |
| Octal | 72 | 0 | 7 | 0 | 144 | 130 | 115 | 541 | 144 | 13 |
| Binary | 111010 | 0 | 111 | 0 | 1100100 | 1011000 | 1001101 | 101100001 | 1100100 | 1011 |
Color Harmonies of #3A0007
Complementary color
Monochromatic Colors of #3A0007
Black with #3A0007
Text Example
Text Example
White with #3A0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0007; }
p { color: rgb(58,0,7); }
H1.HeaderClassName
{
color: #3A0007;
}
.AnyTagClassName
{
color: #3A0007;
}
</style>
background-color css
<style>
a { background-color: #3A0007; }
a { background-color: rgb(58,0,7); }
div.DivClassName
{
background-color: #3A0007;
}
.BgClassName
{
background-color: #3A0007;
}
</style>
border-color css
<style>
span { border-color: #3A0007; }
span { border-color: rgb(58,0,7); }
td.TdClassName
{
border-color: #3A0007;
}
.TagClassName
{
border-color: #3A0007;
}
</style>