Shades of Burnt Crimson #601A1B
Tints of Burnt Crimson #601A1B
RGB
CMYK
RGB Variations
Color information
#601A1B (or 0x601A1B) is known color: Burnt Crimson. HEX triplet: 60, 1A and 1B. RGB value is (96,26,27). Sum of RGB (Red+Green+Blue) = 96+26+27=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A1B is #9FE5E4. Grayscale: #2F2F2F. Windows color (decimal): -10479077 or 1776224. OLE color: 1776224.
HSL color Cylindrical-coordinate representation of color #601A1B: hue angle of 359.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A1B is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 26 | 27 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.62 |
| HSL | 359.14º | 0.57% | 0.24% | - |
| HSV(B) | 359.14º | 0.73% | 0.38% | - |
| XYZ | 5.39 | 3.3 | 1.39 | - |
| YUV | 47.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 27 | 0 | 0.73 | 0.72 | 0.62 | 359.14 | 0.57 | 0.24 |
| Hex | 60 | 1A | 1B | 0 | 49 | 48 | 3E | 167 | 39 | 18 |
| Octal | 140 | 32 | 33 | 0 | 111 | 110 | 76 | 547 | 71 | 30 |
| Binary | 1100000 | 11010 | 11011 | 0 | 1001001 | 1001000 | 111110 | 101100111 | 111001 | 11000 |
Color Harmonies of #601A1B
Complementary color
Monochromatic Colors of #601A1B
Black with #601A1B
Text Example
Text Example
White with #601A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A1B; }
p { color: rgb(96,26,27); }
H1.HeaderClassName
{
color: #601A1B;
}
.AnyTagClassName
{
color: #601A1B;
}
</style>
background-color css
<style>
a { background-color: #601A1B; }
a { background-color: rgb(96,26,27); }
div.DivClassName
{
background-color: #601A1B;
}
.BgClassName
{
background-color: #601A1B;
}
</style>
border-color css
<style>
span { border-color: #601A1B; }
span { border-color: rgb(96,26,27); }
td.TdClassName
{
border-color: #601A1B;
}
.TagClassName
{
border-color: #601A1B;
}
</style>