Shades of Burnt Crimson #58202B
Tints of Burnt Crimson #58202B
RGB
CMYK
RGB Variations
Color information
#58202B (or 0x58202B) is known color: Burnt Crimson. HEX triplet: 58, 20 and 2B. RGB value is (88,32,43). Sum of RGB (Red+Green+Blue) = 88+32+43=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58202B is #A7DFD4. Grayscale: #323232. Windows color (decimal): -11001813 or 2826328. OLE color: 2826328.
HSL color Cylindrical-coordinate representation of color #58202B: hue angle of 348.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58202B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 32 | 43 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.65 |
| HSL | 348.21º | 0.47% | 0.24% | - |
| HSV(B) | 348.21º | 0.64% | 0.35% | - |
| XYZ | 4.98 | 3.28 | 2.66 | - |
| YUV | 50 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 43 | 0 | 0.64 | 0.51 | 0.65 | 348.21 | 0.47 | 0.24 |
| Hex | 58 | 20 | 2B | 0 | 40 | 33 | 41 | 15C | 2F | 18 |
| Octal | 130 | 40 | 53 | 0 | 100 | 63 | 101 | 534 | 57 | 30 |
| Binary | 1011000 | 100000 | 101011 | 0 | 1000000 | 110011 | 1000001 | 101011100 | 101111 | 11000 |
Color Harmonies of #58202B
Complementary color
Monochromatic Colors of #58202B
Black with #58202B
Text Example
Text Example
White with #58202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58202B; }
p { color: rgb(88,32,43); }
H1.HeaderClassName
{
color: #58202B;
}
.AnyTagClassName
{
color: #58202B;
}
</style>
background-color css
<style>
a { background-color: #58202B; }
a { background-color: rgb(88,32,43); }
div.DivClassName
{
background-color: #58202B;
}
.BgClassName
{
background-color: #58202B;
}
</style>
border-color css
<style>
span { border-color: #58202B; }
span { border-color: rgb(88,32,43); }
td.TdClassName
{
border-color: #58202B;
}
.TagClassName
{
border-color: #58202B;
}
</style>