Shades of Burnt Crimson #5B0205
Tints of Burnt Crimson #5B0205
RGB
CMYK
RGB Variations
Color information
#5B0205 (or 0x5B0205) is known color: Burnt Crimson. HEX triplet: 5B, 02 and 05. RGB value is (91,2,5). Sum of RGB (Red+Green+Blue) = 91+2+5=98 (12% of max value = 765). Red value is 91 (35.94% from 255 or 92.86% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0205 is #A4FDFA. Grayscale: #1D1D1D. Windows color (decimal): -10812923 or 328283. OLE color: 328283.
HSL color Cylindrical-coordinate representation of color #5B0205: hue angle of 357.98º 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 #5B0205 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 5 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.64 |
| HSL | 357.98º | 0.96% | 0.18% | - |
| HSV(B) | 357.98º | 0.98% | 0.36% | - |
| XYZ | 4.36 | 2.28 | 0.35 | - |
| YUV | 28.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 5 | 0 | 0.98 | 0.95 | 0.64 | 357.98 | 0.96 | 0.18 |
| Hex | 5B | 2 | 5 | 0 | 62 | 5F | 40 | 166 | 60 | 12 |
| Octal | 133 | 2 | 5 | 0 | 142 | 137 | 100 | 546 | 140 | 22 |
| Binary | 1011011 | 10 | 101 | 0 | 1100010 | 1011111 | 1000000 | 101100110 | 1100000 | 10010 |
Color Harmonies of #5B0205
Complementary color
Monochromatic Colors of #5B0205
Black with #5B0205
Text Example
Text Example
White with #5B0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0205; }
p { color: rgb(91,2,5); }
H1.HeaderClassName
{
color: #5B0205;
}
.AnyTagClassName
{
color: #5B0205;
}
</style>
background-color css
<style>
a { background-color: #5B0205; }
a { background-color: rgb(91,2,5); }
div.DivClassName
{
background-color: #5B0205;
}
.BgClassName
{
background-color: #5B0205;
}
</style>
border-color css
<style>
span { border-color: #5B0205; }
span { border-color: rgb(91,2,5); }
td.TdClassName
{
border-color: #5B0205;
}
.TagClassName
{
border-color: #5B0205;
}
</style>