Shades of Cardinal #BB172E
Tints of Cardinal #BB172E
RGB
CMYK
RGB Variations
Color information
#BB172E (or 0xBB172E) is known color: Cardinal. HEX triplet: BB, 17 and 2E. RGB value is (187,23,46). Sum of RGB (Red+Green+Blue) = 187+23+46=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB172E is #44E8D1. Grayscale: #4A4A4A. Windows color (decimal): -4516050 or 3020731. OLE color: 3020731.
HSL color Cylindrical-coordinate representation of color #BB172E: hue angle of 351.59º 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 #BB172E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 46 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.27 |
| HSL | 351.59º | 0.78% | 0.41% | - |
| HSV(B) | 351.59º | 0.88% | 0.73% | - |
| XYZ | 21.29 | 11.37 | 3.66 | - |
| YUV | 74.66 | 111.83 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 46 | 0 | 0.88 | 0.75 | 0.27 | 351.59 | 0.78 | 0.41 |
| Hex | BB | 17 | 2E | 0 | 58 | 4B | 1B | 160 | 4E | 29 |
| Octal | 273 | 27 | 56 | 0 | 130 | 113 | 33 | 540 | 116 | 51 |
| Binary | 10111011 | 10111 | 101110 | 0 | 1011000 | 1001011 | 11011 | 101100000 | 1001110 | 101001 |
Color Harmonies of #BB172E
Complementary color
Monochromatic Colors of #BB172E
Black with #BB172E
Text Example
Text Example
White with #BB172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB172E; }
p { color: rgb(187,23,46); }
H1.HeaderClassName
{
color: #BB172E;
}
.AnyTagClassName
{
color: #BB172E;
}
</style>
background-color css
<style>
a { background-color: #BB172E; }
a { background-color: rgb(187,23,46); }
div.DivClassName
{
background-color: #BB172E;
}
.BgClassName
{
background-color: #BB172E;
}
</style>
border-color css
<style>
span { border-color: #BB172E; }
span { border-color: rgb(187,23,46); }
td.TdClassName
{
border-color: #BB172E;
}
.TagClassName
{
border-color: #BB172E;
}
</style>