Shades of Cardinal #BB1147
Tints of Cardinal #BB1147
RGB
CMYK
RGB Variations
Color information
#BB1147 (or 0xBB1147) is known color: Cardinal. HEX triplet: BB, 11 and 47. RGB value is (187,17,71). Sum of RGB (Red+Green+Blue) = 187+17+71=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1147 is #44EEB8. Grayscale: #494949. Windows color (decimal): -4517561 or 4657595. OLE color: 4657595.
HSL color Cylindrical-coordinate representation of color #BB1147: hue angle of 340.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1147 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 71 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.27 |
| HSL | 340.94º | 0.83% | 0.4% | - |
| HSV(B) | 340.94º | 0.91% | 0.73% | - |
| XYZ | 21.83 | 11.42 | 7.01 | - |
| YUV | 73.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 71 | 0 | 0.91 | 0.62 | 0.27 | 340.94 | 0.83 | 0.4 |
| Hex | BB | 11 | 47 | 0 | 5B | 3E | 1B | 155 | 53 | 28 |
| Octal | 273 | 21 | 107 | 0 | 133 | 76 | 33 | 525 | 123 | 50 |
| Binary | 10111011 | 10001 | 1000111 | 0 | 1011011 | 111110 | 11011 | 101010101 | 1010011 | 101000 |
Color Harmonies of #BB1147
Complementary color
Monochromatic Colors of #BB1147
Black with #BB1147
Text Example
Text Example
White with #BB1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1147; }
p { color: rgb(187,17,71); }
H1.HeaderClassName
{
color: #BB1147;
}
.AnyTagClassName
{
color: #BB1147;
}
</style>
background-color css
<style>
a { background-color: #BB1147; }
a { background-color: rgb(187,17,71); }
div.DivClassName
{
background-color: #BB1147;
}
.BgClassName
{
background-color: #BB1147;
}
</style>
border-color css
<style>
span { border-color: #BB1147; }
span { border-color: rgb(187,17,71); }
td.TdClassName
{
border-color: #BB1147;
}
.TagClassName
{
border-color: #BB1147;
}
</style>