Shades of Rustic Red #3C0714
Tints of Rustic Red #3C0714
RGB
CMYK
RGB Variations
Color information
#3C0714 (or 0x3C0714) is known color: Rustic Red. HEX triplet: 3C, 07 and 14. RGB value is (60,7,20). Sum of RGB (Red+Green+Blue) = 60+7+20=87 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.97% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0714 is #C3F8EB. Grayscale: #181818. Windows color (decimal): -12843244 or 1312572. OLE color: 1312572.
HSL color Cylindrical-coordinate representation of color #3C0714: hue angle of 345.28º 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 #3C0714 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 7 | 20 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.76 |
| HSL | 345.28º | 0.79% | 0.13% | - |
| HSV(B) | 345.28º | 0.88% | 0.24% | - |
| XYZ | 2.07 | 1.16 | 0.78 | - |
| YUV | 24.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 20 | 0 | 0.88 | 0.67 | 0.76 | 345.28 | 0.79 | 0.13 |
| Hex | 3C | 7 | 14 | 0 | 58 | 43 | 4C | 159 | 4F | D |
| Octal | 74 | 7 | 24 | 0 | 130 | 103 | 114 | 531 | 117 | 15 |
| Binary | 111100 | 111 | 10100 | 0 | 1011000 | 1000011 | 1001100 | 101011001 | 1001111 | 1101 |
Color Harmonies of #3C0714
Complementary color
Monochromatic Colors of #3C0714
Black with #3C0714
Text Example
Text Example
White with #3C0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0714; }
p { color: rgb(60,7,20); }
H1.HeaderClassName
{
color: #3C0714;
}
.AnyTagClassName
{
color: #3C0714;
}
</style>
background-color css
<style>
a { background-color: #3C0714; }
a { background-color: rgb(60,7,20); }
div.DivClassName
{
background-color: #3C0714;
}
.BgClassName
{
background-color: #3C0714;
}
</style>
border-color css
<style>
span { border-color: #3C0714; }
span { border-color: rgb(60,7,20); }
td.TdClassName
{
border-color: #3C0714;
}
.TagClassName
{
border-color: #3C0714;
}
</style>