Shades of Cardinal #BB1143
Tints of Cardinal #BB1143
RGB
CMYK
RGB Variations
Color information
#BB1143 (or 0xBB1143) is known color: Cardinal. HEX triplet: BB, 11 and 43. RGB value is (187,17,67). Sum of RGB (Red+Green+Blue) = 187+17+67=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1143 is #44EEBC. Grayscale: #494949. Windows color (decimal): -4517565 or 4395451. OLE color: 4395451.
HSL color Cylindrical-coordinate representation of color #BB1143: hue angle of 342.35º 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 #BB1143 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 67 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.27 |
| HSL | 342.35º | 0.83% | 0.4% | - |
| HSV(B) | 342.35º | 0.91% | 0.73% | - |
| XYZ | 21.71 | 11.37 | 6.36 | - |
| YUV | 73.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 67 | 0 | 0.91 | 0.64 | 0.27 | 342.35 | 0.83 | 0.4 |
| Hex | BB | 11 | 43 | 0 | 5B | 40 | 1B | 156 | 53 | 28 |
| Octal | 273 | 21 | 103 | 0 | 133 | 100 | 33 | 526 | 123 | 50 |
| Binary | 10111011 | 10001 | 1000011 | 0 | 1011011 | 1000000 | 11011 | 101010110 | 1010011 | 101000 |
Color Harmonies of #BB1143
Complementary color
Monochromatic Colors of #BB1143
Black with #BB1143
Text Example
Text Example
White with #BB1143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1143; }
p { color: rgb(187,17,67); }
H1.HeaderClassName
{
color: #BB1143;
}
.AnyTagClassName
{
color: #BB1143;
}
</style>
background-color css
<style>
a { background-color: #BB1143; }
a { background-color: rgb(187,17,67); }
div.DivClassName
{
background-color: #BB1143;
}
.BgClassName
{
background-color: #BB1143;
}
</style>
border-color css
<style>
span { border-color: #BB1143; }
span { border-color: rgb(187,17,67); }
td.TdClassName
{
border-color: #BB1143;
}
.TagClassName
{
border-color: #BB1143;
}
</style>