Shades of Burnt Crimson #5C161D
Tints of Burnt Crimson #5C161D
RGB
CMYK
RGB Variations
Color information
#5C161D (or 0x5C161D) is known color: Burnt Crimson. HEX triplet: 5C, 16 and 1D. RGB value is (92,22,29). Sum of RGB (Red+Green+Blue) = 92+22+29=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C161D is #A3E9E2. Grayscale: #2B2B2B. Windows color (decimal): -10742243 or 1906268. OLE color: 1906268.
HSL color Cylindrical-coordinate representation of color #5C161D: hue angle of 354º 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 #5C161D is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 22 | 29 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.64 |
| HSL | 354º | 0.61% | 0.22% | - |
| HSV(B) | 354º | 0.76% | 0.36% | - |
| XYZ | 4.92 | 2.94 | 1.47 | - |
| YUV | 43.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 29 | 0 | 0.76 | 0.68 | 0.64 | 354 | 0.61 | 0.22 |
| Hex | 5C | 16 | 1D | 0 | 4C | 44 | 40 | 162 | 3D | 16 |
| Octal | 134 | 26 | 35 | 0 | 114 | 104 | 100 | 542 | 75 | 26 |
| Binary | 1011100 | 10110 | 11101 | 0 | 1001100 | 1000100 | 1000000 | 101100010 | 111101 | 10110 |
Color Harmonies of #5C161D
Complementary color
Monochromatic Colors of #5C161D
Black with #5C161D
Text Example
Text Example
White with #5C161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C161D; }
p { color: rgb(92,22,29); }
H1.HeaderClassName
{
color: #5C161D;
}
.AnyTagClassName
{
color: #5C161D;
}
</style>
background-color css
<style>
a { background-color: #5C161D; }
a { background-color: rgb(92,22,29); }
div.DivClassName
{
background-color: #5C161D;
}
.BgClassName
{
background-color: #5C161D;
}
</style>
border-color css
<style>
span { border-color: #5C161D; }
span { border-color: rgb(92,22,29); }
td.TdClassName
{
border-color: #5C161D;
}
.TagClassName
{
border-color: #5C161D;
}
</style>