Shades of Burnt Crimson #5C222A
Tints of Burnt Crimson #5C222A
RGB
CMYK
RGB Variations
Color information
#5C222A (or 0x5C222A) is known color: Burnt Crimson. HEX triplet: 5C, 22 and 2A. RGB value is (92,34,42). Sum of RGB (Red+Green+Blue) = 92+34+42=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C222A is #A3DDD5. Grayscale: #343434. Windows color (decimal): -10739158 or 2761308. OLE color: 2761308.
HSL color Cylindrical-coordinate representation of color #5C222A: hue angle of 351.72º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C222A is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 34 | 42 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.64 |
| HSL | 351.72º | 0.46% | 0.25% | - |
| HSV(B) | 351.72º | 0.63% | 0.36% | - |
| XYZ | 5.4 | 3.59 | 2.6 | - |
| YUV | 52.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 34 | 42 | 0 | 0.63 | 0.54 | 0.64 | 351.72 | 0.46 | 0.25 |
| Hex | 5C | 22 | 2A | 0 | 3F | 36 | 40 | 160 | 2E | 19 |
| Octal | 134 | 42 | 52 | 0 | 77 | 66 | 100 | 540 | 56 | 31 |
| Binary | 1011100 | 100010 | 101010 | 0 | 111111 | 110110 | 1000000 | 101100000 | 101110 | 11001 |
Color Harmonies of #5C222A
Complementary color
Monochromatic Colors of #5C222A
Black with #5C222A
Text Example
Text Example
White with #5C222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C222A; }
p { color: rgb(92,34,42); }
H1.HeaderClassName
{
color: #5C222A;
}
.AnyTagClassName
{
color: #5C222A;
}
</style>
background-color css
<style>
a { background-color: #5C222A; }
a { background-color: rgb(92,34,42); }
div.DivClassName
{
background-color: #5C222A;
}
.BgClassName
{
background-color: #5C222A;
}
</style>
border-color css
<style>
span { border-color: #5C222A; }
span { border-color: rgb(92,34,42); }
td.TdClassName
{
border-color: #5C222A;
}
.TagClassName
{
border-color: #5C222A;
}
</style>