Shades of Cardinal #B11348
Tints of Cardinal #B11348
RGB
CMYK
RGB Variations
Color information
#B11348 (or 0xB11348) is known color: Cardinal. HEX triplet: B1, 13 and 48. RGB value is (177,19,72). Sum of RGB (Red+Green+Blue) = 177+19+72=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B11348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11348 is #4EECB7. Grayscale: #484848. Windows color (decimal): -5172408 or 4723633. OLE color: 4723633.
HSL color Cylindrical-coordinate representation of color #B11348: hue angle of 339.87º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11348 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 72 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.31 |
| HSL | 339.87º | 0.81% | 0.38% | - |
| HSV(B) | 339.87º | 0.89% | 0.69% | - |
| XYZ | 19.53 | 10.28 | 7.09 | - |
| YUV | 72.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 72 | 0 | 0.89 | 0.59 | 0.31 | 339.87 | 0.81 | 0.38 |
| Hex | B1 | 13 | 48 | 0 | 59 | 3B | 1F | 154 | 51 | 26 |
| Octal | 261 | 23 | 110 | 0 | 131 | 73 | 37 | 524 | 121 | 46 |
| Binary | 10110001 | 10011 | 1001000 | 0 | 1011001 | 111011 | 11111 | 101010100 | 1010001 | 100110 |
Color Harmonies of #B11348
Complementary color
Monochromatic Colors of #B11348
Black with #B11348
Text Example
Text Example
White with #B11348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11348; }
p { color: rgb(177,19,72); }
H1.HeaderClassName
{
color: #B11348;
}
.AnyTagClassName
{
color: #B11348;
}
</style>
background-color css
<style>
a { background-color: #B11348; }
a { background-color: rgb(177,19,72); }
div.DivClassName
{
background-color: #B11348;
}
.BgClassName
{
background-color: #B11348;
}
</style>
border-color css
<style>
span { border-color: #B11348; }
span { border-color: rgb(177,19,72); }
td.TdClassName
{
border-color: #B11348;
}
.TagClassName
{
border-color: #B11348;
}
</style>