Shades of Cardinal #B11749
Tints of Cardinal #B11749
RGB
CMYK
RGB Variations
Color information
#B11749 (or 0xB11749) is known color: Cardinal. HEX triplet: B1, 17 and 49. RGB value is (177,23,73). Sum of RGB (Red+Green+Blue) = 177+23+73=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B11749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11749 is #4EE8B6. Grayscale: #4A4A4A. Windows color (decimal): -5171383 or 4790193. OLE color: 4790193.
HSL color Cylindrical-coordinate representation of color #B11749: hue angle of 340.52º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11749 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 73 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.31 |
| HSL | 340.52º | 0.77% | 0.39% | - |
| HSV(B) | 340.52º | 0.87% | 0.69% | - |
| XYZ | 19.64 | 10.44 | 7.28 | - |
| YUV | 74.75 | 127.02 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 73 | 0 | 0.87 | 0.59 | 0.31 | 340.52 | 0.77 | 0.39 |
| Hex | B1 | 17 | 49 | 0 | 57 | 3B | 1F | 155 | 4D | 27 |
| Octal | 261 | 27 | 111 | 0 | 127 | 73 | 37 | 525 | 115 | 47 |
| Binary | 10110001 | 10111 | 1001001 | 0 | 1010111 | 111011 | 11111 | 101010101 | 1001101 | 100111 |
Color Harmonies of #B11749
Complementary color
Monochromatic Colors of #B11749
Black with #B11749
Text Example
Text Example
White with #B11749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11749; }
p { color: rgb(177,23,73); }
H1.HeaderClassName
{
color: #B11749;
}
.AnyTagClassName
{
color: #B11749;
}
</style>
background-color css
<style>
a { background-color: #B11749; }
a { background-color: rgb(177,23,73); }
div.DivClassName
{
background-color: #B11749;
}
.BgClassName
{
background-color: #B11749;
}
</style>
border-color css
<style>
span { border-color: #B11749; }
span { border-color: rgb(177,23,73); }
td.TdClassName
{
border-color: #B11749;
}
.TagClassName
{
border-color: #B11749;
}
</style>