Shades of Burnt Crimson #590F12
Tints of Burnt Crimson #590F12
RGB
CMYK
RGB Variations
Color information
#590F12 (or 0x590F12) is known color: Burnt Crimson. HEX triplet: 59, 0F and 12. RGB value is (89,15,18). Sum of RGB (Red+Green+Blue) = 89+15+18=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #590F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590F12 is #A6F0ED. Grayscale: #252525. Windows color (decimal): -10940654 or 1183577. OLE color: 1183577.
HSL color Cylindrical-coordinate representation of color #590F12: hue angle of 357.57º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #590F12 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 15 | 18 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.65 |
| HSL | 357.57º | 0.71% | 0.2% | - |
| HSV(B) | 357.57º | 0.83% | 0.35% | - |
| XYZ | 4.4 | 2.51 | 0.82 | - |
| YUV | 37.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 18 | 0 | 0.83 | 0.80 | 0.65 | 357.57 | 0.71 | 0.2 |
| Hex | 59 | F | 12 | 0 | 53 | 50 | 41 | 166 | 47 | 14 |
| Octal | 131 | 17 | 22 | 0 | 123 | 120 | 101 | 546 | 107 | 24 |
| Binary | 1011001 | 1111 | 10010 | 0 | 1010011 | 1010000 | 1000001 | 101100110 | 1000111 | 10100 |
Color Harmonies of #590F12
Complementary color
Monochromatic Colors of #590F12
Black with #590F12
Text Example
Text Example
White with #590F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F12; }
p { color: rgb(89,15,18); }
H1.HeaderClassName
{
color: #590F12;
}
.AnyTagClassName
{
color: #590F12;
}
</style>
background-color css
<style>
a { background-color: #590F12; }
a { background-color: rgb(89,15,18); }
div.DivClassName
{
background-color: #590F12;
}
.BgClassName
{
background-color: #590F12;
}
</style>
border-color css
<style>
span { border-color: #590F12; }
span { border-color: rgb(89,15,18); }
td.TdClassName
{
border-color: #590F12;
}
.TagClassName
{
border-color: #590F12;
}
</style>