Shades of Rustic Red #3A0311
Tints of Rustic Red #3A0311
RGB
CMYK
RGB Variations
Color information
#3A0311 (or 0x3A0311) is known color: Rustic Red. HEX triplet: 3A, 03 and 11. RGB value is (58,3,17). Sum of RGB (Red+Green+Blue) = 58+3+17=78 (10% of max value = 765). Red value is 58 (23.05% from 255 or 74.36% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0311 is #C5FCEE. Grayscale: #151515. Windows color (decimal): -12975343 or 1114938. OLE color: 1114938.
HSL color Cylindrical-coordinate representation of color #3A0311: hue angle of 344.73º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0311 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 3 | 17 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.77 |
| HSL | 344.73º | 0.9% | 0.12% | - |
| HSV(B) | 344.73º | 0.95% | 0.23% | - |
| XYZ | 1.88 | 1.01 | 0.63 | - |
| YUV | 21.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 17 | 0 | 0.95 | 0.71 | 0.77 | 344.73 | 0.9 | 0.12 |
| Hex | 3A | 3 | 11 | 0 | 5F | 47 | 4D | 159 | 5A | C |
| Octal | 72 | 3 | 21 | 0 | 137 | 107 | 115 | 531 | 132 | 14 |
| Binary | 111010 | 11 | 10001 | 0 | 1011111 | 1000111 | 1001101 | 101011001 | 1011010 | 1100 |
Color Harmonies of #3A0311
Complementary color
Monochromatic Colors of #3A0311
Black with #3A0311
Text Example
Text Example
White with #3A0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0311; }
p { color: rgb(58,3,17); }
H1.HeaderClassName
{
color: #3A0311;
}
.AnyTagClassName
{
color: #3A0311;
}
</style>
background-color css
<style>
a { background-color: #3A0311; }
a { background-color: rgb(58,3,17); }
div.DivClassName
{
background-color: #3A0311;
}
.BgClassName
{
background-color: #3A0311;
}
</style>
border-color css
<style>
span { border-color: #3A0311; }
span { border-color: rgb(58,3,17); }
td.TdClassName
{
border-color: #3A0311;
}
.TagClassName
{
border-color: #3A0311;
}
</style>