Shades of Burnt Crimson #580F16
Tints of Burnt Crimson #580F16
RGB
CMYK
RGB Variations
Color information
#580F16 (or 0x580F16) is known color: Burnt Crimson. HEX triplet: 58, 0F and 16. RGB value is (88,15,22). Sum of RGB (Red+Green+Blue) = 88+15+22=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #580F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F16 is #A7F0E9. Grayscale: #252525. Windows color (decimal): -11006186 or 1445720. OLE color: 1445720.
HSL color Cylindrical-coordinate representation of color #580F16: hue angle of 354.25º 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 #580F16 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 15 | 22 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.65 |
| HSL | 354.25º | 0.71% | 0.2% | - |
| HSV(B) | 354.25º | 0.83% | 0.35% | - |
| XYZ | 4.34 | 2.47 | 1.01 | - |
| YUV | 37.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 22 | 0 | 0.83 | 0.75 | 0.65 | 354.25 | 0.71 | 0.2 |
| Hex | 58 | F | 16 | 0 | 53 | 4B | 41 | 162 | 47 | 14 |
| Octal | 130 | 17 | 26 | 0 | 123 | 113 | 101 | 542 | 107 | 24 |
| Binary | 1011000 | 1111 | 10110 | 0 | 1010011 | 1001011 | 1000001 | 101100010 | 1000111 | 10100 |
Color Harmonies of #580F16
Complementary color
Monochromatic Colors of #580F16
Black with #580F16
Text Example
Text Example
White with #580F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F16; }
p { color: rgb(88,15,22); }
H1.HeaderClassName
{
color: #580F16;
}
.AnyTagClassName
{
color: #580F16;
}
</style>
background-color css
<style>
a { background-color: #580F16; }
a { background-color: rgb(88,15,22); }
div.DivClassName
{
background-color: #580F16;
}
.BgClassName
{
background-color: #580F16;
}
</style>
border-color css
<style>
span { border-color: #580F16; }
span { border-color: rgb(88,15,22); }
td.TdClassName
{
border-color: #580F16;
}
.TagClassName
{
border-color: #580F16;
}
</style>