Shades of Rustic Red #3C050F
Tints of Rustic Red #3C050F
RGB
CMYK
RGB Variations
Color information
#3C050F (or 0x3C050F) is known color: Rustic Red. HEX triplet: 3C, 05 and 0F. RGB value is (60,5,15). Sum of RGB (Red+Green+Blue) = 60+5+15=80 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 60 - color contains mainly: red. Hex color #3C050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C050F is #C3FAF0. Grayscale: #161616. Windows color (decimal): -12843761 or 984380. OLE color: 984380.
HSL color Cylindrical-coordinate representation of color #3C050F: hue angle of 349.09º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C050F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 5 | 15 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.76 |
| HSL | 349.09º | 0.85% | 0.13% | - |
| HSV(B) | 349.09º | 0.92% | 0.24% | - |
| XYZ | 2 | 1.1 | 0.56 | - |
| YUV | 22.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 15 | 0 | 0.92 | 0.75 | 0.76 | 349.09 | 0.85 | 0.13 |
| Hex | 3C | 5 | F | 0 | 5C | 4B | 4C | 15D | 55 | D |
| Octal | 74 | 5 | 17 | 0 | 134 | 113 | 114 | 535 | 125 | 15 |
| Binary | 111100 | 101 | 1111 | 0 | 1011100 | 1001011 | 1001100 | 101011101 | 1010101 | 1101 |
Color Harmonies of #3C050F
Complementary color
Monochromatic Colors of #3C050F
Black with #3C050F
Text Example
Text Example
White with #3C050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C050F; }
p { color: rgb(60,5,15); }
H1.HeaderClassName
{
color: #3C050F;
}
.AnyTagClassName
{
color: #3C050F;
}
</style>
background-color css
<style>
a { background-color: #3C050F; }
a { background-color: rgb(60,5,15); }
div.DivClassName
{
background-color: #3C050F;
}
.BgClassName
{
background-color: #3C050F;
}
</style>
border-color css
<style>
span { border-color: #3C050F; }
span { border-color: rgb(60,5,15); }
td.TdClassName
{
border-color: #3C050F;
}
.TagClassName
{
border-color: #3C050F;
}
</style>