Shades of Burnt Crimson #5C1318
Tints of Burnt Crimson #5C1318
RGB
CMYK
RGB Variations
Color information
#5C1318 (or 0x5C1318) is known color: Burnt Crimson. HEX triplet: 5C, 13 and 18. RGB value is (92,19,24). Sum of RGB (Red+Green+Blue) = 92+19+24=135 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.15% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1318 is #A3ECE7. Grayscale: #292929. Windows color (decimal): -10743016 or 1577820. OLE color: 1577820.
HSL color Cylindrical-coordinate representation of color #5C1318: hue angle of 355.89º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1318 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 19 | 24 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.64 |
| HSL | 355.89º | 0.66% | 0.22% | - |
| HSV(B) | 355.89º | 0.79% | 0.36% | - |
| XYZ | 4.81 | 2.81 | 1.15 | - |
| YUV | 41.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 24 | 0 | 0.79 | 0.74 | 0.64 | 355.89 | 0.66 | 0.22 |
| Hex | 5C | 13 | 18 | 0 | 4F | 4A | 40 | 164 | 42 | 16 |
| Octal | 134 | 23 | 30 | 0 | 117 | 112 | 100 | 544 | 102 | 26 |
| Binary | 1011100 | 10011 | 11000 | 0 | 1001111 | 1001010 | 1000000 | 101100100 | 1000010 | 10110 |
Color Harmonies of #5C1318
Complementary color
Monochromatic Colors of #5C1318
Black with #5C1318
Text Example
Text Example
White with #5C1318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1318; }
p { color: rgb(92,19,24); }
H1.HeaderClassName
{
color: #5C1318;
}
.AnyTagClassName
{
color: #5C1318;
}
</style>
background-color css
<style>
a { background-color: #5C1318; }
a { background-color: rgb(92,19,24); }
div.DivClassName
{
background-color: #5C1318;
}
.BgClassName
{
background-color: #5C1318;
}
</style>
border-color css
<style>
span { border-color: #5C1318; }
span { border-color: rgb(92,19,24); }
td.TdClassName
{
border-color: #5C1318;
}
.TagClassName
{
border-color: #5C1318;
}
</style>