Shades of Burnt Crimson #5C151C
Tints of Burnt Crimson #5C151C
RGB
CMYK
RGB Variations
Color information
#5C151C (or 0x5C151C) is known color: Burnt Crimson. HEX triplet: 5C, 15 and 1C. RGB value is (92,21,28). Sum of RGB (Red+Green+Blue) = 92+21+28=141 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.25% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 92 - color contains mainly: red. Hex color #5C151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C151C is #A3EAE3. Grayscale: #2B2B2B. Windows color (decimal): -10742500 or 1840476. OLE color: 1840476.
HSL color Cylindrical-coordinate representation of color #5C151C: hue angle of 354.08º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C151C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 28 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.64 |
| HSL | 354.08º | 0.63% | 0.22% | - |
| HSV(B) | 354.08º | 0.77% | 0.36% | - |
| XYZ | 4.89 | 2.9 | 1.4 | - |
| YUV | 43.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 28 | 0 | 0.77 | 0.70 | 0.64 | 354.08 | 0.63 | 0.22 |
| Hex | 5C | 15 | 1C | 0 | 4D | 46 | 40 | 162 | 3F | 16 |
| Octal | 134 | 25 | 34 | 0 | 115 | 106 | 100 | 542 | 77 | 26 |
| Binary | 1011100 | 10101 | 11100 | 0 | 1001101 | 1000110 | 1000000 | 101100010 | 111111 | 10110 |
Color Harmonies of #5C151C
Complementary color
Monochromatic Colors of #5C151C
Black with #5C151C
Text Example
Text Example
White with #5C151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C151C; }
p { color: rgb(92,21,28); }
H1.HeaderClassName
{
color: #5C151C;
}
.AnyTagClassName
{
color: #5C151C;
}
</style>
background-color css
<style>
a { background-color: #5C151C; }
a { background-color: rgb(92,21,28); }
div.DivClassName
{
background-color: #5C151C;
}
.BgClassName
{
background-color: #5C151C;
}
</style>
border-color css
<style>
span { border-color: #5C151C; }
span { border-color: rgb(92,21,28); }
td.TdClassName
{
border-color: #5C151C;
}
.TagClassName
{
border-color: #5C151C;
}
</style>