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