Shades of Rustic Red #3C151C
Tints of Rustic Red #3C151C
RGB
CMYK
RGB Variations
Color information
#3C151C (or 0x3C151C) is known color: Rustic Red. HEX triplet: 3C, 15 and 1C. RGB value is (60,21,28). Sum of RGB (Red+Green+Blue) = 60+21+28=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C151C is #C3EAE3. Grayscale: #212121. Windows color (decimal): -12839652 or 1840444. OLE color: 1840444.
HSL color Cylindrical-coordinate representation of color #3C151C: hue angle of 349.23º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C151C is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 21 | 28 | - |
CMYK | 0 | 0.65 | 0.53 | 0.76 |
HSL | 349.23º | 0.48% | 0.16% | - |
HSV(B) | 349.23º | 0.65% | 0.24% | - |
XYZ | 2.34 | 1.58 | 1.28 | - |
YUV | 33.46 | 124.92 | 146.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 21 | 28 | 0 | 0.65 | 0.53 | 0.76 | 349.23 | 0.48 | 0.16 |
Hex | 3C | 15 | 1C | 0 | 41 | 35 | 4C | 15D | 30 | 10 |
Octal | 74 | 25 | 34 | 0 | 101 | 65 | 114 | 535 | 60 | 20 |
Binary | 111100 | 10101 | 11100 | 0 | 1000001 | 110101 | 1001100 | 101011101 | 110000 | 10000 |
Color Harmonies of #3C151C
Complementary color
Monochromatic Colors of #3C151C
Black with #3C151C
Text Example
Text Example
White with #3C151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C151C; }
p { color: rgb(60,21,28); }
H1.HeaderClassName
{
color: #3C151C;
}
.AnyTagClassName
{
color: #3C151C;
}
</style>
background-color css
<style>
a { background-color: #3C151C; }
a { background-color: rgb(60,21,28); }
div.DivClassName
{
background-color: #3C151C;
}
.BgClassName
{
background-color: #3C151C;
}
</style>
border-color css
<style>
span { border-color: #3C151C; }
span { border-color: rgb(60,21,28); }
td.TdClassName
{
border-color: #3C151C;
}
.TagClassName
{
border-color: #3C151C;
}
</style>