Shades of Burnt Crimson #5C2126
Tints of Burnt Crimson #5C2126
RGB
CMYK
RGB Variations
Color information
#5C2126 (or 0x5C2126) is known color: Burnt Crimson. HEX triplet: 5C, 21 and 26. RGB value is (92,33,38). Sum of RGB (Red+Green+Blue) = 92+33+38=163 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.44% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2126 is #A3DED9. Grayscale: #333333. Windows color (decimal): -10739418 or 2498908. OLE color: 2498908.
HSL color Cylindrical-coordinate representation of color #5C2126: hue angle of 354.92º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C2126 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 33 | 38 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.64 |
| HSL | 354.92º | 0.47% | 0.25% | - |
| HSV(B) | 354.92º | 0.64% | 0.36% | - |
| XYZ | 5.31 | 3.5 | 2.23 | - |
| YUV | 51.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 38 | 0 | 0.64 | 0.59 | 0.64 | 354.92 | 0.47 | 0.25 |
| Hex | 5C | 21 | 26 | 0 | 40 | 3B | 40 | 163 | 2F | 19 |
| Octal | 134 | 41 | 46 | 0 | 100 | 73 | 100 | 543 | 57 | 31 |
| Binary | 1011100 | 100001 | 100110 | 0 | 1000000 | 111011 | 1000000 | 101100011 | 101111 | 11001 |
Color Harmonies of #5C2126
Complementary color
Monochromatic Colors of #5C2126
Black with #5C2126
Text Example
Text Example
White with #5C2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2126; }
p { color: rgb(92,33,38); }
H1.HeaderClassName
{
color: #5C2126;
}
.AnyTagClassName
{
color: #5C2126;
}
</style>
background-color css
<style>
a { background-color: #5C2126; }
a { background-color: rgb(92,33,38); }
div.DivClassName
{
background-color: #5C2126;
}
.BgClassName
{
background-color: #5C2126;
}
</style>
border-color css
<style>
span { border-color: #5C2126; }
span { border-color: rgb(92,33,38); }
td.TdClassName
{
border-color: #5C2126;
}
.TagClassName
{
border-color: #5C2126;
}
</style>