Shades of Burnt Crimson #5C0305
Tints of Burnt Crimson #5C0305
RGB
CMYK
RGB Variations
Color information
#5C0305 (or 0x5C0305) is known color: Burnt Crimson. HEX triplet: 5C, 03 and 05. RGB value is (92,3,5). Sum of RGB (Red+Green+Blue) = 92+3+5=100 (13% of max value = 765). Red value is 92 (36.33% from 255 or 92% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0305 is #A3FCFA. Grayscale: #1D1D1D. Windows color (decimal): -10747131 or 328540. OLE color: 328540.
HSL color Cylindrical-coordinate representation of color #5C0305: hue angle of 358.65º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0305 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 3 | 5 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.64 |
| HSL | 358.65º | 0.94% | 0.19% | - |
| HSV(B) | 358.65º | 0.97% | 0.36% | - |
| XYZ | 4.47 | 2.35 | 0.36 | - |
| YUV | 29.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 5 | 0 | 0.97 | 0.95 | 0.64 | 358.65 | 0.94 | 0.19 |
| Hex | 5C | 3 | 5 | 0 | 61 | 5F | 40 | 167 | 5E | 13 |
| Octal | 134 | 3 | 5 | 0 | 141 | 137 | 100 | 547 | 136 | 23 |
| Binary | 1011100 | 11 | 101 | 0 | 1100001 | 1011111 | 1000000 | 101100111 | 1011110 | 10011 |
Color Harmonies of #5C0305
Complementary color
Monochromatic Colors of #5C0305
Black with #5C0305
Text Example
Text Example
White with #5C0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0305; }
p { color: rgb(92,3,5); }
H1.HeaderClassName
{
color: #5C0305;
}
.AnyTagClassName
{
color: #5C0305;
}
</style>
background-color css
<style>
a { background-color: #5C0305; }
a { background-color: rgb(92,3,5); }
div.DivClassName
{
background-color: #5C0305;
}
.BgClassName
{
background-color: #5C0305;
}
</style>
border-color css
<style>
span { border-color: #5C0305; }
span { border-color: rgb(92,3,5); }
td.TdClassName
{
border-color: #5C0305;
}
.TagClassName
{
border-color: #5C0305;
}
</style>