Shades of Rustic Red #3C1417
Tints of Rustic Red #3C1417
RGB
CMYK
RGB Variations
Color information
#3C1417 (or 0x3C1417) is known color: Rustic Red. HEX triplet: 3C, 14 and 17. RGB value is (60,20,23). Sum of RGB (Red+Green+Blue) = 60+20+23=103 (13% of max value = 765). Red value is 60 (23.83% from 255 or 58.25% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1417 is #C3EBE8. Grayscale: #202020. Windows color (decimal): -12839913 or 1512508. OLE color: 1512508.
HSL color Cylindrical-coordinate representation of color #3C1417: hue angle of 355.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C1417 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 20 | 23 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.76 |
| HSL | 355.5º | 0.5% | 0.16% | - |
| HSV(B) | 355.5º | 0.67% | 0.24% | - |
| XYZ | 2.27 | 1.52 | 0.98 | - |
| YUV | 32.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 23 | 0 | 0.67 | 0.62 | 0.76 | 355.5 | 0.5 | 0.16 |
| Hex | 3C | 14 | 17 | 0 | 43 | 3E | 4C | 164 | 32 | 10 |
| Octal | 74 | 24 | 27 | 0 | 103 | 76 | 114 | 544 | 62 | 20 |
| Binary | 111100 | 10100 | 10111 | 0 | 1000011 | 111110 | 1001100 | 101100100 | 110010 | 10000 |
Color Harmonies of #3C1417
Complementary color
Monochromatic Colors of #3C1417
Black with #3C1417
Text Example
Text Example
White with #3C1417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1417; }
p { color: rgb(60,20,23); }
H1.HeaderClassName
{
color: #3C1417;
}
.AnyTagClassName
{
color: #3C1417;
}
</style>
background-color css
<style>
a { background-color: #3C1417; }
a { background-color: rgb(60,20,23); }
div.DivClassName
{
background-color: #3C1417;
}
.BgClassName
{
background-color: #3C1417;
}
</style>
border-color css
<style>
span { border-color: #3C1417; }
span { border-color: rgb(60,20,23); }
td.TdClassName
{
border-color: #3C1417;
}
.TagClassName
{
border-color: #3C1417;
}
</style>