Shades of Rustic Red #3A0508
Tints of Rustic Red #3A0508
RGB
CMYK
RGB Variations
Color information
#3A0508 (or 0x3A0508) is known color: Rustic Red. HEX triplet: 3A, 05 and 08. RGB value is (58,5,8). Sum of RGB (Red+Green+Blue) = 58+5+8=71 (9% of max value = 765). Red value is 58 (23.05% from 255 or 81.69% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0508 is #C5FAF7. Grayscale: #151515. Windows color (decimal): -12974840 or 525626. OLE color: 525626.
HSL color Cylindrical-coordinate representation of color #3A0508: hue angle of 356.6º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0508 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 8 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.77 |
| HSL | 356.6º | 0.84% | 0.12% | - |
| HSV(B) | 356.6º | 0.91% | 0.23% | - |
| XYZ | 1.84 | 1.03 | 0.33 | - |
| YUV | 21.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 8 | 0 | 0.91 | 0.86 | 0.77 | 356.6 | 0.84 | 0.12 |
| Hex | 3A | 5 | 8 | 0 | 5B | 56 | 4D | 165 | 54 | C |
| Octal | 72 | 5 | 10 | 0 | 133 | 126 | 115 | 545 | 124 | 14 |
| Binary | 111010 | 101 | 1000 | 0 | 1011011 | 1010110 | 1001101 | 101100101 | 1010100 | 1100 |
Color Harmonies of #3A0508
Complementary color
Monochromatic Colors of #3A0508
Black with #3A0508
Text Example
Text Example
White with #3A0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0508; }
p { color: rgb(58,5,8); }
H1.HeaderClassName
{
color: #3A0508;
}
.AnyTagClassName
{
color: #3A0508;
}
</style>
background-color css
<style>
a { background-color: #3A0508; }
a { background-color: rgb(58,5,8); }
div.DivClassName
{
background-color: #3A0508;
}
.BgClassName
{
background-color: #3A0508;
}
</style>
border-color css
<style>
span { border-color: #3A0508; }
span { border-color: rgb(58,5,8); }
td.TdClassName
{
border-color: #3A0508;
}
.TagClassName
{
border-color: #3A0508;
}
</style>