Shades of Burnt Crimson #5B151C
Tints of Burnt Crimson #5B151C
RGB
CMYK
RGB Variations
Color information
#5B151C (or 0x5B151C) is known color: Burnt Crimson. HEX triplet: 5B, 15 and 1C. RGB value is (91,21,28). Sum of RGB (Red+Green+Blue) = 91+21+28=140 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 91 - color contains mainly: red. Hex color #5B151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B151C is #A4EAE3. Grayscale: #2A2A2A. Windows color (decimal): -10808036 or 1840475. OLE color: 1840475.
HSL color Cylindrical-coordinate representation of color #5B151C: hue angle of 354º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B151C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 21 | 28 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.64 |
| HSL | 354º | 0.63% | 0.22% | - |
| HSV(B) | 354º | 0.77% | 0.36% | - |
| XYZ | 4.79 | 2.84 | 1.4 | - |
| YUV | 42.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 28 | 0 | 0.77 | 0.69 | 0.64 | 354 | 0.63 | 0.22 |
| Hex | 5B | 15 | 1C | 0 | 4D | 45 | 40 | 162 | 3E | 16 |
| Octal | 133 | 25 | 34 | 0 | 115 | 105 | 100 | 542 | 76 | 26 |
| Binary | 1011011 | 10101 | 11100 | 0 | 1001101 | 1000101 | 1000000 | 101100010 | 111110 | 10110 |
Color Harmonies of #5B151C
Complementary color
Monochromatic Colors of #5B151C
Black with #5B151C
Text Example
Text Example
White with #5B151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B151C; }
p { color: rgb(91,21,28); }
H1.HeaderClassName
{
color: #5B151C;
}
.AnyTagClassName
{
color: #5B151C;
}
</style>
background-color css
<style>
a { background-color: #5B151C; }
a { background-color: rgb(91,21,28); }
div.DivClassName
{
background-color: #5B151C;
}
.BgClassName
{
background-color: #5B151C;
}
</style>
border-color css
<style>
span { border-color: #5B151C; }
span { border-color: rgb(91,21,28); }
td.TdClassName
{
border-color: #5B151C;
}
.TagClassName
{
border-color: #5B151C;
}
</style>