Shades of Burnt Crimson #5A232C
Tints of Burnt Crimson #5A232C
RGB
CMYK
RGB Variations
Color information
#5A232C (or 0x5A232C) is known color: Burnt Crimson. HEX triplet: 5A, 23 and 2C. RGB value is (90,35,44). Sum of RGB (Red+Green+Blue) = 90+35+44=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A232C is #A5DCD3. Grayscale: #343434. Windows color (decimal): -10869972 or 2892634. OLE color: 2892634.
HSL color Cylindrical-coordinate representation of color #5A232C: hue angle of 350.18º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A232C is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 44 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.65 |
| HSL | 350.18º | 0.44% | 0.25% | - |
| HSV(B) | 350.18º | 0.61% | 0.35% | - |
| XYZ | 5.27 | 3.56 | 2.79 | - |
| YUV | 52.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 44 | 0 | 0.61 | 0.51 | 0.65 | 350.18 | 0.44 | 0.25 |
| Hex | 5A | 23 | 2C | 0 | 3D | 33 | 41 | 15E | 2C | 19 |
| Octal | 132 | 43 | 54 | 0 | 75 | 63 | 101 | 536 | 54 | 31 |
| Binary | 1011010 | 100011 | 101100 | 0 | 111101 | 110011 | 1000001 | 101011110 | 101100 | 11001 |
Color Harmonies of #5A232C
Complementary color
Monochromatic Colors of #5A232C
Black with #5A232C
Text Example
Text Example
White with #5A232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A232C; }
p { color: rgb(90,35,44); }
H1.HeaderClassName
{
color: #5A232C;
}
.AnyTagClassName
{
color: #5A232C;
}
</style>
background-color css
<style>
a { background-color: #5A232C; }
a { background-color: rgb(90,35,44); }
div.DivClassName
{
background-color: #5A232C;
}
.BgClassName
{
background-color: #5A232C;
}
</style>
border-color css
<style>
span { border-color: #5A232C; }
span { border-color: rgb(90,35,44); }
td.TdClassName
{
border-color: #5A232C;
}
.TagClassName
{
border-color: #5A232C;
}
</style>