Shades of Cardinal #BB1343
Tints of Cardinal #BB1343
RGB
CMYK
RGB Variations
Color information
#BB1343 (or 0xBB1343) is known color: Cardinal. HEX triplet: BB, 13 and 43. RGB value is (187,19,67). Sum of RGB (Red+Green+Blue) = 187+19+67=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1343 is #44ECBC. Grayscale: #4A4A4A. Windows color (decimal): -4517053 or 4395963. OLE color: 4395963.
HSL color Cylindrical-coordinate representation of color #BB1343: hue angle of 342.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1343 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 67 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.27 |
| HSL | 342.86º | 0.82% | 0.4% | - |
| HSV(B) | 342.86º | 0.9% | 0.73% | - |
| XYZ | 21.74 | 11.44 | 6.37 | - |
| YUV | 74.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 67 | 0 | 0.90 | 0.64 | 0.27 | 342.86 | 0.82 | 0.4 |
| Hex | BB | 13 | 43 | 0 | 5A | 40 | 1B | 157 | 52 | 28 |
| Octal | 273 | 23 | 103 | 0 | 132 | 100 | 33 | 527 | 122 | 50 |
| Binary | 10111011 | 10011 | 1000011 | 0 | 1011010 | 1000000 | 11011 | 101010111 | 1010010 | 101000 |
Color Harmonies of #BB1343
Complementary color
Monochromatic Colors of #BB1343
Black with #BB1343
Text Example
Text Example
White with #BB1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1343; }
p { color: rgb(187,19,67); }
H1.HeaderClassName
{
color: #BB1343;
}
.AnyTagClassName
{
color: #BB1343;
}
</style>
background-color css
<style>
a { background-color: #BB1343; }
a { background-color: rgb(187,19,67); }
div.DivClassName
{
background-color: #BB1343;
}
.BgClassName
{
background-color: #BB1343;
}
</style>
border-color css
<style>
span { border-color: #BB1343; }
span { border-color: rgb(187,19,67); }
td.TdClassName
{
border-color: #BB1343;
}
.TagClassName
{
border-color: #BB1343;
}
</style>