Shades of Burnt Crimson #570B0D
Tints of Burnt Crimson #570B0D
RGB
CMYK
RGB Variations
Color information
#570B0D (or 0x570B0D) is known color: Burnt Crimson. HEX triplet: 57, 0B and 0D. RGB value is (87,11,13). Sum of RGB (Red+Green+Blue) = 87+11+13=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #570B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570B0D is #A8F4F2. Grayscale: #222222. Windows color (decimal): -11072755 or 854871. OLE color: 854871.
HSL color Cylindrical-coordinate representation of color #570B0D: hue angle of 358.42º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570B0D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 13 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.66 |
| HSL | 358.42º | 0.78% | 0.19% | - |
| HSV(B) | 358.42º | 0.87% | 0.34% | - |
| XYZ | 4.12 | 2.29 | 0.61 | - |
| YUV | 33.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 13 | 0 | 0.87 | 0.85 | 0.66 | 358.42 | 0.78 | 0.19 |
| Hex | 57 | B | D | 0 | 57 | 55 | 42 | 166 | 4E | 13 |
| Octal | 127 | 13 | 15 | 0 | 127 | 125 | 102 | 546 | 116 | 23 |
| Binary | 1010111 | 1011 | 1101 | 0 | 1010111 | 1010101 | 1000010 | 101100110 | 1001110 | 10011 |
Color Harmonies of #570B0D
Complementary color
Monochromatic Colors of #570B0D
Black with #570B0D
Text Example
Text Example
White with #570B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B0D; }
p { color: rgb(87,11,13); }
H1.HeaderClassName
{
color: #570B0D;
}
.AnyTagClassName
{
color: #570B0D;
}
</style>
background-color css
<style>
a { background-color: #570B0D; }
a { background-color: rgb(87,11,13); }
div.DivClassName
{
background-color: #570B0D;
}
.BgClassName
{
background-color: #570B0D;
}
</style>
border-color css
<style>
span { border-color: #570B0D; }
span { border-color: rgb(87,11,13); }
td.TdClassName
{
border-color: #570B0D;
}
.TagClassName
{
border-color: #570B0D;
}
</style>