Shades of Cardinal #BB1749
Tints of Cardinal #BB1749
RGB
CMYK
RGB Variations
Color information
#BB1749 (or 0xBB1749) is known color: Cardinal. HEX triplet: BB, 17 and 49. RGB value is (187,23,73). Sum of RGB (Red+Green+Blue) = 187+23+73=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1749 is #44E8B6. Grayscale: #4D4D4D. Windows color (decimal): -4516023 or 4790203. OLE color: 4790203.
HSL color Cylindrical-coordinate representation of color #BB1749: hue angle of 341.71º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1749 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 73 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.27 |
| HSL | 341.71º | 0.78% | 0.41% | - |
| HSV(B) | 341.71º | 0.88% | 0.73% | - |
| XYZ | 22 | 11.66 | 7.39 | - |
| YUV | 77.74 | 125.33 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 73 | 0 | 0.88 | 0.61 | 0.27 | 341.71 | 0.78 | 0.41 |
| Hex | BB | 17 | 49 | 0 | 58 | 3D | 1B | 156 | 4E | 29 |
| Octal | 273 | 27 | 111 | 0 | 130 | 75 | 33 | 526 | 116 | 51 |
| Binary | 10111011 | 10111 | 1001001 | 0 | 1011000 | 111101 | 11011 | 101010110 | 1001110 | 101001 |
Color Harmonies of #BB1749
Complementary color
Monochromatic Colors of #BB1749
Black with #BB1749
Text Example
Text Example
White with #BB1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1749; }
p { color: rgb(187,23,73); }
H1.HeaderClassName
{
color: #BB1749;
}
.AnyTagClassName
{
color: #BB1749;
}
</style>
background-color css
<style>
a { background-color: #BB1749; }
a { background-color: rgb(187,23,73); }
div.DivClassName
{
background-color: #BB1749;
}
.BgClassName
{
background-color: #BB1749;
}
</style>
border-color css
<style>
span { border-color: #BB1749; }
span { border-color: rgb(187,23,73); }
td.TdClassName
{
border-color: #BB1749;
}
.TagClassName
{
border-color: #BB1749;
}
</style>