Shades of Rustic Red #3C1618
Tints of Rustic Red #3C1618
RGB
CMYK
RGB Variations
Color information
#3C1618 (or 0x3C1618) is known color: Rustic Red. HEX triplet: 3C, 16 and 18. RGB value is (60,22,24). Sum of RGB (Red+Green+Blue) = 60+22+24=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1618 is #C3E9E7. Grayscale: #212121. Windows color (decimal): -12839400 or 1578556. OLE color: 1578556.
HSL color Cylindrical-coordinate representation of color #3C1618: hue angle of 356.84º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C1618 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 24 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.76 |
| HSL | 356.84º | 0.46% | 0.16% | - |
| HSV(B) | 356.84º | 0.63% | 0.24% | - |
| XYZ | 2.32 | 1.6 | 1.05 | - |
| YUV | 33.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 24 | 0 | 0.63 | 0.60 | 0.76 | 356.84 | 0.46 | 0.16 |
| Hex | 3C | 16 | 18 | 0 | 3F | 3C | 4C | 165 | 2E | 10 |
| Octal | 74 | 26 | 30 | 0 | 77 | 74 | 114 | 545 | 56 | 20 |
| Binary | 111100 | 10110 | 11000 | 0 | 111111 | 111100 | 1001100 | 101100101 | 101110 | 10000 |
Color Harmonies of #3C1618
Complementary color
Monochromatic Colors of #3C1618
Black with #3C1618
Text Example
Text Example
White with #3C1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1618; }
p { color: rgb(60,22,24); }
H1.HeaderClassName
{
color: #3C1618;
}
.AnyTagClassName
{
color: #3C1618;
}
</style>
background-color css
<style>
a { background-color: #3C1618; }
a { background-color: rgb(60,22,24); }
div.DivClassName
{
background-color: #3C1618;
}
.BgClassName
{
background-color: #3C1618;
}
</style>
border-color css
<style>
span { border-color: #3C1618; }
span { border-color: rgb(60,22,24); }
td.TdClassName
{
border-color: #3C1618;
}
.TagClassName
{
border-color: #3C1618;
}
</style>