Shades of Cardinal #BB163B
Tints of Cardinal #BB163B
RGB
CMYK
RGB Variations
Color information
#BB163B (or 0xBB163B) is known color: Cardinal. HEX triplet: BB, 16 and 3B. RGB value is (187,22,59). Sum of RGB (Red+Green+Blue) = 187+22+59=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB163B is #44E9C4. Grayscale: #4B4B4B. Windows color (decimal): -4516293 or 3872443. OLE color: 3872443.
HSL color Cylindrical-coordinate representation of color #BB163B: hue angle of 346.55º degrees, saturation: 0.79, 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 #BB163B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 59 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.27 |
| HSL | 346.55º | 0.79% | 0.41% | - |
| HSV(B) | 346.55º | 0.88% | 0.73% | - |
| XYZ | 21.57 | 11.45 | 5.21 | - |
| YUV | 75.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 59 | 0 | 0.88 | 0.68 | 0.27 | 346.55 | 0.79 | 0.41 |
| Hex | BB | 16 | 3B | 0 | 58 | 44 | 1B | 15B | 4F | 29 |
| Octal | 273 | 26 | 73 | 0 | 130 | 104 | 33 | 533 | 117 | 51 |
| Binary | 10111011 | 10110 | 111011 | 0 | 1011000 | 1000100 | 11011 | 101011011 | 1001111 | 101001 |
Color Harmonies of #BB163B
Complementary color
Monochromatic Colors of #BB163B
Black with #BB163B
Text Example
Text Example
White with #BB163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB163B; }
p { color: rgb(187,22,59); }
H1.HeaderClassName
{
color: #BB163B;
}
.AnyTagClassName
{
color: #BB163B;
}
</style>
background-color css
<style>
a { background-color: #BB163B; }
a { background-color: rgb(187,22,59); }
div.DivClassName
{
background-color: #BB163B;
}
.BgClassName
{
background-color: #BB163B;
}
</style>
border-color css
<style>
span { border-color: #BB163B; }
span { border-color: rgb(187,22,59); }
td.TdClassName
{
border-color: #BB163B;
}
.TagClassName
{
border-color: #BB163B;
}
</style>