Shades of Rustic Red #3A0208
Tints of Rustic Red #3A0208
RGB
CMYK
RGB Variations
Color information
#3A0208 (or 0x3A0208) is known color: Rustic Red. HEX triplet: 3A, 02 and 08. RGB value is (58,2,8). Sum of RGB (Red+Green+Blue) = 58+2+8=68 (9% of max value = 765). Red value is 58 (23.05% from 255 or 85.29% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0208 is #C5FDF7. Grayscale: #131313. Windows color (decimal): -12975608 or 524858. OLE color: 524858.
HSL color Cylindrical-coordinate representation of color #3A0208: hue angle of 353.57º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0208 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 2 | 8 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.77 |
| HSL | 353.57º | 0.93% | 0.12% | - |
| HSV(B) | 353.57º | 0.97% | 0.23% | - |
| XYZ | 1.81 | 0.96 | 0.32 | - |
| YUV | 19.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 8 | 0 | 0.97 | 0.86 | 0.77 | 353.57 | 0.93 | 0.12 |
| Hex | 3A | 2 | 8 | 0 | 61 | 56 | 4D | 162 | 5D | C |
| Octal | 72 | 2 | 10 | 0 | 141 | 126 | 115 | 542 | 135 | 14 |
| Binary | 111010 | 10 | 1000 | 0 | 1100001 | 1010110 | 1001101 | 101100010 | 1011101 | 1100 |
Color Harmonies of #3A0208
Complementary color
Monochromatic Colors of #3A0208
Black with #3A0208
Text Example
Text Example
White with #3A0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0208; }
p { color: rgb(58,2,8); }
H1.HeaderClassName
{
color: #3A0208;
}
.AnyTagClassName
{
color: #3A0208;
}
</style>
background-color css
<style>
a { background-color: #3A0208; }
a { background-color: rgb(58,2,8); }
div.DivClassName
{
background-color: #3A0208;
}
.BgClassName
{
background-color: #3A0208;
}
</style>
border-color css
<style>
span { border-color: #3A0208; }
span { border-color: rgb(58,2,8); }
td.TdClassName
{
border-color: #3A0208;
}
.TagClassName
{
border-color: #3A0208;
}
</style>