Shades of Burnt Crimson #5C1A1C
Tints of Burnt Crimson #5C1A1C
RGB
CMYK
RGB Variations
Color information
#5C1A1C (or 0x5C1A1C) is known color: Burnt Crimson. HEX triplet: 5C, 1A and 1C. RGB value is (92,26,28). Sum of RGB (Red+Green+Blue) = 92+26+28=146 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.01% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1A1C is #A3E5E3. Grayscale: #2E2E2E. Windows color (decimal): -10741220 or 1841756. OLE color: 1841756.
HSL color Cylindrical-coordinate representation of color #5C1A1C: hue angle of 358.18º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C1A1C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 26 | 28 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.64 |
| HSL | 358.18º | 0.56% | 0.23% | - |
| HSV(B) | 358.18º | 0.72% | 0.36% | - |
| XYZ | 4.99 | 3.1 | 1.43 | - |
| YUV | 45.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 28 | 0 | 0.72 | 0.70 | 0.64 | 358.18 | 0.56 | 0.23 |
| Hex | 5C | 1A | 1C | 0 | 48 | 46 | 40 | 166 | 38 | 17 |
| Octal | 134 | 32 | 34 | 0 | 110 | 106 | 100 | 546 | 70 | 27 |
| Binary | 1011100 | 11010 | 11100 | 0 | 1001000 | 1000110 | 1000000 | 101100110 | 111000 | 10111 |
Color Harmonies of #5C1A1C
Complementary color
Monochromatic Colors of #5C1A1C
Black with #5C1A1C
Text Example
Text Example
White with #5C1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1A1C; }
p { color: rgb(92,26,28); }
H1.HeaderClassName
{
color: #5C1A1C;
}
.AnyTagClassName
{
color: #5C1A1C;
}
</style>
background-color css
<style>
a { background-color: #5C1A1C; }
a { background-color: rgb(92,26,28); }
div.DivClassName
{
background-color: #5C1A1C;
}
.BgClassName
{
background-color: #5C1A1C;
}
</style>
border-color css
<style>
span { border-color: #5C1A1C; }
span { border-color: rgb(92,26,28); }
td.TdClassName
{
border-color: #5C1A1C;
}
.TagClassName
{
border-color: #5C1A1C;
}
</style>