Shades of Cardinal #BB173F
Tints of Cardinal #BB173F
RGB
CMYK
RGB Variations
Color information
#BB173F (or 0xBB173F) is known color: Cardinal. HEX triplet: BB, 17 and 3F. RGB value is (187,23,63). Sum of RGB (Red+Green+Blue) = 187+23+63=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB173F is #44E8C0. Grayscale: #4C4C4C. Windows color (decimal): -4516033 or 4134843. OLE color: 4134843.
HSL color Cylindrical-coordinate representation of color #BB173F: hue angle of 345.37º 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 #BB173F is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 63 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.27 |
| HSL | 345.37º | 0.78% | 0.41% | - |
| HSV(B) | 345.37º | 0.88% | 0.73% | - |
| XYZ | 21.7 | 11.54 | 5.79 | - |
| YUV | 76.6 | 120.33 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 63 | 0 | 0.88 | 0.66 | 0.27 | 345.37 | 0.78 | 0.41 |
| Hex | BB | 17 | 3F | 0 | 58 | 42 | 1B | 159 | 4E | 29 |
| Octal | 273 | 27 | 77 | 0 | 130 | 102 | 33 | 531 | 116 | 51 |
| Binary | 10111011 | 10111 | 111111 | 0 | 1011000 | 1000010 | 11011 | 101011001 | 1001110 | 101001 |
Color Harmonies of #BB173F
Complementary color
Monochromatic Colors of #BB173F
Black with #BB173F
Text Example
Text Example
White with #BB173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB173F; }
p { color: rgb(187,23,63); }
H1.HeaderClassName
{
color: #BB173F;
}
.AnyTagClassName
{
color: #BB173F;
}
</style>
background-color css
<style>
a { background-color: #BB173F; }
a { background-color: rgb(187,23,63); }
div.DivClassName
{
background-color: #BB173F;
}
.BgClassName
{
background-color: #BB173F;
}
</style>
border-color css
<style>
span { border-color: #BB173F; }
span { border-color: rgb(187,23,63); }
td.TdClassName
{
border-color: #BB173F;
}
.TagClassName
{
border-color: #BB173F;
}
</style>