Shades of Rustic Red #3C181B
Tints of Rustic Red #3C181B
RGB
CMYK
RGB Variations
Color information
#3C181B (or 0x3C181B) is known color: Rustic Red. HEX triplet: 3C, 18 and 1B. RGB value is (60,24,27). Sum of RGB (Red+Green+Blue) = 60+24+27=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C181B is #C3E7E4. Grayscale: #232323. Windows color (decimal): -12838885 or 1775676. OLE color: 1775676.
HSL color Cylindrical-coordinate representation of color #3C181B: hue angle of 355º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C181B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 27 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.76 |
| HSL | 355º | 0.43% | 0.16% | - |
| HSV(B) | 355º | 0.6% | 0.24% | - |
| XYZ | 2.39 | 1.69 | 1.24 | - |
| YUV | 35.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 27 | 0 | 0.60 | 0.55 | 0.76 | 355 | 0.43 | 0.16 |
| Hex | 3C | 18 | 1B | 0 | 3C | 37 | 4C | 163 | 2B | 10 |
| Octal | 74 | 30 | 33 | 0 | 74 | 67 | 114 | 543 | 53 | 20 |
| Binary | 111100 | 11000 | 11011 | 0 | 111100 | 110111 | 1001100 | 101100011 | 101011 | 10000 |
Color Harmonies of #3C181B
Complementary color
Monochromatic Colors of #3C181B
Black with #3C181B
Text Example
Text Example
White with #3C181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C181B; }
p { color: rgb(60,24,27); }
H1.HeaderClassName
{
color: #3C181B;
}
.AnyTagClassName
{
color: #3C181B;
}
</style>
background-color css
<style>
a { background-color: #3C181B; }
a { background-color: rgb(60,24,27); }
div.DivClassName
{
background-color: #3C181B;
}
.BgClassName
{
background-color: #3C181B;
}
</style>
border-color css
<style>
span { border-color: #3C181B; }
span { border-color: rgb(60,24,27); }
td.TdClassName
{
border-color: #3C181B;
}
.TagClassName
{
border-color: #3C181B;
}
</style>