Shades of Cardinal #B11228
Tints of Cardinal #B11228
RGB
CMYK
RGB Variations
Color information
#B11228 (or 0xB11228) is known color: Cardinal. HEX triplet: B1, 12 and 28. RGB value is (177,18,40). Sum of RGB (Red+Green+Blue) = 177+18+40=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B11228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11228 is #4EEDD7. Grayscale: #444444. Windows color (decimal): -5172696 or 2626225. OLE color: 2626225.
HSL color Cylindrical-coordinate representation of color #B11228: hue angle of 351.7º 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 #B11228 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 40 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.31 |
| HSL | 351.7º | 0.82% | 0.38% | - |
| HSV(B) | 351.7º | 0.9% | 0.69% | - |
| XYZ | 18.73 | 9.93 | 2.94 | - |
| YUV | 68.05 | 112.18 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 40 | 0 | 0.90 | 0.77 | 0.31 | 351.7 | 0.82 | 0.38 |
| Hex | B1 | 12 | 28 | 0 | 5A | 4D | 1F | 160 | 52 | 26 |
| Octal | 261 | 22 | 50 | 0 | 132 | 115 | 37 | 540 | 122 | 46 |
| Binary | 10110001 | 10010 | 101000 | 0 | 1011010 | 1001101 | 11111 | 101100000 | 1010010 | 100110 |
Color Harmonies of #B11228
Complementary color
Monochromatic Colors of #B11228
Black with #B11228
Text Example
Text Example
White with #B11228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11228; }
p { color: rgb(177,18,40); }
H1.HeaderClassName
{
color: #B11228;
}
.AnyTagClassName
{
color: #B11228;
}
</style>
background-color css
<style>
a { background-color: #B11228; }
a { background-color: rgb(177,18,40); }
div.DivClassName
{
background-color: #B11228;
}
.BgClassName
{
background-color: #B11228;
}
</style>
border-color css
<style>
span { border-color: #B11228; }
span { border-color: rgb(177,18,40); }
td.TdClassName
{
border-color: #B11228;
}
.TagClassName
{
border-color: #B11228;
}
</style>