Shades of Cardinal #BB1B41
Tints of Cardinal #BB1B41
RGB
CMYK
RGB Variations
Color information
#BB1B41 (or 0xBB1B41) is known color: Cardinal. HEX triplet: BB, 1B and 41. RGB value is (187,27,65). Sum of RGB (Red+Green+Blue) = 187+27+65=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1B41 is #44E4BE. Grayscale: #4F4F4F. Windows color (decimal): -4515007 or 4266939. OLE color: 4266939.
HSL color Cylindrical-coordinate representation of color #BB1B41: hue angle of 345.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B41 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 65 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.27 |
| HSL | 345.75º | 0.75% | 0.42% | - |
| HSV(B) | 345.75º | 0.86% | 0.73% | - |
| XYZ | 21.84 | 11.73 | 6.11 | - |
| YUV | 79.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 65 | 0 | 0.86 | 0.65 | 0.27 | 345.75 | 0.75 | 0.42 |
| Hex | BB | 1B | 41 | 0 | 56 | 41 | 1B | 15A | 4B | 2A |
| Octal | 273 | 33 | 101 | 0 | 126 | 101 | 33 | 532 | 113 | 52 |
| Binary | 10111011 | 11011 | 1000001 | 0 | 1010110 | 1000001 | 11011 | 101011010 | 1001011 | 101010 |
Color Harmonies of #BB1B41
Complementary color
Monochromatic Colors of #BB1B41
Black with #BB1B41
Text Example
Text Example
White with #BB1B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B41; }
p { color: rgb(187,27,65); }
H1.HeaderClassName
{
color: #BB1B41;
}
.AnyTagClassName
{
color: #BB1B41;
}
</style>
background-color css
<style>
a { background-color: #BB1B41; }
a { background-color: rgb(187,27,65); }
div.DivClassName
{
background-color: #BB1B41;
}
.BgClassName
{
background-color: #BB1B41;
}
</style>
border-color css
<style>
span { border-color: #BB1B41; }
span { border-color: rgb(187,27,65); }
td.TdClassName
{
border-color: #BB1B41;
}
.TagClassName
{
border-color: #BB1B41;
}
</style>