Shades of Burnt Crimson #582426
Tints of Burnt Crimson #582426
RGB
CMYK
RGB Variations
Color information
#582426 (or 0x582426) is known color: Burnt Crimson. HEX triplet: 58, 24 and 26. RGB value is (88,36,38). Sum of RGB (Red+Green+Blue) = 88+36+38=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582426 is #A7DBD9. Grayscale: #333333. Windows color (decimal): -11000794 or 2499672. OLE color: 2499672.
HSL color Cylindrical-coordinate representation of color #582426: hue angle of 357.69º 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 #582426 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 38 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.65 |
| HSL | 357.69º | 0.42% | 0.24% | - |
| HSV(B) | 357.69º | 0.59% | 0.35% | - |
| XYZ | 5.01 | 3.48 | 2.24 | - |
| YUV | 51.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 38 | 0 | 0.59 | 0.57 | 0.65 | 357.69 | 0.42 | 0.24 |
| Hex | 58 | 24 | 26 | 0 | 3B | 39 | 41 | 166 | 2A | 18 |
| Octal | 130 | 44 | 46 | 0 | 73 | 71 | 101 | 546 | 52 | 30 |
| Binary | 1011000 | 100100 | 100110 | 0 | 111011 | 111001 | 1000001 | 101100110 | 101010 | 11000 |
Color Harmonies of #582426
Complementary color
Monochromatic Colors of #582426
Black with #582426
Text Example
Text Example
White with #582426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582426; }
p { color: rgb(88,36,38); }
H1.HeaderClassName
{
color: #582426;
}
.AnyTagClassName
{
color: #582426;
}
</style>
background-color css
<style>
a { background-color: #582426; }
a { background-color: rgb(88,36,38); }
div.DivClassName
{
background-color: #582426;
}
.BgClassName
{
background-color: #582426;
}
</style>
border-color css
<style>
span { border-color: #582426; }
span { border-color: rgb(88,36,38); }
td.TdClassName
{
border-color: #582426;
}
.TagClassName
{
border-color: #582426;
}
</style>