Shades of Burnt Crimson #58242C
Tints of Burnt Crimson #58242C
RGB
CMYK
RGB Variations
Color information
#58242C (or 0x58242C) is known color: Burnt Crimson. HEX triplet: 58, 24 and 2C. RGB value is (88,36,44). Sum of RGB (Red+Green+Blue) = 88+36+44=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58242C is #A7DBD3. Grayscale: #343434. Windows color (decimal): -11000788 or 2892888. OLE color: 2892888.
HSL color Cylindrical-coordinate representation of color #58242C: hue angle of 350.77º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58242C is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 44 | - |
| CMYK | 0 | 0.59 | 0.5 | 0.65 |
| HSL | 350.77º | 0.42% | 0.24% | - |
| HSV(B) | 350.77º | 0.59% | 0.35% | - |
| XYZ | 5.11 | 3.52 | 2.79 | - |
| YUV | 52.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 44 | 0 | 0.59 | 0.5 | 0.65 | 350.77 | 0.42 | 0.24 |
| Hex | 58 | 24 | 2C | 0 | 3B | 32 | 41 | 15F | 2A | 18 |
| Octal | 130 | 44 | 54 | 0 | 73 | 62 | 101 | 537 | 52 | 30 |
| Binary | 1011000 | 100100 | 101100 | 0 | 111011 | 110010 | 1000001 | 101011111 | 101010 | 11000 |
Color Harmonies of #58242C
Complementary color
Monochromatic Colors of #58242C
Black with #58242C
Text Example
Text Example
White with #58242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58242C; }
p { color: rgb(88,36,44); }
H1.HeaderClassName
{
color: #58242C;
}
.AnyTagClassName
{
color: #58242C;
}
</style>
background-color css
<style>
a { background-color: #58242C; }
a { background-color: rgb(88,36,44); }
div.DivClassName
{
background-color: #58242C;
}
.BgClassName
{
background-color: #58242C;
}
</style>
border-color css
<style>
span { border-color: #58242C; }
span { border-color: rgb(88,36,44); }
td.TdClassName
{
border-color: #58242C;
}
.TagClassName
{
border-color: #58242C;
}
</style>