Shades of Burnt Crimson #5B0305
Tints of Burnt Crimson #5B0305
RGB
CMYK
RGB Variations
Color information
#5B0305 (or 0x5B0305) is known color: Burnt Crimson. HEX triplet: 5B, 03 and 05. RGB value is (91,3,5). Sum of RGB (Red+Green+Blue) = 91+3+5=99 (13% of max value = 765). Red value is 91 (35.94% from 255 or 91.92% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0305 is #A4FCFA. Grayscale: #1D1D1D. Windows color (decimal): -10812667 or 328539. OLE color: 328539.
HSL color Cylindrical-coordinate representation of color #5B0305: hue angle of 358.64º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0305 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 5 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.64 |
| HSL | 358.64º | 0.94% | 0.18% | - |
| HSV(B) | 358.64º | 0.97% | 0.36% | - |
| XYZ | 4.37 | 2.3 | 0.36 | - |
| YUV | 29.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 5 | 0 | 0.97 | 0.95 | 0.64 | 358.64 | 0.94 | 0.18 |
| Hex | 5B | 3 | 5 | 0 | 61 | 5F | 40 | 167 | 5E | 12 |
| Octal | 133 | 3 | 5 | 0 | 141 | 137 | 100 | 547 | 136 | 22 |
| Binary | 1011011 | 11 | 101 | 0 | 1100001 | 1011111 | 1000000 | 101100111 | 1011110 | 10010 |
Color Harmonies of #5B0305
Complementary color
Monochromatic Colors of #5B0305
Black with #5B0305
Text Example
Text Example
White with #5B0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0305; }
p { color: rgb(91,3,5); }
H1.HeaderClassName
{
color: #5B0305;
}
.AnyTagClassName
{
color: #5B0305;
}
</style>
background-color css
<style>
a { background-color: #5B0305; }
a { background-color: rgb(91,3,5); }
div.DivClassName
{
background-color: #5B0305;
}
.BgClassName
{
background-color: #5B0305;
}
</style>
border-color css
<style>
span { border-color: #5B0305; }
span { border-color: rgb(91,3,5); }
td.TdClassName
{
border-color: #5B0305;
}
.TagClassName
{
border-color: #5B0305;
}
</style>