Shades of Burnt Crimson #5B1E24
Tints of Burnt Crimson #5B1E24
RGB
CMYK
RGB Variations
Color information
#5B1E24 (or 0x5B1E24) is known color: Burnt Crimson. HEX triplet: 5B, 1E and 24. RGB value is (91,30,36). Sum of RGB (Red+Green+Blue) = 91+30+36=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E24 is #A4E1DB. Grayscale: #303030. Windows color (decimal): -10805724 or 2367067. OLE color: 2367067.
HSL color Cylindrical-coordinate representation of color #5B1E24: hue angle of 354.1º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B1E24 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 30 | 36 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.64 |
| HSL | 354.1º | 0.5% | 0.24% | - |
| HSV(B) | 354.1º | 0.67% | 0.36% | - |
| XYZ | 5.1 | 3.28 | 2.03 | - |
| YUV | 48.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 30 | 36 | 0 | 0.67 | 0.60 | 0.64 | 354.1 | 0.5 | 0.24 |
| Hex | 5B | 1E | 24 | 0 | 43 | 3C | 40 | 162 | 32 | 18 |
| Octal | 133 | 36 | 44 | 0 | 103 | 74 | 100 | 542 | 62 | 30 |
| Binary | 1011011 | 11110 | 100100 | 0 | 1000011 | 111100 | 1000000 | 101100010 | 110010 | 11000 |
Color Harmonies of #5B1E24
Complementary color
Monochromatic Colors of #5B1E24
Black with #5B1E24
Text Example
Text Example
White with #5B1E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1E24; }
p { color: rgb(91,30,36); }
H1.HeaderClassName
{
color: #5B1E24;
}
.AnyTagClassName
{
color: #5B1E24;
}
</style>
background-color css
<style>
a { background-color: #5B1E24; }
a { background-color: rgb(91,30,36); }
div.DivClassName
{
background-color: #5B1E24;
}
.BgClassName
{
background-color: #5B1E24;
}
</style>
border-color css
<style>
span { border-color: #5B1E24; }
span { border-color: rgb(91,30,36); }
td.TdClassName
{
border-color: #5B1E24;
}
.TagClassName
{
border-color: #5B1E24;
}
</style>