Shades of Burnt Crimson #5B0B0D
Tints of Burnt Crimson #5B0B0D
RGB
CMYK
RGB Variations
Color information
#5B0B0D (or 0x5B0B0D) is known color: Burnt Crimson. HEX triplet: 5B, 0B and 0D. RGB value is (91,11,13). Sum of RGB (Red+Green+Blue) = 91+11+13=115 (15% of max value = 765). Red value is 91 (35.94% from 255 or 79.13% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0B0D is #A4F4F2. Grayscale: #232323. Windows color (decimal): -10810611 or 854875. OLE color: 854875.
HSL color Cylindrical-coordinate representation of color #5B0B0D: hue angle of 358.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B0B0D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 11 | 13 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.64 |
| HSL | 358.5º | 0.78% | 0.2% | - |
| HSV(B) | 358.5º | 0.88% | 0.36% | - |
| XYZ | 4.51 | 2.49 | 0.62 | - |
| YUV | 35.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 11 | 13 | 0 | 0.88 | 0.86 | 0.64 | 358.5 | 0.78 | 0.2 |
| Hex | 5B | B | D | 0 | 58 | 56 | 40 | 166 | 4E | 14 |
| Octal | 133 | 13 | 15 | 0 | 130 | 126 | 100 | 546 | 116 | 24 |
| Binary | 1011011 | 1011 | 1101 | 0 | 1011000 | 1010110 | 1000000 | 101100110 | 1001110 | 10100 |
Color Harmonies of #5B0B0D
Complementary color
Monochromatic Colors of #5B0B0D
Black with #5B0B0D
Text Example
Text Example
White with #5B0B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0B0D; }
p { color: rgb(91,11,13); }
H1.HeaderClassName
{
color: #5B0B0D;
}
.AnyTagClassName
{
color: #5B0B0D;
}
</style>
background-color css
<style>
a { background-color: #5B0B0D; }
a { background-color: rgb(91,11,13); }
div.DivClassName
{
background-color: #5B0B0D;
}
.BgClassName
{
background-color: #5B0B0D;
}
</style>
border-color css
<style>
span { border-color: #5B0B0D; }
span { border-color: rgb(91,11,13); }
td.TdClassName
{
border-color: #5B0B0D;
}
.TagClassName
{
border-color: #5B0B0D;
}
</style>