Shades of Rustic Red #3A101A
Tints of Rustic Red #3A101A
RGB
CMYK
RGB Variations
Color information
#3A101A (or 0x3A101A) is known color: Rustic Red. HEX triplet: 3A, 10 and 1A. RGB value is (58,16,26). Sum of RGB (Red+Green+Blue) = 58+16+26=100 (13% of max value = 765). Red value is 58 (23.05% from 255 or 58% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 58 - color contains mainly: red. Hex color #3A101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A101A is #C5EFE5. Grayscale: #1D1D1D. Windows color (decimal): -12972006 or 1708090. OLE color: 1708090.
HSL color Cylindrical-coordinate representation of color #3A101A: hue angle of 345.71º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A101A is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 16 | 26 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.77 |
| HSL | 345.71º | 0.57% | 0.15% | - |
| HSV(B) | 345.71º | 0.72% | 0.23% | - |
| XYZ | 2.12 | 1.34 | 1.13 | - |
| YUV | 29.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 26 | 0 | 0.72 | 0.55 | 0.77 | 345.71 | 0.57 | 0.15 |
| Hex | 3A | 10 | 1A | 0 | 48 | 37 | 4D | 15A | 39 | F |
| Octal | 72 | 20 | 32 | 0 | 110 | 67 | 115 | 532 | 71 | 17 |
| Binary | 111010 | 10000 | 11010 | 0 | 1001000 | 110111 | 1001101 | 101011010 | 111001 | 1111 |
Color Harmonies of #3A101A
Complementary color
Monochromatic Colors of #3A101A
Black with #3A101A
Text Example
Text Example
White with #3A101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A101A; }
p { color: rgb(58,16,26); }
H1.HeaderClassName
{
color: #3A101A;
}
.AnyTagClassName
{
color: #3A101A;
}
</style>
background-color css
<style>
a { background-color: #3A101A; }
a { background-color: rgb(58,16,26); }
div.DivClassName
{
background-color: #3A101A;
}
.BgClassName
{
background-color: #3A101A;
}
</style>
border-color css
<style>
span { border-color: #3A101A; }
span { border-color: rgb(58,16,26); }
td.TdClassName
{
border-color: #3A101A;
}
.TagClassName
{
border-color: #3A101A;
}
</style>