Shades of Burnt Crimson #602124
Tints of Burnt Crimson #602124
RGB
CMYK
RGB Variations
Color information
#602124 (or 0x602124) is known color: Burnt Crimson. HEX triplet: 60, 21 and 24. RGB value is (96,33,36). Sum of RGB (Red+Green+Blue) = 96+33+36=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #602124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602124 is #9FDEDB. Grayscale: #343434. Windows color (decimal): -10477276 or 2367840. OLE color: 2367840.
HSL color Cylindrical-coordinate representation of color #602124: hue angle of 357.14º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602124 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 36 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.62 |
| HSL | 357.14º | 0.49% | 0.25% | - |
| HSV(B) | 357.14º | 0.66% | 0.38% | - |
| XYZ | 5.69 | 3.7 | 2.08 | - |
| YUV | 52.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 36 | 0 | 0.66 | 0.62 | 0.62 | 357.14 | 0.49 | 0.25 |
| Hex | 60 | 21 | 24 | 0 | 42 | 3E | 3E | 165 | 31 | 19 |
| Octal | 140 | 41 | 44 | 0 | 102 | 76 | 76 | 545 | 61 | 31 |
| Binary | 1100000 | 100001 | 100100 | 0 | 1000010 | 111110 | 111110 | 101100101 | 110001 | 11001 |
Color Harmonies of #602124
Complementary color
Monochromatic Colors of #602124
Black with #602124
Text Example
Text Example
White with #602124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602124; }
p { color: rgb(96,33,36); }
H1.HeaderClassName
{
color: #602124;
}
.AnyTagClassName
{
color: #602124;
}
</style>
background-color css
<style>
a { background-color: #602124; }
a { background-color: rgb(96,33,36); }
div.DivClassName
{
background-color: #602124;
}
.BgClassName
{
background-color: #602124;
}
</style>
border-color css
<style>
span { border-color: #602124; }
span { border-color: rgb(96,33,36); }
td.TdClassName
{
border-color: #602124;
}
.TagClassName
{
border-color: #602124;
}
</style>