Shades of Rustic Red #3C0817
Tints of Rustic Red #3C0817
RGB
CMYK
RGB Variations
Color information
#3C0817 (or 0x3C0817) is known color: Rustic Red. HEX triplet: 3C, 08 and 17. RGB value is (60,8,23). Sum of RGB (Red+Green+Blue) = 60+8+23=91 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.93% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0817 is #C3F7E8. Grayscale: #191919. Windows color (decimal): -12842985 or 1509436. OLE color: 1509436.
HSL color Cylindrical-coordinate representation of color #3C0817: hue angle of 342.69º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C0817 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 8 | 23 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.76 |
| HSL | 342.69º | 0.76% | 0.13% | - |
| HSV(B) | 342.69º | 0.87% | 0.24% | - |
| XYZ | 2.1 | 1.2 | 0.93 | - |
| YUV | 25.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 23 | 0 | 0.87 | 0.62 | 0.76 | 342.69 | 0.76 | 0.13 |
| Hex | 3C | 8 | 17 | 0 | 57 | 3E | 4C | 157 | 4C | D |
| Octal | 74 | 10 | 27 | 0 | 127 | 76 | 114 | 527 | 114 | 15 |
| Binary | 111100 | 1000 | 10111 | 0 | 1010111 | 111110 | 1001100 | 101010111 | 1001100 | 1101 |
Color Harmonies of #3C0817
Complementary color
Monochromatic Colors of #3C0817
Black with #3C0817
Text Example
Text Example
White with #3C0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0817; }
p { color: rgb(60,8,23); }
H1.HeaderClassName
{
color: #3C0817;
}
.AnyTagClassName
{
color: #3C0817;
}
</style>
background-color css
<style>
a { background-color: #3C0817; }
a { background-color: rgb(60,8,23); }
div.DivClassName
{
background-color: #3C0817;
}
.BgClassName
{
background-color: #3C0817;
}
</style>
border-color css
<style>
span { border-color: #3C0817; }
span { border-color: rgb(60,8,23); }
td.TdClassName
{
border-color: #3C0817;
}
.TagClassName
{
border-color: #3C0817;
}
</style>