Shades of Crail #B0543F
Tints of Crail #B0543F
RGB
CMYK
RGB Variations
Color information
#B0543F (or 0xB0543F) is known color: Crail. HEX triplet: B0, 54 and 3F. RGB value is (176,84,63). Sum of RGB (Red+Green+Blue) = 176+84+63=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0543F is #4FABC0. Grayscale: #6D6D6D. Windows color (decimal): -5221313 or 4150448. OLE color: 4150448.
HSL color Cylindrical-coordinate representation of color #B0543F: hue angle of 11.15º 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 #B0543F is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 63 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.31 |
| HSL | 11.15º | 0.47% | 0.47% | - |
| HSV(B) | 11.15º | 0.64% | 0.69% | - |
| XYZ | 21.97 | 15.93 | 6.62 | - |
| YUV | 109.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 63 | 0 | 0.52 | 0.64 | 0.31 | 11.15 | 0.47 | 0.47 |
| Hex | B0 | 54 | 3F | 0 | 34 | 40 | 1F | B | 2F | 2F |
| Octal | 260 | 124 | 77 | 0 | 64 | 100 | 37 | 13 | 57 | 57 |
| Binary | 10110000 | 1010100 | 111111 | 0 | 110100 | 1000000 | 11111 | 1011 | 101111 | 101111 |
Color Harmonies of #B0543F
Complementary color
Monochromatic Colors of #B0543F
Black with #B0543F
Text Example
Text Example
White with #B0543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0543F; }
p { color: rgb(176,84,63); }
H1.HeaderClassName
{
color: #B0543F;
}
.AnyTagClassName
{
color: #B0543F;
}
</style>
background-color css
<style>
a { background-color: #B0543F; }
a { background-color: rgb(176,84,63); }
div.DivClassName
{
background-color: #B0543F;
}
.BgClassName
{
background-color: #B0543F;
}
</style>
border-color css
<style>
span { border-color: #B0543F; }
span { border-color: rgb(176,84,63); }
td.TdClassName
{
border-color: #B0543F;
}
.TagClassName
{
border-color: #B0543F;
}
</style>