Shades of Cardinal #BB202E
Tints of Cardinal #BB202E
RGB
CMYK
RGB Variations
Color information
#BB202E (or 0xBB202E) is known color: Cardinal. HEX triplet: BB, 20 and 2E. RGB value is (187,32,46). Sum of RGB (Red+Green+Blue) = 187+32+46=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB202E is #44DFD1. Grayscale: #505050. Windows color (decimal): -4513746 or 3023035. OLE color: 3023035.
HSL color Cylindrical-coordinate representation of color #BB202E: hue angle of 354.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB202E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 46 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.27 |
| HSL | 354.58º | 0.71% | 0.43% | - |
| HSV(B) | 354.58º | 0.83% | 0.73% | - |
| XYZ | 21.5 | 11.8 | 3.73 | - |
| YUV | 79.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 46 | 0 | 0.83 | 0.75 | 0.27 | 354.58 | 0.71 | 0.43 |
| Hex | BB | 20 | 2E | 0 | 53 | 4B | 1B | 163 | 47 | 2B |
| Octal | 273 | 40 | 56 | 0 | 123 | 113 | 33 | 543 | 107 | 53 |
| Binary | 10111011 | 100000 | 101110 | 0 | 1010011 | 1001011 | 11011 | 101100011 | 1000111 | 101011 |
Color Harmonies of #BB202E
Complementary color
Monochromatic Colors of #BB202E
Black with #BB202E
Text Example
Text Example
White with #BB202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB202E; }
p { color: rgb(187,32,46); }
H1.HeaderClassName
{
color: #BB202E;
}
.AnyTagClassName
{
color: #BB202E;
}
</style>
background-color css
<style>
a { background-color: #BB202E; }
a { background-color: rgb(187,32,46); }
div.DivClassName
{
background-color: #BB202E;
}
.BgClassName
{
background-color: #BB202E;
}
</style>
border-color css
<style>
span { border-color: #BB202E; }
span { border-color: rgb(187,32,46); }
td.TdClassName
{
border-color: #BB202E;
}
.TagClassName
{
border-color: #BB202E;
}
</style>