Shades of Rustic Red #3A0F1C
Tints of Rustic Red #3A0F1C
RGB
CMYK
RGB Variations
Color information
#3A0F1C (or 0x3A0F1C) is known color: Rustic Red. HEX triplet: 3A, 0F and 1C. RGB value is (58,15,28). Sum of RGB (Red+Green+Blue) = 58+15+28=101 (13% of max value = 765). Red value is 58 (23.05% from 255 or 57.43% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0F1C is #C5F0E3. Grayscale: #1D1D1D. Windows color (decimal): -12972260 or 1838906. OLE color: 1838906.
HSL color Cylindrical-coordinate representation of color #3A0F1C: hue angle of 341.86º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A0F1C is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 15 | 28 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.77 |
| HSL | 341.86º | 0.59% | 0.14% | - |
| HSV(B) | 341.86º | 0.74% | 0.23% | - |
| XYZ | 2.13 | 1.33 | 1.24 | - |
| YUV | 29.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 28 | 0 | 0.74 | 0.52 | 0.77 | 341.86 | 0.59 | 0.14 |
| Hex | 3A | F | 1C | 0 | 4A | 34 | 4D | 156 | 3B | E |
| Octal | 72 | 17 | 34 | 0 | 112 | 64 | 115 | 526 | 73 | 16 |
| Binary | 111010 | 1111 | 11100 | 0 | 1001010 | 110100 | 1001101 | 101010110 | 111011 | 1110 |
Color Harmonies of #3A0F1C
Complementary color
Monochromatic Colors of #3A0F1C
Black with #3A0F1C
Text Example
Text Example
White with #3A0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F1C; }
p { color: rgb(58,15,28); }
H1.HeaderClassName
{
color: #3A0F1C;
}
.AnyTagClassName
{
color: #3A0F1C;
}
</style>
background-color css
<style>
a { background-color: #3A0F1C; }
a { background-color: rgb(58,15,28); }
div.DivClassName
{
background-color: #3A0F1C;
}
.BgClassName
{
background-color: #3A0F1C;
}
</style>
border-color css
<style>
span { border-color: #3A0F1C; }
span { border-color: rgb(58,15,28); }
td.TdClassName
{
border-color: #3A0F1C;
}
.TagClassName
{
border-color: #3A0F1C;
}
</style>