Shades of Cardinal #BB1C41
Tints of Cardinal #BB1C41
RGB
CMYK
RGB Variations
Color information
#BB1C41 (or 0xBB1C41) is known color: Cardinal. HEX triplet: BB, 1C and 41. RGB value is (187,28,65). Sum of RGB (Red+Green+Blue) = 187+28+65=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1C41 is #44E3BE. Grayscale: #4F4F4F. Windows color (decimal): -4514751 or 4267195. OLE color: 4267195.
HSL color Cylindrical-coordinate representation of color #BB1C41: hue angle of 346.04º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1C41 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 65 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.27 |
| HSL | 346.04º | 0.74% | 0.42% | - |
| HSV(B) | 346.04º | 0.85% | 0.73% | - |
| XYZ | 21.86 | 11.78 | 6.12 | - |
| YUV | 79.76 | 119.68 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 65 | 0 | 0.85 | 0.65 | 0.27 | 346.04 | 0.74 | 0.42 |
| Hex | BB | 1C | 41 | 0 | 55 | 41 | 1B | 15A | 4A | 2A |
| Octal | 273 | 34 | 101 | 0 | 125 | 101 | 33 | 532 | 112 | 52 |
| Binary | 10111011 | 11100 | 1000001 | 0 | 1010101 | 1000001 | 11011 | 101011010 | 1001010 | 101010 |
Color Harmonies of #BB1C41
Complementary color
Monochromatic Colors of #BB1C41
Black with #BB1C41
Text Example
Text Example
White with #BB1C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1C41; }
p { color: rgb(187,28,65); }
H1.HeaderClassName
{
color: #BB1C41;
}
.AnyTagClassName
{
color: #BB1C41;
}
</style>
background-color css
<style>
a { background-color: #BB1C41; }
a { background-color: rgb(187,28,65); }
div.DivClassName
{
background-color: #BB1C41;
}
.BgClassName
{
background-color: #BB1C41;
}
</style>
border-color css
<style>
span { border-color: #BB1C41; }
span { border-color: rgb(187,28,65); }
td.TdClassName
{
border-color: #BB1C41;
}
.TagClassName
{
border-color: #BB1C41;
}
</style>