Shades of Burnt Crimson #602023
Tints of Burnt Crimson #602023
RGB
CMYK
RGB Variations
Color information
#602023 (or 0x602023) is known color: Burnt Crimson. HEX triplet: 60, 20 and 23. RGB value is (96,32,35). Sum of RGB (Red+Green+Blue) = 96+32+35=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #602023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602023 is #9FDFDC. Grayscale: #333333. Windows color (decimal): -10477533 or 2302048. OLE color: 2302048.
HSL color Cylindrical-coordinate representation of color #602023: hue angle of 357.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602023 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 35 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.62 |
| HSL | 357.19º | 0.5% | 0.25% | - |
| HSV(B) | 357.19º | 0.67% | 0.38% | - |
| XYZ | 5.64 | 3.64 | 2 | - |
| YUV | 51.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 35 | 0 | 0.67 | 0.64 | 0.62 | 357.19 | 0.5 | 0.25 |
| Hex | 60 | 20 | 23 | 0 | 43 | 40 | 3E | 165 | 32 | 19 |
| Octal | 140 | 40 | 43 | 0 | 103 | 100 | 76 | 545 | 62 | 31 |
| Binary | 1100000 | 100000 | 100011 | 0 | 1000011 | 1000000 | 111110 | 101100101 | 110010 | 11001 |
Color Harmonies of #602023
Complementary color
Monochromatic Colors of #602023
Black with #602023
Text Example
Text Example
White with #602023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602023; }
p { color: rgb(96,32,35); }
H1.HeaderClassName
{
color: #602023;
}
.AnyTagClassName
{
color: #602023;
}
</style>
background-color css
<style>
a { background-color: #602023; }
a { background-color: rgb(96,32,35); }
div.DivClassName
{
background-color: #602023;
}
.BgClassName
{
background-color: #602023;
}
</style>
border-color css
<style>
span { border-color: #602023; }
span { border-color: rgb(96,32,35); }
td.TdClassName
{
border-color: #602023;
}
.TagClassName
{
border-color: #602023;
}
</style>