Shades of Burnt Crimson #60191C
Tints of Burnt Crimson #60191C
RGB
CMYK
RGB Variations
Color information
#60191C (or 0x60191C) is known color: Burnt Crimson. HEX triplet: 60, 19 and 1C. RGB value is (96,25,28). Sum of RGB (Red+Green+Blue) = 96+25+28=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #60191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60191C is #9FE6E3. Grayscale: #2E2E2E. Windows color (decimal): -10479332 or 1841504. OLE color: 1841504.
HSL color Cylindrical-coordinate representation of color #60191C: hue angle of 357.46º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60191C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 28 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.62 |
| HSL | 357.46º | 0.59% | 0.24% | - |
| HSV(B) | 357.46º | 0.74% | 0.38% | - |
| XYZ | 5.38 | 3.27 | 1.45 | - |
| YUV | 46.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 28 | 0 | 0.74 | 0.71 | 0.62 | 357.46 | 0.59 | 0.24 |
| Hex | 60 | 19 | 1C | 0 | 4A | 47 | 3E | 165 | 3B | 18 |
| Octal | 140 | 31 | 34 | 0 | 112 | 107 | 76 | 545 | 73 | 30 |
| Binary | 1100000 | 11001 | 11100 | 0 | 1001010 | 1000111 | 111110 | 101100101 | 111011 | 11000 |
Color Harmonies of #60191C
Complementary color
Monochromatic Colors of #60191C
Black with #60191C
Text Example
Text Example
White with #60191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60191C; }
p { color: rgb(96,25,28); }
H1.HeaderClassName
{
color: #60191C;
}
.AnyTagClassName
{
color: #60191C;
}
</style>
background-color css
<style>
a { background-color: #60191C; }
a { background-color: rgb(96,25,28); }
div.DivClassName
{
background-color: #60191C;
}
.BgClassName
{
background-color: #60191C;
}
</style>
border-color css
<style>
span { border-color: #60191C; }
span { border-color: rgb(96,25,28); }
td.TdClassName
{
border-color: #60191C;
}
.TagClassName
{
border-color: #60191C;
}
</style>