Shades of Cardinal #B11540
Tints of Cardinal #B11540
RGB
CMYK
RGB Variations
Color information
#B11540 (or 0xB11540) is known color: Cardinal. HEX triplet: B1, 15 and 40. RGB value is (177,21,64). Sum of RGB (Red+Green+Blue) = 177+21+64=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B11540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11540 is #4EEABF. Grayscale: #484848. Windows color (decimal): -5171904 or 4199857. OLE color: 4199857.
HSL color Cylindrical-coordinate representation of color #B11540: hue angle of 343.46º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11540 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 64 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.31 |
| HSL | 343.46º | 0.79% | 0.39% | - |
| HSV(B) | 343.46º | 0.88% | 0.69% | - |
| XYZ | 19.33 | 10.25 | 5.81 | - |
| YUV | 72.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 64 | 0 | 0.88 | 0.64 | 0.31 | 343.46 | 0.79 | 0.39 |
| Hex | B1 | 15 | 40 | 0 | 58 | 40 | 1F | 157 | 4F | 27 |
| Octal | 261 | 25 | 100 | 0 | 130 | 100 | 37 | 527 | 117 | 47 |
| Binary | 10110001 | 10101 | 1000000 | 0 | 1011000 | 1000000 | 11111 | 101010111 | 1001111 | 100111 |
Color Harmonies of #B11540
Complementary color
Monochromatic Colors of #B11540
Black with #B11540
Text Example
Text Example
White with #B11540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11540; }
p { color: rgb(177,21,64); }
H1.HeaderClassName
{
color: #B11540;
}
.AnyTagClassName
{
color: #B11540;
}
</style>
background-color css
<style>
a { background-color: #B11540; }
a { background-color: rgb(177,21,64); }
div.DivClassName
{
background-color: #B11540;
}
.BgClassName
{
background-color: #B11540;
}
</style>
border-color css
<style>
span { border-color: #B11540; }
span { border-color: rgb(177,21,64); }
td.TdClassName
{
border-color: #B11540;
}
.TagClassName
{
border-color: #B11540;
}
</style>