Shades of Cardinal #BB202A
Tints of Cardinal #BB202A
RGB
CMYK
RGB Variations
Color information
#BB202A (or 0xBB202A) is known color: Cardinal. HEX triplet: BB, 20 and 2A. RGB value is (187,32,42). Sum of RGB (Red+Green+Blue) = 187+32+42=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB202A is #44DFD5. Grayscale: #4F4F4F. Windows color (decimal): -4513750 or 2760891. OLE color: 2760891.
HSL color Cylindrical-coordinate representation of color #BB202A: hue angle of 356.13º 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 #BB202A is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 42 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.27 |
| HSL | 356.13º | 0.71% | 0.43% | - |
| HSV(B) | 356.13º | 0.83% | 0.73% | - |
| XYZ | 21.43 | 11.76 | 3.33 | - |
| YUV | 79.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 42 | 0 | 0.83 | 0.78 | 0.27 | 356.13 | 0.71 | 0.43 |
| Hex | BB | 20 | 2A | 0 | 53 | 4E | 1B | 164 | 47 | 2B |
| Octal | 273 | 40 | 52 | 0 | 123 | 116 | 33 | 544 | 107 | 53 |
| Binary | 10111011 | 100000 | 101010 | 0 | 1010011 | 1001110 | 11011 | 101100100 | 1000111 | 101011 |
Color Harmonies of #BB202A
Complementary color
Monochromatic Colors of #BB202A
Black with #BB202A
Text Example
Text Example
White with #BB202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB202A; }
p { color: rgb(187,32,42); }
H1.HeaderClassName
{
color: #BB202A;
}
.AnyTagClassName
{
color: #BB202A;
}
</style>
background-color css
<style>
a { background-color: #BB202A; }
a { background-color: rgb(187,32,42); }
div.DivClassName
{
background-color: #BB202A;
}
.BgClassName
{
background-color: #BB202A;
}
</style>
border-color css
<style>
span { border-color: #BB202A; }
span { border-color: rgb(187,32,42); }
td.TdClassName
{
border-color: #BB202A;
}
.TagClassName
{
border-color: #BB202A;
}
</style>