Shades of Cardinal #BB172C
Tints of Cardinal #BB172C
RGB
CMYK
RGB Variations
Color information
#BB172C (or 0xBB172C) is known color: Cardinal. HEX triplet: BB, 17 and 2C. RGB value is (187,23,44). Sum of RGB (Red+Green+Blue) = 187+23+44=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB172C is #44E8D3. Grayscale: #4A4A4A. Windows color (decimal): -4516052 or 2889659. OLE color: 2889659.
HSL color Cylindrical-coordinate representation of color #BB172C: hue angle of 352.32º 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 #BB172C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 44 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.27 |
| HSL | 352.32º | 0.78% | 0.41% | - |
| HSV(B) | 352.32º | 0.88% | 0.73% | - |
| XYZ | 21.25 | 11.36 | 3.46 | - |
| YUV | 74.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 44 | 0 | 0.88 | 0.76 | 0.27 | 352.32 | 0.78 | 0.41 |
| Hex | BB | 17 | 2C | 0 | 58 | 4C | 1B | 160 | 4E | 29 |
| Octal | 273 | 27 | 54 | 0 | 130 | 114 | 33 | 540 | 116 | 51 |
| Binary | 10111011 | 10111 | 101100 | 0 | 1011000 | 1001100 | 11011 | 101100000 | 1001110 | 101001 |
Color Harmonies of #BB172C
Complementary color
Monochromatic Colors of #BB172C
Black with #BB172C
Text Example
Text Example
White with #BB172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB172C; }
p { color: rgb(187,23,44); }
H1.HeaderClassName
{
color: #BB172C;
}
.AnyTagClassName
{
color: #BB172C;
}
</style>
background-color css
<style>
a { background-color: #BB172C; }
a { background-color: rgb(187,23,44); }
div.DivClassName
{
background-color: #BB172C;
}
.BgClassName
{
background-color: #BB172C;
}
</style>
border-color css
<style>
span { border-color: #BB172C; }
span { border-color: rgb(187,23,44); }
td.TdClassName
{
border-color: #BB172C;
}
.TagClassName
{
border-color: #BB172C;
}
</style>