Shades of Burnt Crimson #5B0204
Tints of Burnt Crimson #5B0204
RGB
CMYK
RGB Variations
Color information
#5B0204 (or 0x5B0204) is known color: Burnt Crimson. HEX triplet: 5B, 02 and 04. RGB value is (91,2,4). Sum of RGB (Red+Green+Blue) = 91+2+4=97 (12% of max value = 765). Red value is 91 (35.94% from 255 or 93.81% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0204 is #A4FDFB. Grayscale: #1C1C1C. Windows color (decimal): -10812924 or 262747. OLE color: 262747.
HSL color Cylindrical-coordinate representation of color #5B0204: hue angle of 358.65º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0204 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 4 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.64 |
| HSL | 358.65º | 0.96% | 0.18% | - |
| HSV(B) | 358.65º | 0.98% | 0.36% | - |
| XYZ | 4.36 | 2.28 | 0.32 | - |
| YUV | 28.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 4 | 0 | 0.98 | 0.96 | 0.64 | 358.65 | 0.96 | 0.18 |
| Hex | 5B | 2 | 4 | 0 | 62 | 60 | 40 | 167 | 60 | 12 |
| Octal | 133 | 2 | 4 | 0 | 142 | 140 | 100 | 547 | 140 | 22 |
| Binary | 1011011 | 10 | 100 | 0 | 1100010 | 1100000 | 1000000 | 101100111 | 1100000 | 10010 |
Color Harmonies of #5B0204
Complementary color
Monochromatic Colors of #5B0204
Black with #5B0204
Text Example
Text Example
White with #5B0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0204; }
p { color: rgb(91,2,4); }
H1.HeaderClassName
{
color: #5B0204;
}
.AnyTagClassName
{
color: #5B0204;
}
</style>
background-color css
<style>
a { background-color: #5B0204; }
a { background-color: rgb(91,2,4); }
div.DivClassName
{
background-color: #5B0204;
}
.BgClassName
{
background-color: #5B0204;
}
</style>
border-color css
<style>
span { border-color: #5B0204; }
span { border-color: rgb(91,2,4); }
td.TdClassName
{
border-color: #5B0204;
}
.TagClassName
{
border-color: #5B0204;
}
</style>