Shades of Cardinal #BB202B
Tints of Cardinal #BB202B
RGB
CMYK
RGB Variations
Color information
#BB202B (or 0xBB202B) is known color: Cardinal. HEX triplet: BB, 20 and 2B. RGB value is (187,32,43). Sum of RGB (Red+Green+Blue) = 187+32+43=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB202B is #44DFD4. Grayscale: #4F4F4F. Windows color (decimal): -4513749 or 2826427. OLE color: 2826427.
HSL color Cylindrical-coordinate representation of color #BB202B: hue angle of 355.74º 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 #BB202B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 43 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.27 |
| HSL | 355.74º | 0.71% | 0.43% | - |
| HSV(B) | 355.74º | 0.83% | 0.73% | - |
| XYZ | 21.45 | 11.77 | 3.43 | - |
| YUV | 79.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 43 | 0 | 0.83 | 0.77 | 0.27 | 355.74 | 0.71 | 0.43 |
| Hex | BB | 20 | 2B | 0 | 53 | 4D | 1B | 164 | 47 | 2B |
| Octal | 273 | 40 | 53 | 0 | 123 | 115 | 33 | 544 | 107 | 53 |
| Binary | 10111011 | 100000 | 101011 | 0 | 1010011 | 1001101 | 11011 | 101100100 | 1000111 | 101011 |
Color Harmonies of #BB202B
Complementary color
Monochromatic Colors of #BB202B
Black with #BB202B
Text Example
Text Example
White with #BB202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB202B; }
p { color: rgb(187,32,43); }
H1.HeaderClassName
{
color: #BB202B;
}
.AnyTagClassName
{
color: #BB202B;
}
</style>
background-color css
<style>
a { background-color: #BB202B; }
a { background-color: rgb(187,32,43); }
div.DivClassName
{
background-color: #BB202B;
}
.BgClassName
{
background-color: #BB202B;
}
</style>
border-color css
<style>
span { border-color: #BB202B; }
span { border-color: rgb(187,32,43); }
td.TdClassName
{
border-color: #BB202B;
}
.TagClassName
{
border-color: #BB202B;
}
</style>