Shades of Burnt Crimson #5C161C
Tints of Burnt Crimson #5C161C
RGB
CMYK
RGB Variations
Color information
#5C161C (or 0x5C161C) is known color: Burnt Crimson. HEX triplet: 5C, 16 and 1C. RGB value is (92,22,28). Sum of RGB (Red+Green+Blue) = 92+22+28=142 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.79% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 92 - color contains mainly: red. Hex color #5C161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C161C is #A3E9E3. Grayscale: #2B2B2B. Windows color (decimal): -10742244 or 1840732. OLE color: 1840732.
HSL color Cylindrical-coordinate representation of color #5C161C: hue angle of 354.86º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C161C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 22 | 28 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.64 |
| HSL | 354.86º | 0.61% | 0.22% | - |
| HSV(B) | 354.86º | 0.76% | 0.36% | - |
| XYZ | 4.91 | 2.93 | 1.41 | - |
| YUV | 43.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 28 | 0 | 0.76 | 0.70 | 0.64 | 354.86 | 0.61 | 0.22 |
| Hex | 5C | 16 | 1C | 0 | 4C | 46 | 40 | 163 | 3D | 16 |
| Octal | 134 | 26 | 34 | 0 | 114 | 106 | 100 | 543 | 75 | 26 |
| Binary | 1011100 | 10110 | 11100 | 0 | 1001100 | 1000110 | 1000000 | 101100011 | 111101 | 10110 |
Color Harmonies of #5C161C
Complementary color
Monochromatic Colors of #5C161C
Black with #5C161C
Text Example
Text Example
White with #5C161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C161C; }
p { color: rgb(92,22,28); }
H1.HeaderClassName
{
color: #5C161C;
}
.AnyTagClassName
{
color: #5C161C;
}
</style>
background-color css
<style>
a { background-color: #5C161C; }
a { background-color: rgb(92,22,28); }
div.DivClassName
{
background-color: #5C161C;
}
.BgClassName
{
background-color: #5C161C;
}
</style>
border-color css
<style>
span { border-color: #5C161C; }
span { border-color: rgb(92,22,28); }
td.TdClassName
{
border-color: #5C161C;
}
.TagClassName
{
border-color: #5C161C;
}
</style>