Shades of Burnt Crimson #602426
Tints of Burnt Crimson #602426
RGB
CMYK
RGB Variations
Color information
#602426 (or 0x602426) is known color: Burnt Crimson. HEX triplet: 60, 24 and 26. RGB value is (96,36,38). Sum of RGB (Red+Green+Blue) = 96+36+38=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #602426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602426 is #9FDBD9. Grayscale: #363636. Windows color (decimal): -10476506 or 2499680. OLE color: 2499680.
HSL color Cylindrical-coordinate representation of color #602426: hue angle of 358º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602426 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 36 | 38 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.62 |
| HSL | 358º | 0.45% | 0.26% | - |
| HSV(B) | 358º | 0.63% | 0.38% | - |
| XYZ | 5.8 | 3.89 | 2.28 | - |
| YUV | 54.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 38 | 0 | 0.62 | 0.60 | 0.62 | 358 | 0.45 | 0.26 |
| Hex | 60 | 24 | 26 | 0 | 3E | 3C | 3E | 166 | 2D | 1A |
| Octal | 140 | 44 | 46 | 0 | 76 | 74 | 76 | 546 | 55 | 32 |
| Binary | 1100000 | 100100 | 100110 | 0 | 111110 | 111100 | 111110 | 101100110 | 101101 | 11010 |
Color Harmonies of #602426
Complementary color
Monochromatic Colors of #602426
Black with #602426
Text Example
Text Example
White with #602426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602426; }
p { color: rgb(96,36,38); }
H1.HeaderClassName
{
color: #602426;
}
.AnyTagClassName
{
color: #602426;
}
</style>
background-color css
<style>
a { background-color: #602426; }
a { background-color: rgb(96,36,38); }
div.DivClassName
{
background-color: #602426;
}
.BgClassName
{
background-color: #602426;
}
</style>
border-color css
<style>
span { border-color: #602426; }
span { border-color: rgb(96,36,38); }
td.TdClassName
{
border-color: #602426;
}
.TagClassName
{
border-color: #602426;
}
</style>