Shades of Burnt Crimson #602126
Tints of Burnt Crimson #602126
RGB
CMYK
RGB Variations
Color information
#602126 (or 0x602126) is known color: Burnt Crimson. HEX triplet: 60, 21 and 26. RGB value is (96,33,38). Sum of RGB (Red+Green+Blue) = 96+33+38=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #602126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602126 is #9FDED9. Grayscale: #343434. Windows color (decimal): -10477274 or 2498912. OLE color: 2498912.
HSL color Cylindrical-coordinate representation of color #602126: hue angle of 355.24º 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 #602126 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 38 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.62 |
| HSL | 355.24º | 0.49% | 0.25% | - |
| HSV(B) | 355.24º | 0.66% | 0.38% | - |
| XYZ | 5.72 | 3.71 | 2.25 | - |
| YUV | 52.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 38 | 0 | 0.66 | 0.60 | 0.62 | 355.24 | 0.49 | 0.25 |
| Hex | 60 | 21 | 26 | 0 | 42 | 3C | 3E | 163 | 31 | 19 |
| Octal | 140 | 41 | 46 | 0 | 102 | 74 | 76 | 543 | 61 | 31 |
| Binary | 1100000 | 100001 | 100110 | 0 | 1000010 | 111100 | 111110 | 101100011 | 110001 | 11001 |
Color Harmonies of #602126
Complementary color
Monochromatic Colors of #602126
Black with #602126
Text Example
Text Example
White with #602126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602126; }
p { color: rgb(96,33,38); }
H1.HeaderClassName
{
color: #602126;
}
.AnyTagClassName
{
color: #602126;
}
</style>
background-color css
<style>
a { background-color: #602126; }
a { background-color: rgb(96,33,38); }
div.DivClassName
{
background-color: #602126;
}
.BgClassName
{
background-color: #602126;
}
</style>
border-color css
<style>
span { border-color: #602126; }
span { border-color: rgb(96,33,38); }
td.TdClassName
{
border-color: #602126;
}
.TagClassName
{
border-color: #602126;
}
</style>