Shades of Burnt Crimson #570B0C
Tints of Burnt Crimson #570B0C
RGB
CMYK
RGB Variations
Color information
#570B0C (or 0x570B0C) is known color: Burnt Crimson. HEX triplet: 57, 0B and 0C. RGB value is (87,11,12). Sum of RGB (Red+Green+Blue) = 87+11+12=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #570B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570B0C is #A8F4F3. Grayscale: #212121. Windows color (decimal): -11072756 or 789335. OLE color: 789335.
HSL color Cylindrical-coordinate representation of color #570B0C: hue angle of 359.21º 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 #570B0C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 12 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.66 |
| HSL | 359.21º | 0.78% | 0.19% | - |
| HSV(B) | 359.21º | 0.87% | 0.34% | - |
| XYZ | 4.12 | 2.29 | 0.57 | - |
| YUV | 33.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 12 | 0 | 0.87 | 0.86 | 0.66 | 359.21 | 0.78 | 0.19 |
| Hex | 57 | B | C | 0 | 57 | 56 | 42 | 167 | 4E | 13 |
| Octal | 127 | 13 | 14 | 0 | 127 | 126 | 102 | 547 | 116 | 23 |
| Binary | 1010111 | 1011 | 1100 | 0 | 1010111 | 1010110 | 1000010 | 101100111 | 1001110 | 10011 |
Color Harmonies of #570B0C
Complementary color
Monochromatic Colors of #570B0C
Black with #570B0C
Text Example
Text Example
White with #570B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B0C; }
p { color: rgb(87,11,12); }
H1.HeaderClassName
{
color: #570B0C;
}
.AnyTagClassName
{
color: #570B0C;
}
</style>
background-color css
<style>
a { background-color: #570B0C; }
a { background-color: rgb(87,11,12); }
div.DivClassName
{
background-color: #570B0C;
}
.BgClassName
{
background-color: #570B0C;
}
</style>
border-color css
<style>
span { border-color: #570B0C; }
span { border-color: rgb(87,11,12); }
td.TdClassName
{
border-color: #570B0C;
}
.TagClassName
{
border-color: #570B0C;
}
</style>