Shades of Rustic Red #3C070A
Tints of Rustic Red #3C070A
RGB
CMYK
RGB Variations
Color information
#3C070A (or 0x3C070A) is known color: Rustic Red. HEX triplet: 3C, 07 and 0A. RGB value is (60,7,10). Sum of RGB (Red+Green+Blue) = 60+7+10=77 (10% of max value = 765). Red value is 60 (23.83% from 255 or 77.92% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 60 - color contains mainly: red. Hex color #3C070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C070A is #C3F8F5. Grayscale: #171717. Windows color (decimal): -12843254 or 657212. OLE color: 657212.
HSL color Cylindrical-coordinate representation of color #3C070A: hue angle of 356.6º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C070A is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 7 | 10 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.76 |
| HSL | 356.6º | 0.79% | 0.13% | - |
| HSV(B) | 356.6º | 0.88% | 0.24% | - |
| XYZ | 1.99 | 1.13 | 0.4 | - |
| YUV | 23.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 10 | 0 | 0.88 | 0.83 | 0.76 | 356.6 | 0.79 | 0.13 |
| Hex | 3C | 7 | A | 0 | 58 | 53 | 4C | 165 | 4F | D |
| Octal | 74 | 7 | 12 | 0 | 130 | 123 | 114 | 545 | 117 | 15 |
| Binary | 111100 | 111 | 1010 | 0 | 1011000 | 1010011 | 1001100 | 101100101 | 1001111 | 1101 |
Color Harmonies of #3C070A
Complementary color
Monochromatic Colors of #3C070A
Black with #3C070A
Text Example
Text Example
White with #3C070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C070A; }
p { color: rgb(60,7,10); }
H1.HeaderClassName
{
color: #3C070A;
}
.AnyTagClassName
{
color: #3C070A;
}
</style>
background-color css
<style>
a { background-color: #3C070A; }
a { background-color: rgb(60,7,10); }
div.DivClassName
{
background-color: #3C070A;
}
.BgClassName
{
background-color: #3C070A;
}
</style>
border-color css
<style>
span { border-color: #3C070A; }
span { border-color: rgb(60,7,10); }
td.TdClassName
{
border-color: #3C070A;
}
.TagClassName
{
border-color: #3C070A;
}
</style>