Shades of Rustic Red #3A0008
Tints of Rustic Red #3A0008
RGB
CMYK
RGB Variations
Color information
#3A0008 (or 0x3A0008) is known color: Rustic Red. HEX triplet: 3A, 00 and 08. RGB value is (58,0,8). Sum of RGB (Red+Green+Blue) = 58+0+8=66 (8% of max value = 765). Red value is 58 (23.05% from 255 or 87.88% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0008 is #C5FFF7. Grayscale: #121212. Windows color (decimal): -12976120 or 524346. OLE color: 524346.
HSL color Cylindrical-coordinate representation of color #3A0008: hue angle of 351.72º 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 #3A0008 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.86 | 0.77 |
| HSL | 351.72º | 1% | 0.11% | - |
| HSV(B) | 351.72º | 1% | 0.23% | - |
| XYZ | 1.79 | 0.92 | 0.31 | - |
| YUV | 18.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 8 | 0 | 1 | 0.86 | 0.77 | 351.72 | 1 | 0.11 |
| Hex | 3A | 0 | 8 | 0 | 64 | 56 | 4D | 160 | 64 | B |
| Octal | 72 | 0 | 10 | 0 | 144 | 126 | 115 | 540 | 144 | 13 |
| Binary | 111010 | 0 | 1000 | 0 | 1100100 | 1010110 | 1001101 | 101100000 | 1100100 | 1011 |
Color Harmonies of #3A0008
Complementary color
Monochromatic Colors of #3A0008
Black with #3A0008
Text Example
Text Example
White with #3A0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0008; }
p { color: rgb(58,0,8); }
H1.HeaderClassName
{
color: #3A0008;
}
.AnyTagClassName
{
color: #3A0008;
}
</style>
background-color css
<style>
a { background-color: #3A0008; }
a { background-color: rgb(58,0,8); }
div.DivClassName
{
background-color: #3A0008;
}
.BgClassName
{
background-color: #3A0008;
}
</style>
border-color css
<style>
span { border-color: #3A0008; }
span { border-color: rgb(58,0,8); }
td.TdClassName
{
border-color: #3A0008;
}
.TagClassName
{
border-color: #3A0008;
}
</style>