Shades of Burnt Crimson #52181C
Tints of Burnt Crimson #52181C
RGB
CMYK
RGB Variations
Color information
#52181C (or 0x52181C) is known color: Burnt Crimson. HEX triplet: 52, 18 and 1C. RGB value is (82,24,28). Sum of RGB (Red+Green+Blue) = 82+24+28=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52181C is #ADE7E3. Grayscale: #292929. Windows color (decimal): -11397092 or 1841234. OLE color: 1841234.
HSL color Cylindrical-coordinate representation of color #52181C: hue angle of 355.86º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52181C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 24 | 28 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.68 |
| HSL | 355.86º | 0.55% | 0.21% | - |
| HSV(B) | 355.86º | 0.71% | 0.32% | - |
| XYZ | 4.02 | 2.53 | 1.38 | - |
| YUV | 41.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 28 | 0 | 0.71 | 0.66 | 0.68 | 355.86 | 0.55 | 0.21 |
| Hex | 52 | 18 | 1C | 0 | 47 | 42 | 44 | 164 | 37 | 15 |
| Octal | 122 | 30 | 34 | 0 | 107 | 102 | 104 | 544 | 67 | 25 |
| Binary | 1010010 | 11000 | 11100 | 0 | 1000111 | 1000010 | 1000100 | 101100100 | 110111 | 10101 |
Color Harmonies of #52181C
Complementary color
Monochromatic Colors of #52181C
Black with #52181C
Text Example
Text Example
White with #52181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52181C; }
p { color: rgb(82,24,28); }
H1.HeaderClassName
{
color: #52181C;
}
.AnyTagClassName
{
color: #52181C;
}
</style>
background-color css
<style>
a { background-color: #52181C; }
a { background-color: rgb(82,24,28); }
div.DivClassName
{
background-color: #52181C;
}
.BgClassName
{
background-color: #52181C;
}
</style>
border-color css
<style>
span { border-color: #52181C; }
span { border-color: rgb(82,24,28); }
td.TdClassName
{
border-color: #52181C;
}
.TagClassName
{
border-color: #52181C;
}
</style>