Shades of Cardinal #B11236
Tints of Cardinal #B11236
RGB
CMYK
RGB Variations
Color information
#B11236 (or 0xB11236) is known color: Cardinal. HEX triplet: B1, 12 and 36. RGB value is (177,18,54). Sum of RGB (Red+Green+Blue) = 177+18+54=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B11236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11236 is #4EEDC9. Grayscale: #454545. Windows color (decimal): -5172682 or 3543729. OLE color: 3543729.
HSL color Cylindrical-coordinate representation of color #B11236: hue angle of 346.42º 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 #B11236 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 54 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.31 |
| HSL | 346.42º | 0.82% | 0.38% | - |
| HSV(B) | 346.42º | 0.9% | 0.69% | - |
| XYZ | 19.01 | 10.05 | 4.43 | - |
| YUV | 69.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 54 | 0 | 0.90 | 0.69 | 0.31 | 346.42 | 0.82 | 0.38 |
| Hex | B1 | 12 | 36 | 0 | 5A | 45 | 1F | 15A | 52 | 26 |
| Octal | 261 | 22 | 66 | 0 | 132 | 105 | 37 | 532 | 122 | 46 |
| Binary | 10110001 | 10010 | 110110 | 0 | 1011010 | 1000101 | 11111 | 101011010 | 1010010 | 100110 |
Color Harmonies of #B11236
Complementary color
Monochromatic Colors of #B11236
Black with #B11236
Text Example
Text Example
White with #B11236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11236; }
p { color: rgb(177,18,54); }
H1.HeaderClassName
{
color: #B11236;
}
.AnyTagClassName
{
color: #B11236;
}
</style>
background-color css
<style>
a { background-color: #B11236; }
a { background-color: rgb(177,18,54); }
div.DivClassName
{
background-color: #B11236;
}
.BgClassName
{
background-color: #B11236;
}
</style>
border-color css
<style>
span { border-color: #B11236; }
span { border-color: rgb(177,18,54); }
td.TdClassName
{
border-color: #B11236;
}
.TagClassName
{
border-color: #B11236;
}
</style>