Shades of Cardinal #BB172F
Tints of Cardinal #BB172F
RGB
CMYK
RGB Variations
Color information
#BB172F (or 0xBB172F) is known color: Cardinal. HEX triplet: BB, 17 and 2F. RGB value is (187,23,47). Sum of RGB (Red+Green+Blue) = 187+23+47=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB172F is #44E8D0. Grayscale: #4A4A4A. Windows color (decimal): -4516049 or 3086267. OLE color: 3086267.
HSL color Cylindrical-coordinate representation of color #BB172F: hue angle of 351.22º 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 #BB172F is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 47 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.27 |
| HSL | 351.22º | 0.78% | 0.41% | - |
| HSV(B) | 351.22º | 0.88% | 0.73% | - |
| XYZ | 21.31 | 11.38 | 3.76 | - |
| YUV | 74.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 47 | 0 | 0.88 | 0.75 | 0.27 | 351.22 | 0.78 | 0.41 |
| Hex | BB | 17 | 2F | 0 | 58 | 4B | 1B | 15F | 4E | 29 |
| Octal | 273 | 27 | 57 | 0 | 130 | 113 | 33 | 537 | 116 | 51 |
| Binary | 10111011 | 10111 | 101111 | 0 | 1011000 | 1001011 | 11011 | 101011111 | 1001110 | 101001 |
Color Harmonies of #BB172F
Complementary color
Monochromatic Colors of #BB172F
Black with #BB172F
Text Example
Text Example
White with #BB172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB172F; }
p { color: rgb(187,23,47); }
H1.HeaderClassName
{
color: #BB172F;
}
.AnyTagClassName
{
color: #BB172F;
}
</style>
background-color css
<style>
a { background-color: #BB172F; }
a { background-color: rgb(187,23,47); }
div.DivClassName
{
background-color: #BB172F;
}
.BgClassName
{
background-color: #BB172F;
}
</style>
border-color css
<style>
span { border-color: #BB172F; }
span { border-color: rgb(187,23,47); }
td.TdClassName
{
border-color: #BB172F;
}
.TagClassName
{
border-color: #BB172F;
}
</style>