Shades of Cardinal #BB1740
Tints of Cardinal #BB1740
RGB
CMYK
RGB Variations
Color information
#BB1740 (or 0xBB1740) is known color: Cardinal. HEX triplet: BB, 17 and 40. RGB value is (187,23,64). Sum of RGB (Red+Green+Blue) = 187+23+64=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1740 is #44E8BF. Grayscale: #4C4C4C. Windows color (decimal): -4516032 or 4200379. OLE color: 4200379.
HSL color Cylindrical-coordinate representation of color #BB1740: hue angle of 345º degrees, saturation: 0.78, 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 #BB1740 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 64 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.27 |
| HSL | 345º | 0.78% | 0.41% | - |
| HSV(B) | 345º | 0.88% | 0.73% | - |
| XYZ | 21.73 | 11.55 | 5.93 | - |
| YUV | 76.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 64 | 0 | 0.88 | 0.66 | 0.27 | 345 | 0.78 | 0.41 |
| Hex | BB | 17 | 40 | 0 | 58 | 42 | 1B | 159 | 4E | 29 |
| Octal | 273 | 27 | 100 | 0 | 130 | 102 | 33 | 531 | 116 | 51 |
| Binary | 10111011 | 10111 | 1000000 | 0 | 1011000 | 1000010 | 11011 | 101011001 | 1001110 | 101001 |
Color Harmonies of #BB1740
Complementary color
Monochromatic Colors of #BB1740
Black with #BB1740
Text Example
Text Example
White with #BB1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1740; }
p { color: rgb(187,23,64); }
H1.HeaderClassName
{
color: #BB1740;
}
.AnyTagClassName
{
color: #BB1740;
}
</style>
background-color css
<style>
a { background-color: #BB1740; }
a { background-color: rgb(187,23,64); }
div.DivClassName
{
background-color: #BB1740;
}
.BgClassName
{
background-color: #BB1740;
}
</style>
border-color css
<style>
span { border-color: #BB1740; }
span { border-color: rgb(187,23,64); }
td.TdClassName
{
border-color: #BB1740;
}
.TagClassName
{
border-color: #BB1740;
}
</style>