Shades of Rustic Red #3C0708
Tints of Rustic Red #3C0708
RGB
CMYK
RGB Variations
Color information
#3C0708 (or 0x3C0708) is known color: Rustic Red. HEX triplet: 3C, 07 and 08. RGB value is (60,7,8). Sum of RGB (Red+Green+Blue) = 60+7+8=75 (9% of max value = 765). Red value is 60 (23.83% from 255 or 80% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0708 is #C3F8F7. Grayscale: #171717. Windows color (decimal): -12843256 or 526140. OLE color: 526140.
HSL color Cylindrical-coordinate representation of color #3C0708: hue angle of 358.87º 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 #3C0708 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 7 | 8 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.76 |
| HSL | 358.87º | 0.79% | 0.13% | - |
| HSV(B) | 358.87º | 0.88% | 0.24% | - |
| XYZ | 1.98 | 1.13 | 0.34 | - |
| YUV | 22.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 8 | 0 | 0.88 | 0.87 | 0.76 | 358.87 | 0.79 | 0.13 |
| Hex | 3C | 7 | 8 | 0 | 58 | 57 | 4C | 167 | 4F | D |
| Octal | 74 | 7 | 10 | 0 | 130 | 127 | 114 | 547 | 117 | 15 |
| Binary | 111100 | 111 | 1000 | 0 | 1011000 | 1010111 | 1001100 | 101100111 | 1001111 | 1101 |
Color Harmonies of #3C0708
Complementary color
Monochromatic Colors of #3C0708
Black with #3C0708
Text Example
Text Example
White with #3C0708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0708; }
p { color: rgb(60,7,8); }
H1.HeaderClassName
{
color: #3C0708;
}
.AnyTagClassName
{
color: #3C0708;
}
</style>
background-color css
<style>
a { background-color: #3C0708; }
a { background-color: rgb(60,7,8); }
div.DivClassName
{
background-color: #3C0708;
}
.BgClassName
{
background-color: #3C0708;
}
</style>
border-color css
<style>
span { border-color: #3C0708; }
span { border-color: rgb(60,7,8); }
td.TdClassName
{
border-color: #3C0708;
}
.TagClassName
{
border-color: #3C0708;
}
</style>