Shades of Burnt Crimson #5C0507
Tints of Burnt Crimson #5C0507
RGB
CMYK
RGB Variations
Color information
#5C0507 (or 0x5C0507) is known color: Burnt Crimson. HEX triplet: 5C, 05 and 07. RGB value is (92,5,7). Sum of RGB (Red+Green+Blue) = 92+5+7=104 (13% of max value = 765). Red value is 92 (36.33% from 255 or 88.46% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0507 is #A3FAF8. Grayscale: #1F1F1F. Windows color (decimal): -10746617 or 460124. OLE color: 460124.
HSL color Cylindrical-coordinate representation of color #5C0507: hue angle of 358.62º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0507 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 5 | 7 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.64 |
| HSL | 358.62º | 0.9% | 0.19% | - |
| HSV(B) | 358.62º | 0.95% | 0.36% | - |
| XYZ | 4.51 | 2.4 | 0.43 | - |
| YUV | 31.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 5 | 7 | 0 | 0.95 | 0.92 | 0.64 | 358.62 | 0.9 | 0.19 |
| Hex | 5C | 5 | 7 | 0 | 5F | 5C | 40 | 167 | 5A | 13 |
| Octal | 134 | 5 | 7 | 0 | 137 | 134 | 100 | 547 | 132 | 23 |
| Binary | 1011100 | 101 | 111 | 0 | 1011111 | 1011100 | 1000000 | 101100111 | 1011010 | 10011 |
Color Harmonies of #5C0507
Complementary color
Monochromatic Colors of #5C0507
Black with #5C0507
Text Example
Text Example
White with #5C0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0507; }
p { color: rgb(92,5,7); }
H1.HeaderClassName
{
color: #5C0507;
}
.AnyTagClassName
{
color: #5C0507;
}
</style>
background-color css
<style>
a { background-color: #5C0507; }
a { background-color: rgb(92,5,7); }
div.DivClassName
{
background-color: #5C0507;
}
.BgClassName
{
background-color: #5C0507;
}
</style>
border-color css
<style>
span { border-color: #5C0507; }
span { border-color: rgb(92,5,7); }
td.TdClassName
{
border-color: #5C0507;
}
.TagClassName
{
border-color: #5C0507;
}
</style>