Shades of Cardinal #BB1D2C
Tints of Cardinal #BB1D2C
RGB
CMYK
RGB Variations
Color information
#BB1D2C (or 0xBB1D2C) is known color: Cardinal. HEX triplet: BB, 1D and 2C. RGB value is (187,29,44). Sum of RGB (Red+Green+Blue) = 187+29+44=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D2C is #44E2D3. Grayscale: #4E4E4E. Windows color (decimal): -4514516 or 2891195. OLE color: 2891195.
HSL color Cylindrical-coordinate representation of color #BB1D2C: hue angle of 354.3º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D2C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 44 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.27 |
| HSL | 354.3º | 0.73% | 0.42% | - |
| HSV(B) | 354.3º | 0.84% | 0.73% | - |
| XYZ | 21.39 | 11.63 | 3.5 | - |
| YUV | 77.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 44 | 0 | 0.84 | 0.76 | 0.27 | 354.3 | 0.73 | 0.42 |
| Hex | BB | 1D | 2C | 0 | 54 | 4C | 1B | 162 | 49 | 2A |
| Octal | 273 | 35 | 54 | 0 | 124 | 114 | 33 | 542 | 111 | 52 |
| Binary | 10111011 | 11101 | 101100 | 0 | 1010100 | 1001100 | 11011 | 101100010 | 1001001 | 101010 |
Color Harmonies of #BB1D2C
Complementary color
Monochromatic Colors of #BB1D2C
Black with #BB1D2C
Text Example
Text Example
White with #BB1D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D2C; }
p { color: rgb(187,29,44); }
H1.HeaderClassName
{
color: #BB1D2C;
}
.AnyTagClassName
{
color: #BB1D2C;
}
</style>
background-color css
<style>
a { background-color: #BB1D2C; }
a { background-color: rgb(187,29,44); }
div.DivClassName
{
background-color: #BB1D2C;
}
.BgClassName
{
background-color: #BB1D2C;
}
</style>
border-color css
<style>
span { border-color: #BB1D2C; }
span { border-color: rgb(187,29,44); }
td.TdClassName
{
border-color: #BB1D2C;
}
.TagClassName
{
border-color: #BB1D2C;
}
</style>