Shades of Rustic Red #3C0315
Tints of Rustic Red #3C0315
RGB
CMYK
RGB Variations
Color information
#3C0315 (or 0x3C0315) is known color: Rustic Red. HEX triplet: 3C, 03 and 15. RGB value is (60,3,21). Sum of RGB (Red+Green+Blue) = 60+3+21=84 (11% of max value = 765). Red value is 60 (23.83% from 255 or 71.43% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0315 is #C3FCEA. Grayscale: #161616. Windows color (decimal): -12844267 or 1377084. OLE color: 1377084.
HSL color Cylindrical-coordinate representation of color #3C0315: hue angle of 341.05º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0315 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 3 | 21 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.76 |
| HSL | 341.05º | 0.9% | 0.12% | - |
| HSV(B) | 341.05º | 0.95% | 0.24% | - |
| XYZ | 2.03 | 1.08 | 0.81 | - |
| YUV | 22.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 21 | 0 | 0.95 | 0.65 | 0.76 | 341.05 | 0.9 | 0.12 |
| Hex | 3C | 3 | 15 | 0 | 5F | 41 | 4C | 155 | 5A | C |
| Octal | 74 | 3 | 25 | 0 | 137 | 101 | 114 | 525 | 132 | 14 |
| Binary | 111100 | 11 | 10101 | 0 | 1011111 | 1000001 | 1001100 | 101010101 | 1011010 | 1100 |
Color Harmonies of #3C0315
Complementary color
Monochromatic Colors of #3C0315
Black with #3C0315
Text Example
Text Example
White with #3C0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0315; }
p { color: rgb(60,3,21); }
H1.HeaderClassName
{
color: #3C0315;
}
.AnyTagClassName
{
color: #3C0315;
}
</style>
background-color css
<style>
a { background-color: #3C0315; }
a { background-color: rgb(60,3,21); }
div.DivClassName
{
background-color: #3C0315;
}
.BgClassName
{
background-color: #3C0315;
}
</style>
border-color css
<style>
span { border-color: #3C0315; }
span { border-color: rgb(60,3,21); }
td.TdClassName
{
border-color: #3C0315;
}
.TagClassName
{
border-color: #3C0315;
}
</style>