Shades of Burnt Crimson #582228
Tints of Burnt Crimson #582228
RGB
CMYK
RGB Variations
Color information
#582228 (or 0x582228) is known color: Burnt Crimson. HEX triplet: 58, 22 and 28. RGB value is (88,34,40). Sum of RGB (Red+Green+Blue) = 88+34+40=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #582228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582228 is #A7DDD7. Grayscale: #323232. Windows color (decimal): -11001304 or 2630232. OLE color: 2630232.
HSL color Cylindrical-coordinate representation of color #582228: hue angle of 353.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #582228 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 40 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.65 |
| HSL | 353.33º | 0.44% | 0.24% | - |
| HSV(B) | 353.33º | 0.61% | 0.35% | - |
| XYZ | 4.98 | 3.37 | 2.4 | - |
| YUV | 50.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 40 | 0 | 0.61 | 0.55 | 0.65 | 353.33 | 0.44 | 0.24 |
| Hex | 58 | 22 | 28 | 0 | 3D | 37 | 41 | 161 | 2C | 18 |
| Octal | 130 | 42 | 50 | 0 | 75 | 67 | 101 | 541 | 54 | 30 |
| Binary | 1011000 | 100010 | 101000 | 0 | 111101 | 110111 | 1000001 | 101100001 | 101100 | 11000 |
Color Harmonies of #582228
Complementary color
Monochromatic Colors of #582228
Black with #582228
Text Example
Text Example
White with #582228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582228; }
p { color: rgb(88,34,40); }
H1.HeaderClassName
{
color: #582228;
}
.AnyTagClassName
{
color: #582228;
}
</style>
background-color css
<style>
a { background-color: #582228; }
a { background-color: rgb(88,34,40); }
div.DivClassName
{
background-color: #582228;
}
.BgClassName
{
background-color: #582228;
}
</style>
border-color css
<style>
span { border-color: #582228; }
span { border-color: rgb(88,34,40); }
td.TdClassName
{
border-color: #582228;
}
.TagClassName
{
border-color: #582228;
}
</style>