Shades of Rustic Red #3C1619
Tints of Rustic Red #3C1619
RGB
CMYK
RGB Variations
Color information
#3C1619 (or 0x3C1619) is known color: Rustic Red. HEX triplet: 3C, 16 and 19. RGB value is (60,22,25). Sum of RGB (Red+Green+Blue) = 60+22+25=107 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.07% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1619 is #C3E9E6. Grayscale: #212121. Windows color (decimal): -12839399 or 1644092. OLE color: 1644092.
HSL color Cylindrical-coordinate representation of color #3C1619: hue angle of 355.26º 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 #3C1619 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 25 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.76 |
| HSL | 355.26º | 0.46% | 0.16% | - |
| HSV(B) | 355.26º | 0.63% | 0.24% | - |
| XYZ | 2.33 | 1.6 | 1.11 | - |
| YUV | 33.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 25 | 0 | 0.63 | 0.58 | 0.76 | 355.26 | 0.46 | 0.16 |
| Hex | 3C | 16 | 19 | 0 | 3F | 3A | 4C | 163 | 2E | 10 |
| Octal | 74 | 26 | 31 | 0 | 77 | 72 | 114 | 543 | 56 | 20 |
| Binary | 111100 | 10110 | 11001 | 0 | 111111 | 111010 | 1001100 | 101100011 | 101110 | 10000 |
Color Harmonies of #3C1619
Complementary color
Monochromatic Colors of #3C1619
Black with #3C1619
Text Example
Text Example
White with #3C1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1619; }
p { color: rgb(60,22,25); }
H1.HeaderClassName
{
color: #3C1619;
}
.AnyTagClassName
{
color: #3C1619;
}
</style>
background-color css
<style>
a { background-color: #3C1619; }
a { background-color: rgb(60,22,25); }
div.DivClassName
{
background-color: #3C1619;
}
.BgClassName
{
background-color: #3C1619;
}
</style>
border-color css
<style>
span { border-color: #3C1619; }
span { border-color: rgb(60,22,25); }
td.TdClassName
{
border-color: #3C1619;
}
.TagClassName
{
border-color: #3C1619;
}
</style>