Shades of Cardinal #BB162C
Tints of Cardinal #BB162C
RGB
CMYK
RGB Variations
Color information
#BB162C (or 0xBB162C) is known color: Cardinal. HEX triplet: BB, 16 and 2C. RGB value is (187,22,44). Sum of RGB (Red+Green+Blue) = 187+22+44=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB162C is #44E9D3. Grayscale: #494949. Windows color (decimal): -4516308 or 2889403. OLE color: 2889403.
HSL color Cylindrical-coordinate representation of color #BB162C: hue angle of 352º 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 #BB162C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 44 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.27 |
| HSL | 352º | 0.79% | 0.41% | - |
| HSV(B) | 352º | 0.88% | 0.73% | - |
| XYZ | 21.24 | 11.32 | 3.45 | - |
| YUV | 73.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 44 | 0 | 0.88 | 0.76 | 0.27 | 352 | 0.79 | 0.41 |
| Hex | BB | 16 | 2C | 0 | 58 | 4C | 1B | 160 | 4F | 29 |
| Octal | 273 | 26 | 54 | 0 | 130 | 114 | 33 | 540 | 117 | 51 |
| Binary | 10111011 | 10110 | 101100 | 0 | 1011000 | 1001100 | 11011 | 101100000 | 1001111 | 101001 |
Color Harmonies of #BB162C
Complementary color
Monochromatic Colors of #BB162C
Black with #BB162C
Text Example
Text Example
White with #BB162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB162C; }
p { color: rgb(187,22,44); }
H1.HeaderClassName
{
color: #BB162C;
}
.AnyTagClassName
{
color: #BB162C;
}
</style>
background-color css
<style>
a { background-color: #BB162C; }
a { background-color: rgb(187,22,44); }
div.DivClassName
{
background-color: #BB162C;
}
.BgClassName
{
background-color: #BB162C;
}
</style>
border-color css
<style>
span { border-color: #BB162C; }
span { border-color: rgb(187,22,44); }
td.TdClassName
{
border-color: #BB162C;
}
.TagClassName
{
border-color: #BB162C;
}
</style>