Shades of Crail #B1553F
Tints of Crail #B1553F
RGB
CMYK
RGB Variations
Color information
#B1553F (or 0xB1553F) is known color: Crail. HEX triplet: B1, 55 and 3F. RGB value is (177,85,63). Sum of RGB (Red+Green+Blue) = 177+85+63=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1553F is #4EAAC0. Grayscale: #6E6E6E. Windows color (decimal): -5155521 or 4150705. OLE color: 4150705.
HSL color Cylindrical-coordinate representation of color #B1553F: hue angle of 11.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1553F is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 63 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.31 |
| HSL | 11.58º | 0.48% | 0.47% | - |
| HSV(B) | 11.58º | 0.64% | 0.69% | - |
| XYZ | 22.28 | 16.2 | 6.66 | - |
| YUV | 110 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 63 | 0 | 0.52 | 0.64 | 0.31 | 11.58 | 0.48 | 0.47 |
| Hex | B1 | 55 | 3F | 0 | 34 | 40 | 1F | C | 30 | 2F |
| Octal | 261 | 125 | 77 | 0 | 64 | 100 | 37 | 14 | 60 | 57 |
| Binary | 10110001 | 1010101 | 111111 | 0 | 110100 | 1000000 | 11111 | 1100 | 110000 | 101111 |
Color Harmonies of #B1553F
Complementary color
Monochromatic Colors of #B1553F
Black with #B1553F
Text Example
Text Example
White with #B1553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1553F; }
p { color: rgb(177,85,63); }
H1.HeaderClassName
{
color: #B1553F;
}
.AnyTagClassName
{
color: #B1553F;
}
</style>
background-color css
<style>
a { background-color: #B1553F; }
a { background-color: rgb(177,85,63); }
div.DivClassName
{
background-color: #B1553F;
}
.BgClassName
{
background-color: #B1553F;
}
</style>
border-color css
<style>
span { border-color: #B1553F; }
span { border-color: rgb(177,85,63); }
td.TdClassName
{
border-color: #B1553F;
}
.TagClassName
{
border-color: #B1553F;
}
</style>