Shades of Cardinal #BB102E
Tints of Cardinal #BB102E
RGB
CMYK
RGB Variations
Color information
#BB102E (or 0xBB102E) is known color: Cardinal. HEX triplet: BB, 10 and 2E. RGB value is (187,16,46). Sum of RGB (Red+Green+Blue) = 187+16+46=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB102E is #44EFD1. Grayscale: #464646. Windows color (decimal): -4517842 or 3018939. OLE color: 3018939.
HSL color Cylindrical-coordinate representation of color #BB102E: hue angle of 349.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB102E is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 46 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.27 |
| HSL | 349.47º | 0.84% | 0.4% | - |
| HSV(B) | 349.47º | 0.91% | 0.73% | - |
| XYZ | 21.17 | 11.13 | 3.62 | - |
| YUV | 70.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 46 | 0 | 0.91 | 0.75 | 0.27 | 349.47 | 0.84 | 0.4 |
| Hex | BB | 10 | 2E | 0 | 5B | 4B | 1B | 15D | 54 | 28 |
| Octal | 273 | 20 | 56 | 0 | 133 | 113 | 33 | 535 | 124 | 50 |
| Binary | 10111011 | 10000 | 101110 | 0 | 1011011 | 1001011 | 11011 | 101011101 | 1010100 | 101000 |
Color Harmonies of #BB102E
Complementary color
Monochromatic Colors of #BB102E
Black with #BB102E
Text Example
Text Example
White with #BB102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB102E; }
p { color: rgb(187,16,46); }
H1.HeaderClassName
{
color: #BB102E;
}
.AnyTagClassName
{
color: #BB102E;
}
</style>
background-color css
<style>
a { background-color: #BB102E; }
a { background-color: rgb(187,16,46); }
div.DivClassName
{
background-color: #BB102E;
}
.BgClassName
{
background-color: #BB102E;
}
</style>
border-color css
<style>
span { border-color: #BB102E; }
span { border-color: rgb(187,16,46); }
td.TdClassName
{
border-color: #BB102E;
}
.TagClassName
{
border-color: #BB102E;
}
</style>