Shades of Cardinal #BB1543
Tints of Cardinal #BB1543
RGB
CMYK
RGB Variations
Color information
#BB1543 (or 0xBB1543) is known color: Cardinal. HEX triplet: BB, 15 and 43. RGB value is (187,21,67). Sum of RGB (Red+Green+Blue) = 187+21+67=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1543 is #44EABC. Grayscale: #4B4B4B. Windows color (decimal): -4516541 or 4396475. OLE color: 4396475.
HSL color Cylindrical-coordinate representation of color #BB1543: hue angle of 343.37º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1543 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 67 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.27 |
| HSL | 343.37º | 0.8% | 0.41% | - |
| HSV(B) | 343.37º | 0.89% | 0.73% | - |
| XYZ | 21.77 | 11.51 | 6.38 | - |
| YUV | 75.88 | 123 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 67 | 0 | 0.89 | 0.64 | 0.27 | 343.37 | 0.8 | 0.41 |
| Hex | BB | 15 | 43 | 0 | 59 | 40 | 1B | 157 | 50 | 29 |
| Octal | 273 | 25 | 103 | 0 | 131 | 100 | 33 | 527 | 120 | 51 |
| Binary | 10111011 | 10101 | 1000011 | 0 | 1011001 | 1000000 | 11011 | 101010111 | 1010000 | 101001 |
Color Harmonies of #BB1543
Complementary color
Monochromatic Colors of #BB1543
Black with #BB1543
Text Example
Text Example
White with #BB1543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1543; }
p { color: rgb(187,21,67); }
H1.HeaderClassName
{
color: #BB1543;
}
.AnyTagClassName
{
color: #BB1543;
}
</style>
background-color css
<style>
a { background-color: #BB1543; }
a { background-color: rgb(187,21,67); }
div.DivClassName
{
background-color: #BB1543;
}
.BgClassName
{
background-color: #BB1543;
}
</style>
border-color css
<style>
span { border-color: #BB1543; }
span { border-color: rgb(187,21,67); }
td.TdClassName
{
border-color: #BB1543;
}
.TagClassName
{
border-color: #BB1543;
}
</style>