Shades of Cardinal #B11449
Tints of Cardinal #B11449
RGB
CMYK
RGB Variations
Color information
#B11449 (or 0xB11449) is known color: Cardinal. HEX triplet: B1, 14 and 49. RGB value is (177,20,73). Sum of RGB (Red+Green+Blue) = 177+20+73=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B11449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11449 is #4EEBB6. Grayscale: #484848. Windows color (decimal): -5172151 or 4789425. OLE color: 4789425.
HSL color Cylindrical-coordinate representation of color #B11449: hue angle of 339.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11449 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 73 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.31 |
| HSL | 339.75º | 0.8% | 0.39% | - |
| HSV(B) | 339.75º | 0.89% | 0.69% | - |
| XYZ | 19.58 | 10.33 | 7.26 | - |
| YUV | 72.99 | 128.01 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 73 | 0 | 0.89 | 0.59 | 0.31 | 339.75 | 0.8 | 0.39 |
| Hex | B1 | 14 | 49 | 0 | 59 | 3B | 1F | 154 | 50 | 27 |
| Octal | 261 | 24 | 111 | 0 | 131 | 73 | 37 | 524 | 120 | 47 |
| Binary | 10110001 | 10100 | 1001001 | 0 | 1011001 | 111011 | 11111 | 101010100 | 1010000 | 100111 |
Color Harmonies of #B11449
Complementary color
Monochromatic Colors of #B11449
Black with #B11449
Text Example
Text Example
White with #B11449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11449; }
p { color: rgb(177,20,73); }
H1.HeaderClassName
{
color: #B11449;
}
.AnyTagClassName
{
color: #B11449;
}
</style>
background-color css
<style>
a { background-color: #B11449; }
a { background-color: rgb(177,20,73); }
div.DivClassName
{
background-color: #B11449;
}
.BgClassName
{
background-color: #B11449;
}
</style>
border-color css
<style>
span { border-color: #B11449; }
span { border-color: rgb(177,20,73); }
td.TdClassName
{
border-color: #B11449;
}
.TagClassName
{
border-color: #B11449;
}
</style>