Shades of Burnt Crimson #580F12
Tints of Burnt Crimson #580F12
RGB
CMYK
RGB Variations
Color information
#580F12 (or 0x580F12) is known color: Burnt Crimson. HEX triplet: 58, 0F and 12. RGB value is (88,15,18). Sum of RGB (Red+Green+Blue) = 88+15+18=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #580F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F12 is #A7F0ED. Grayscale: #252525. Windows color (decimal): -11006190 or 1183576. OLE color: 1183576.
HSL color Cylindrical-coordinate representation of color #580F12: hue angle of 357.53º 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 #580F12 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 15 | 18 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.65 |
| HSL | 357.53º | 0.71% | 0.2% | - |
| HSV(B) | 357.53º | 0.83% | 0.35% | - |
| XYZ | 4.3 | 2.46 | 0.82 | - |
| YUV | 37.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 18 | 0 | 0.83 | 0.80 | 0.65 | 357.53 | 0.71 | 0.2 |
| Hex | 58 | F | 12 | 0 | 53 | 50 | 41 | 166 | 47 | 14 |
| Octal | 130 | 17 | 22 | 0 | 123 | 120 | 101 | 546 | 107 | 24 |
| Binary | 1011000 | 1111 | 10010 | 0 | 1010011 | 1010000 | 1000001 | 101100110 | 1000111 | 10100 |
Color Harmonies of #580F12
Complementary color
Monochromatic Colors of #580F12
Black with #580F12
Text Example
Text Example
White with #580F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F12; }
p { color: rgb(88,15,18); }
H1.HeaderClassName
{
color: #580F12;
}
.AnyTagClassName
{
color: #580F12;
}
</style>
background-color css
<style>
a { background-color: #580F12; }
a { background-color: rgb(88,15,18); }
div.DivClassName
{
background-color: #580F12;
}
.BgClassName
{
background-color: #580F12;
}
</style>
border-color css
<style>
span { border-color: #580F12; }
span { border-color: rgb(88,15,18); }
td.TdClassName
{
border-color: #580F12;
}
.TagClassName
{
border-color: #580F12;
}
</style>