Shades of Cardinal #B11237
Tints of Cardinal #B11237
RGB
CMYK
RGB Variations
Color information
#B11237 (or 0xB11237) is known color: Cardinal. HEX triplet: B1, 12 and 37. RGB value is (177,18,55). Sum of RGB (Red+Green+Blue) = 177+18+55=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B11237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11237 is #4EEDC8. Grayscale: #454545. Windows color (decimal): -5172681 or 3609265. OLE color: 3609265.
HSL color Cylindrical-coordinate representation of color #B11237: hue angle of 346.04º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11237 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 55 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.31 |
| HSL | 346.04º | 0.82% | 0.38% | - |
| HSV(B) | 346.04º | 0.9% | 0.69% | - |
| XYZ | 19.04 | 10.06 | 4.55 | - |
| YUV | 69.76 | 119.68 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 55 | 0 | 0.90 | 0.69 | 0.31 | 346.04 | 0.82 | 0.38 |
| Hex | B1 | 12 | 37 | 0 | 5A | 45 | 1F | 15A | 52 | 26 |
| Octal | 261 | 22 | 67 | 0 | 132 | 105 | 37 | 532 | 122 | 46 |
| Binary | 10110001 | 10010 | 110111 | 0 | 1011010 | 1000101 | 11111 | 101011010 | 1010010 | 100110 |
Color Harmonies of #B11237
Complementary color
Monochromatic Colors of #B11237
Black with #B11237
Text Example
Text Example
White with #B11237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11237; }
p { color: rgb(177,18,55); }
H1.HeaderClassName
{
color: #B11237;
}
.AnyTagClassName
{
color: #B11237;
}
</style>
background-color css
<style>
a { background-color: #B11237; }
a { background-color: rgb(177,18,55); }
div.DivClassName
{
background-color: #B11237;
}
.BgClassName
{
background-color: #B11237;
}
</style>
border-color css
<style>
span { border-color: #B11237; }
span { border-color: rgb(177,18,55); }
td.TdClassName
{
border-color: #B11237;
}
.TagClassName
{
border-color: #B11237;
}
</style>