Shades of Rustic Red #3C0311
Tints of Rustic Red #3C0311
RGB
CMYK
RGB Variations
Color information
#3C0311 (or 0x3C0311) is known color: Rustic Red. HEX triplet: 3C, 03 and 11. RGB value is (60,3,17). Sum of RGB (Red+Green+Blue) = 60+3+17=80 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0311 is #C3FCEE. Grayscale: #151515. Windows color (decimal): -12844271 or 1114940. OLE color: 1114940.
HSL color Cylindrical-coordinate representation of color #3C0311: hue angle of 345.26º 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 #3C0311 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 3 | 17 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.76 |
| HSL | 345.26º | 0.9% | 0.12% | - |
| HSV(B) | 345.26º | 0.95% | 0.24% | - |
| XYZ | 2 | 1.07 | 0.63 | - |
| YUV | 21.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 17 | 0 | 0.95 | 0.72 | 0.76 | 345.26 | 0.9 | 0.12 |
| Hex | 3C | 3 | 11 | 0 | 5F | 48 | 4C | 159 | 5A | C |
| Octal | 74 | 3 | 21 | 0 | 137 | 110 | 114 | 531 | 132 | 14 |
| Binary | 111100 | 11 | 10001 | 0 | 1011111 | 1001000 | 1001100 | 101011001 | 1011010 | 1100 |
Color Harmonies of #3C0311
Complementary color
Monochromatic Colors of #3C0311
Black with #3C0311
Text Example
Text Example
White with #3C0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0311; }
p { color: rgb(60,3,17); }
H1.HeaderClassName
{
color: #3C0311;
}
.AnyTagClassName
{
color: #3C0311;
}
</style>
background-color css
<style>
a { background-color: #3C0311; }
a { background-color: rgb(60,3,17); }
div.DivClassName
{
background-color: #3C0311;
}
.BgClassName
{
background-color: #3C0311;
}
</style>
border-color css
<style>
span { border-color: #3C0311; }
span { border-color: rgb(60,3,17); }
td.TdClassName
{
border-color: #3C0311;
}
.TagClassName
{
border-color: #3C0311;
}
</style>