Shades of Burnt Crimson #580C0E
Tints of Burnt Crimson #580C0E
RGB
CMYK
RGB Variations
Color information
#580C0E (or 0x580C0E) is known color: Burnt Crimson. HEX triplet: 58, 0C and 0E. RGB value is (88,12,14). Sum of RGB (Red+Green+Blue) = 88+12+14=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #580C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C0E is #A7F3F1. Grayscale: #232323. Windows color (decimal): -11006962 or 920664. OLE color: 920664.
HSL color Cylindrical-coordinate representation of color #580C0E: hue angle of 358.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580C0E is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 14 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.65 |
| HSL | 358.42º | 0.76% | 0.2% | - |
| HSV(B) | 358.42º | 0.86% | 0.35% | - |
| XYZ | 4.24 | 2.37 | 0.65 | - |
| YUV | 34.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 14 | 0 | 0.86 | 0.84 | 0.65 | 358.42 | 0.76 | 0.2 |
| Hex | 58 | C | E | 0 | 56 | 54 | 41 | 166 | 4C | 14 |
| Octal | 130 | 14 | 16 | 0 | 126 | 124 | 101 | 546 | 114 | 24 |
| Binary | 1011000 | 1100 | 1110 | 0 | 1010110 | 1010100 | 1000001 | 101100110 | 1001100 | 10100 |
Color Harmonies of #580C0E
Complementary color
Monochromatic Colors of #580C0E
Black with #580C0E
Text Example
Text Example
White with #580C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C0E; }
p { color: rgb(88,12,14); }
H1.HeaderClassName
{
color: #580C0E;
}
.AnyTagClassName
{
color: #580C0E;
}
</style>
background-color css
<style>
a { background-color: #580C0E; }
a { background-color: rgb(88,12,14); }
div.DivClassName
{
background-color: #580C0E;
}
.BgClassName
{
background-color: #580C0E;
}
</style>
border-color css
<style>
span { border-color: #580C0E; }
span { border-color: rgb(88,12,14); }
td.TdClassName
{
border-color: #580C0E;
}
.TagClassName
{
border-color: #580C0E;
}
</style>