Shades of Cardinal #BB1E2B
Tints of Cardinal #BB1E2B
RGB
CMYK
RGB Variations
Color information
#BB1E2B (or 0xBB1E2B) is known color: Cardinal. HEX triplet: BB, 1E and 2B. RGB value is (187,30,43). Sum of RGB (Red+Green+Blue) = 187+30+43=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E2B is #44E1D4. Grayscale: #4E4E4E. Windows color (decimal): -4514261 or 2825915. OLE color: 2825915.
HSL color Cylindrical-coordinate representation of color #BB1E2B: hue angle of 355.03º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E2B is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 43 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.27 |
| HSL | 355.03º | 0.72% | 0.43% | - |
| HSV(B) | 355.03º | 0.84% | 0.73% | - |
| XYZ | 21.39 | 11.67 | 3.41 | - |
| YUV | 78.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 43 | 0 | 0.84 | 0.77 | 0.27 | 355.03 | 0.72 | 0.43 |
| Hex | BB | 1E | 2B | 0 | 54 | 4D | 1B | 163 | 48 | 2B |
| Octal | 273 | 36 | 53 | 0 | 124 | 115 | 33 | 543 | 110 | 53 |
| Binary | 10111011 | 11110 | 101011 | 0 | 1010100 | 1001101 | 11011 | 101100011 | 1001000 | 101011 |
Color Harmonies of #BB1E2B
Complementary color
Monochromatic Colors of #BB1E2B
Black with #BB1E2B
Text Example
Text Example
White with #BB1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1E2B; }
p { color: rgb(187,30,43); }
H1.HeaderClassName
{
color: #BB1E2B;
}
.AnyTagClassName
{
color: #BB1E2B;
}
</style>
background-color css
<style>
a { background-color: #BB1E2B; }
a { background-color: rgb(187,30,43); }
div.DivClassName
{
background-color: #BB1E2B;
}
.BgClassName
{
background-color: #BB1E2B;
}
</style>
border-color css
<style>
span { border-color: #BB1E2B; }
span { border-color: rgb(187,30,43); }
td.TdClassName
{
border-color: #BB1E2B;
}
.TagClassName
{
border-color: #BB1E2B;
}
</style>