Shades of Burnt Crimson #5A262A
Tints of Burnt Crimson #5A262A
RGB
CMYK
RGB Variations
Color information
#5A262A (or 0x5A262A) is known color: Burnt Crimson. HEX triplet: 5A, 26 and 2A. RGB value is (90,38,42). Sum of RGB (Red+Green+Blue) = 90+38+42=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A262A is #A5D9D5. Grayscale: #363636. Windows color (decimal): -10869206 or 2762330. OLE color: 2762330.
HSL color Cylindrical-coordinate representation of color #5A262A: hue angle of 355.38º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A262A is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 38 | 42 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.65 |
| HSL | 355.38º | 0.41% | 0.25% | - |
| HSV(B) | 355.38º | 0.58% | 0.35% | - |
| XYZ | 5.33 | 3.73 | 2.63 | - |
| YUV | 54 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 42 | 0 | 0.58 | 0.53 | 0.65 | 355.38 | 0.41 | 0.25 |
| Hex | 5A | 26 | 2A | 0 | 3A | 35 | 41 | 163 | 29 | 19 |
| Octal | 132 | 46 | 52 | 0 | 72 | 65 | 101 | 543 | 51 | 31 |
| Binary | 1011010 | 100110 | 101010 | 0 | 111010 | 110101 | 1000001 | 101100011 | 101001 | 11001 |
Color Harmonies of #5A262A
Complementary color
Monochromatic Colors of #5A262A
Black with #5A262A
Text Example
Text Example
White with #5A262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A262A; }
p { color: rgb(90,38,42); }
H1.HeaderClassName
{
color: #5A262A;
}
.AnyTagClassName
{
color: #5A262A;
}
</style>
background-color css
<style>
a { background-color: #5A262A; }
a { background-color: rgb(90,38,42); }
div.DivClassName
{
background-color: #5A262A;
}
.BgClassName
{
background-color: #5A262A;
}
</style>
border-color css
<style>
span { border-color: #5A262A; }
span { border-color: rgb(90,38,42); }
td.TdClassName
{
border-color: #5A262A;
}
.TagClassName
{
border-color: #5A262A;
}
</style>