Shades of Cardinal #B1122C
Tints of Cardinal #B1122C
RGB
CMYK
RGB Variations
Color information
#B1122C (or 0xB1122C) is known color: Cardinal. HEX triplet: B1, 12 and 2C. RGB value is (177,18,44). Sum of RGB (Red+Green+Blue) = 177+18+44=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B1122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1122C is #4EEDD3. Grayscale: #444444. Windows color (decimal): -5172692 or 2888369. OLE color: 2888369.
HSL color Cylindrical-coordinate representation of color #B1122C: hue angle of 350.19º 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 #B1122C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 44 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.31 |
| HSL | 350.19º | 0.82% | 0.38% | - |
| HSV(B) | 350.19º | 0.9% | 0.69% | - |
| XYZ | 18.8 | 9.96 | 3.31 | - |
| YUV | 68.51 | 114.18 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 44 | 0 | 0.90 | 0.75 | 0.31 | 350.19 | 0.82 | 0.38 |
| Hex | B1 | 12 | 2C | 0 | 5A | 4B | 1F | 15E | 52 | 26 |
| Octal | 261 | 22 | 54 | 0 | 132 | 113 | 37 | 536 | 122 | 46 |
| Binary | 10110001 | 10010 | 101100 | 0 | 1011010 | 1001011 | 11111 | 101011110 | 1010010 | 100110 |
Color Harmonies of #B1122C
Complementary color
Monochromatic Colors of #B1122C
Black with #B1122C
Text Example
Text Example
White with #B1122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1122C; }
p { color: rgb(177,18,44); }
H1.HeaderClassName
{
color: #B1122C;
}
.AnyTagClassName
{
color: #B1122C;
}
</style>
background-color css
<style>
a { background-color: #B1122C; }
a { background-color: rgb(177,18,44); }
div.DivClassName
{
background-color: #B1122C;
}
.BgClassName
{
background-color: #B1122C;
}
</style>
border-color css
<style>
span { border-color: #B1122C; }
span { border-color: rgb(177,18,44); }
td.TdClassName
{
border-color: #B1122C;
}
.TagClassName
{
border-color: #B1122C;
}
</style>