Shades of Burnt Crimson #5B242A
Tints of Burnt Crimson #5B242A
RGB
CMYK
RGB Variations
Color information
#5B242A (or 0x5B242A) is known color: Burnt Crimson. HEX triplet: 5B, 24 and 2A. RGB value is (91,36,42). Sum of RGB (Red+Green+Blue) = 91+36+42=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B242A is #A4DBD5. Grayscale: #353535. Windows color (decimal): -10804182 or 2761819. OLE color: 2761819.
HSL color Cylindrical-coordinate representation of color #5B242A: hue angle of 353.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B242A is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 36 | 42 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.64 |
| HSL | 353.45º | 0.43% | 0.25% | - |
| HSV(B) | 353.45º | 0.6% | 0.36% | - |
| XYZ | 5.36 | 3.65 | 2.61 | - |
| YUV | 53.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 42 | 0 | 0.60 | 0.54 | 0.64 | 353.45 | 0.43 | 0.25 |
| Hex | 5B | 24 | 2A | 0 | 3C | 36 | 40 | 161 | 2B | 19 |
| Octal | 133 | 44 | 52 | 0 | 74 | 66 | 100 | 541 | 53 | 31 |
| Binary | 1011011 | 100100 | 101010 | 0 | 111100 | 110110 | 1000000 | 101100001 | 101011 | 11001 |
Color Harmonies of #5B242A
Complementary color
Monochromatic Colors of #5B242A
Black with #5B242A
Text Example
Text Example
White with #5B242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B242A; }
p { color: rgb(91,36,42); }
H1.HeaderClassName
{
color: #5B242A;
}
.AnyTagClassName
{
color: #5B242A;
}
</style>
background-color css
<style>
a { background-color: #5B242A; }
a { background-color: rgb(91,36,42); }
div.DivClassName
{
background-color: #5B242A;
}
.BgClassName
{
background-color: #5B242A;
}
</style>
border-color css
<style>
span { border-color: #5B242A; }
span { border-color: rgb(91,36,42); }
td.TdClassName
{
border-color: #5B242A;
}
.TagClassName
{
border-color: #5B242A;
}
</style>