Shades of Burnt Crimson #581012
Tints of Burnt Crimson #581012
RGB
CMYK
RGB Variations
Color information
#581012 (or 0x581012) is known color: Burnt Crimson. HEX triplet: 58, 10 and 12. RGB value is (88,16,18). Sum of RGB (Red+Green+Blue) = 88+16+18=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #581012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581012 is #A7EFED. Grayscale: #252525. Windows color (decimal): -11005934 or 1183832. OLE color: 1183832.
HSL color Cylindrical-coordinate representation of color #581012: hue angle of 358.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581012 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 18 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.65 |
| HSL | 358.33º | 0.69% | 0.2% | - |
| HSV(B) | 358.33º | 0.82% | 0.35% | - |
| XYZ | 4.32 | 2.49 | 0.83 | - |
| YUV | 37.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 18 | 0 | 0.82 | 0.80 | 0.65 | 358.33 | 0.69 | 0.2 |
| Hex | 58 | 10 | 12 | 0 | 52 | 50 | 41 | 166 | 45 | 14 |
| Octal | 130 | 20 | 22 | 0 | 122 | 120 | 101 | 546 | 105 | 24 |
| Binary | 1011000 | 10000 | 10010 | 0 | 1010010 | 1010000 | 1000001 | 101100110 | 1000101 | 10100 |
Color Harmonies of #581012
Complementary color
Monochromatic Colors of #581012
Black with #581012
Text Example
Text Example
White with #581012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581012; }
p { color: rgb(88,16,18); }
H1.HeaderClassName
{
color: #581012;
}
.AnyTagClassName
{
color: #581012;
}
</style>
background-color css
<style>
a { background-color: #581012; }
a { background-color: rgb(88,16,18); }
div.DivClassName
{
background-color: #581012;
}
.BgClassName
{
background-color: #581012;
}
</style>
border-color css
<style>
span { border-color: #581012; }
span { border-color: rgb(88,16,18); }
td.TdClassName
{
border-color: #581012;
}
.TagClassName
{
border-color: #581012;
}
</style>