Shades of Cardinal #B11329
Tints of Cardinal #B11329
RGB
CMYK
RGB Variations
Color information
#B11329 (or 0xB11329) is known color: Cardinal. HEX triplet: B1, 13 and 29. RGB value is (177,19,41). Sum of RGB (Red+Green+Blue) = 177+19+41=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B11329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11329 is #4EECD6. Grayscale: #444444. Windows color (decimal): -5172439 or 2692017. OLE color: 2692017.
HSL color Cylindrical-coordinate representation of color #B11329: hue angle of 351.65º 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 #B11329 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 41 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.31 |
| HSL | 351.65º | 0.81% | 0.38% | - |
| HSV(B) | 351.65º | 0.89% | 0.69% | - |
| XYZ | 18.76 | 9.97 | 3.03 | - |
| YUV | 68.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 41 | 0 | 0.89 | 0.77 | 0.31 | 351.65 | 0.81 | 0.38 |
| Hex | B1 | 13 | 29 | 0 | 59 | 4D | 1F | 160 | 51 | 26 |
| Octal | 261 | 23 | 51 | 0 | 131 | 115 | 37 | 540 | 121 | 46 |
| Binary | 10110001 | 10011 | 101001 | 0 | 1011001 | 1001101 | 11111 | 101100000 | 1010001 | 100110 |
Color Harmonies of #B11329
Complementary color
Monochromatic Colors of #B11329
Black with #B11329
Text Example
Text Example
White with #B11329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11329; }
p { color: rgb(177,19,41); }
H1.HeaderClassName
{
color: #B11329;
}
.AnyTagClassName
{
color: #B11329;
}
</style>
background-color css
<style>
a { background-color: #B11329; }
a { background-color: rgb(177,19,41); }
div.DivClassName
{
background-color: #B11329;
}
.BgClassName
{
background-color: #B11329;
}
</style>
border-color css
<style>
span { border-color: #B11329; }
span { border-color: rgb(177,19,41); }
td.TdClassName
{
border-color: #B11329;
}
.TagClassName
{
border-color: #B11329;
}
</style>