Shades of Burnt Crimson #5B0103
Tints of Burnt Crimson #5B0103
RGB
CMYK
RGB Variations
Color information
#5B0103 (or 0x5B0103) is known color: Burnt Crimson. HEX triplet: 5B, 01 and 03. RGB value is (91,1,3). Sum of RGB (Red+Green+Blue) = 91+1+3=95 (12% of max value = 765). Red value is 91 (35.94% from 255 or 95.79% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0103 is #A4FEFC. Grayscale: #1C1C1C. Windows color (decimal): -10813181 or 196955. OLE color: 196955.
HSL color Cylindrical-coordinate representation of color #5B0103: hue angle of 358.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0103 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.64 |
| HSL | 358.67º | 0.98% | 0.18% | - |
| HSV(B) | 358.67º | 0.99% | 0.36% | - |
| XYZ | 4.34 | 2.25 | 0.29 | - |
| YUV | 28.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 3 | 0 | 0.99 | 0.97 | 0.64 | 358.67 | 0.98 | 0.18 |
| Hex | 5B | 1 | 3 | 0 | 63 | 61 | 40 | 167 | 62 | 12 |
| Octal | 133 | 1 | 3 | 0 | 143 | 141 | 100 | 547 | 142 | 22 |
| Binary | 1011011 | 1 | 11 | 0 | 1100011 | 1100001 | 1000000 | 101100111 | 1100010 | 10010 |
Color Harmonies of #5B0103
Complementary color
Monochromatic Colors of #5B0103
Black with #5B0103
Text Example
Text Example
White with #5B0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0103; }
p { color: rgb(91,1,3); }
H1.HeaderClassName
{
color: #5B0103;
}
.AnyTagClassName
{
color: #5B0103;
}
</style>
background-color css
<style>
a { background-color: #5B0103; }
a { background-color: rgb(91,1,3); }
div.DivClassName
{
background-color: #5B0103;
}
.BgClassName
{
background-color: #5B0103;
}
</style>
border-color css
<style>
span { border-color: #5B0103; }
span { border-color: rgb(91,1,3); }
td.TdClassName
{
border-color: #5B0103;
}
.TagClassName
{
border-color: #5B0103;
}
</style>