Shades of Cardinal #BB1741
Tints of Cardinal #BB1741
RGB
CMYK
RGB Variations
Color information
#BB1741 (or 0xBB1741) is known color: Cardinal. HEX triplet: BB, 17 and 41. RGB value is (187,23,65). Sum of RGB (Red+Green+Blue) = 187+23+65=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1741 is #44E8BE. Grayscale: #4C4C4C. Windows color (decimal): -4516031 or 4265915. OLE color: 4265915.
HSL color Cylindrical-coordinate representation of color #BB1741: hue angle of 344.63º 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 #BB1741 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 65 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.27 |
| HSL | 344.63º | 0.78% | 0.41% | - |
| HSV(B) | 344.63º | 0.88% | 0.73% | - |
| XYZ | 21.75 | 11.56 | 6.09 | - |
| YUV | 76.82 | 121.33 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 65 | 0 | 0.88 | 0.65 | 0.27 | 344.63 | 0.78 | 0.41 |
| Hex | BB | 17 | 41 | 0 | 58 | 41 | 1B | 159 | 4E | 29 |
| Octal | 273 | 27 | 101 | 0 | 130 | 101 | 33 | 531 | 116 | 51 |
| Binary | 10111011 | 10111 | 1000001 | 0 | 1011000 | 1000001 | 11011 | 101011001 | 1001110 | 101001 |
Color Harmonies of #BB1741
Complementary color
Monochromatic Colors of #BB1741
Black with #BB1741
Text Example
Text Example
White with #BB1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1741; }
p { color: rgb(187,23,65); }
H1.HeaderClassName
{
color: #BB1741;
}
.AnyTagClassName
{
color: #BB1741;
}
</style>
background-color css
<style>
a { background-color: #BB1741; }
a { background-color: rgb(187,23,65); }
div.DivClassName
{
background-color: #BB1741;
}
.BgClassName
{
background-color: #BB1741;
}
</style>
border-color css
<style>
span { border-color: #BB1741; }
span { border-color: rgb(187,23,65); }
td.TdClassName
{
border-color: #BB1741;
}
.TagClassName
{
border-color: #BB1741;
}
</style>