Shades of Burnt Crimson #551A1C
Tints of Burnt Crimson #551A1C
RGB
CMYK
RGB Variations
Color information
#551A1C (or 0x551A1C) is known color: Burnt Crimson. HEX triplet: 55, 1A and 1C. RGB value is (85,26,28). Sum of RGB (Red+Green+Blue) = 85+26+28=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #551A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A1C is #AAE5E3. Grayscale: #2B2B2B. Windows color (decimal): -11199972 or 1841749. OLE color: 1841749.
HSL color Cylindrical-coordinate representation of color #551A1C: hue angle of 357.97º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A1C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 28 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.67 |
| HSL | 357.97º | 0.53% | 0.22% | - |
| HSV(B) | 357.97º | 0.69% | 0.33% | - |
| XYZ | 4.33 | 2.75 | 1.4 | - |
| YUV | 43.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 28 | 0 | 0.69 | 0.67 | 0.67 | 357.97 | 0.53 | 0.22 |
| Hex | 55 | 1A | 1C | 0 | 45 | 43 | 43 | 166 | 35 | 16 |
| Octal | 125 | 32 | 34 | 0 | 105 | 103 | 103 | 546 | 65 | 26 |
| Binary | 1010101 | 11010 | 11100 | 0 | 1000101 | 1000011 | 1000011 | 101100110 | 110101 | 10110 |
Color Harmonies of #551A1C
Complementary color
Monochromatic Colors of #551A1C
Black with #551A1C
Text Example
Text Example
White with #551A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A1C; }
p { color: rgb(85,26,28); }
H1.HeaderClassName
{
color: #551A1C;
}
.AnyTagClassName
{
color: #551A1C;
}
</style>
background-color css
<style>
a { background-color: #551A1C; }
a { background-color: rgb(85,26,28); }
div.DivClassName
{
background-color: #551A1C;
}
.BgClassName
{
background-color: #551A1C;
}
</style>
border-color css
<style>
span { border-color: #551A1C; }
span { border-color: rgb(85,26,28); }
td.TdClassName
{
border-color: #551A1C;
}
.TagClassName
{
border-color: #551A1C;
}
</style>