Shades of Cardinal #BB173B
Tints of Cardinal #BB173B
RGB
CMYK
RGB Variations
Color information
#BB173B (or 0xBB173B) is known color: Cardinal. HEX triplet: BB, 17 and 3B. RGB value is (187,23,59). Sum of RGB (Red+Green+Blue) = 187+23+59=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB173B is #44E8C4. Grayscale: #4C4C4C. Windows color (decimal): -4516037 or 3872699. OLE color: 3872699.
HSL color Cylindrical-coordinate representation of color #BB173B: hue angle of 346.83º 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 #BB173B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 59 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.27 |
| HSL | 346.83º | 0.78% | 0.41% | - |
| HSV(B) | 346.83º | 0.88% | 0.73% | - |
| XYZ | 21.59 | 11.49 | 5.22 | - |
| YUV | 76.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 59 | 0 | 0.88 | 0.68 | 0.27 | 346.83 | 0.78 | 0.41 |
| Hex | BB | 17 | 3B | 0 | 58 | 44 | 1B | 15B | 4E | 29 |
| Octal | 273 | 27 | 73 | 0 | 130 | 104 | 33 | 533 | 116 | 51 |
| Binary | 10111011 | 10111 | 111011 | 0 | 1011000 | 1000100 | 11011 | 101011011 | 1001110 | 101001 |
Color Harmonies of #BB173B
Complementary color
Monochromatic Colors of #BB173B
Black with #BB173B
Text Example
Text Example
White with #BB173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB173B; }
p { color: rgb(187,23,59); }
H1.HeaderClassName
{
color: #BB173B;
}
.AnyTagClassName
{
color: #BB173B;
}
</style>
background-color css
<style>
a { background-color: #BB173B; }
a { background-color: rgb(187,23,59); }
div.DivClassName
{
background-color: #BB173B;
}
.BgClassName
{
background-color: #BB173B;
}
</style>
border-color css
<style>
span { border-color: #BB173B; }
span { border-color: rgb(187,23,59); }
td.TdClassName
{
border-color: #BB173B;
}
.TagClassName
{
border-color: #BB173B;
}
</style>