Shades of Burnt Crimson #5B1B1C
Tints of Burnt Crimson #5B1B1C
RGB
CMYK
RGB Variations
Color information
#5B1B1C (or 0x5B1B1C) is known color: Burnt Crimson. HEX triplet: 5B, 1B and 1C. RGB value is (91,27,28). Sum of RGB (Red+Green+Blue) = 91+27+28=146 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.33% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1B1C is #A4E4E3. Grayscale: #2E2E2E. Windows color (decimal): -10806500 or 1842011. OLE color: 1842011.
HSL color Cylindrical-coordinate representation of color #5B1B1C: hue angle of 359.06º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B1B1C is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 27 | 28 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.64 |
| HSL | 359.06º | 0.54% | 0.23% | - |
| HSV(B) | 359.06º | 0.7% | 0.36% | - |
| XYZ | 4.92 | 3.09 | 1.44 | - |
| YUV | 46.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 28 | 0 | 0.70 | 0.69 | 0.64 | 359.06 | 0.54 | 0.23 |
| Hex | 5B | 1B | 1C | 0 | 46 | 45 | 40 | 167 | 36 | 17 |
| Octal | 133 | 33 | 34 | 0 | 106 | 105 | 100 | 547 | 66 | 27 |
| Binary | 1011011 | 11011 | 11100 | 0 | 1000110 | 1000101 | 1000000 | 101100111 | 110110 | 10111 |
Color Harmonies of #5B1B1C
Complementary color
Monochromatic Colors of #5B1B1C
Black with #5B1B1C
Text Example
Text Example
White with #5B1B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1B1C; }
p { color: rgb(91,27,28); }
H1.HeaderClassName
{
color: #5B1B1C;
}
.AnyTagClassName
{
color: #5B1B1C;
}
</style>
background-color css
<style>
a { background-color: #5B1B1C; }
a { background-color: rgb(91,27,28); }
div.DivClassName
{
background-color: #5B1B1C;
}
.BgClassName
{
background-color: #5B1B1C;
}
</style>
border-color css
<style>
span { border-color: #5B1B1C; }
span { border-color: rgb(91,27,28); }
td.TdClassName
{
border-color: #5B1B1C;
}
.TagClassName
{
border-color: #5B1B1C;
}
</style>