Shades of Burnt Crimson #5C232A
Tints of Burnt Crimson #5C232A
RGB
CMYK
RGB Variations
Color information
#5C232A (or 0x5C232A) is known color: Burnt Crimson. HEX triplet: 5C, 23 and 2A. RGB value is (92,35,42). Sum of RGB (Red+Green+Blue) = 92+35+42=169 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.44% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 92 - color contains mainly: red. Hex color #5C232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C232A is #A3DCD5. Grayscale: #343434. Windows color (decimal): -10738902 or 2761564. OLE color: 2761564.
HSL color Cylindrical-coordinate representation of color #5C232A: hue angle of 352.63º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C232A is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 42 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.64 |
| HSL | 352.63º | 0.45% | 0.25% | - |
| HSV(B) | 352.63º | 0.62% | 0.36% | - |
| XYZ | 5.43 | 3.64 | 2.61 | - |
| YUV | 52.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 42 | 0 | 0.62 | 0.54 | 0.64 | 352.63 | 0.45 | 0.25 |
| Hex | 5C | 23 | 2A | 0 | 3E | 36 | 40 | 161 | 2D | 19 |
| Octal | 134 | 43 | 52 | 0 | 76 | 66 | 100 | 541 | 55 | 31 |
| Binary | 1011100 | 100011 | 101010 | 0 | 111110 | 110110 | 1000000 | 101100001 | 101101 | 11001 |
Color Harmonies of #5C232A
Complementary color
Monochromatic Colors of #5C232A
Black with #5C232A
Text Example
Text Example
White with #5C232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C232A; }
p { color: rgb(92,35,42); }
H1.HeaderClassName
{
color: #5C232A;
}
.AnyTagClassName
{
color: #5C232A;
}
</style>
background-color css
<style>
a { background-color: #5C232A; }
a { background-color: rgb(92,35,42); }
div.DivClassName
{
background-color: #5C232A;
}
.BgClassName
{
background-color: #5C232A;
}
</style>
border-color css
<style>
span { border-color: #5C232A; }
span { border-color: rgb(92,35,42); }
td.TdClassName
{
border-color: #5C232A;
}
.TagClassName
{
border-color: #5C232A;
}
</style>