Shades of Cardinal #BB212F
Tints of Cardinal #BB212F
RGB
CMYK
RGB Variations
Color information
#BB212F (or 0xBB212F) is known color: Cardinal. HEX triplet: BB, 21 and 2F. RGB value is (187,33,47). Sum of RGB (Red+Green+Blue) = 187+33+47=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB212F is #44DED0. Grayscale: #505050. Windows color (decimal): -4513489 or 3088827. OLE color: 3088827.
HSL color Cylindrical-coordinate representation of color #BB212F: hue angle of 354.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB212F is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 47 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.27 |
| HSL | 354.55º | 0.7% | 0.43% | - |
| HSV(B) | 354.55º | 0.82% | 0.73% | - |
| XYZ | 21.55 | 11.86 | 3.84 | - |
| YUV | 80.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 47 | 0 | 0.82 | 0.75 | 0.27 | 354.55 | 0.7 | 0.43 |
| Hex | BB | 21 | 2F | 0 | 52 | 4B | 1B | 163 | 46 | 2B |
| Octal | 273 | 41 | 57 | 0 | 122 | 113 | 33 | 543 | 106 | 53 |
| Binary | 10111011 | 100001 | 101111 | 0 | 1010010 | 1001011 | 11011 | 101100011 | 1000110 | 101011 |
Color Harmonies of #BB212F
Complementary color
Monochromatic Colors of #BB212F
Black with #BB212F
Text Example
Text Example
White with #BB212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB212F; }
p { color: rgb(187,33,47); }
H1.HeaderClassName
{
color: #BB212F;
}
.AnyTagClassName
{
color: #BB212F;
}
</style>
background-color css
<style>
a { background-color: #BB212F; }
a { background-color: rgb(187,33,47); }
div.DivClassName
{
background-color: #BB212F;
}
.BgClassName
{
background-color: #BB212F;
}
</style>
border-color css
<style>
span { border-color: #BB212F; }
span { border-color: rgb(187,33,47); }
td.TdClassName
{
border-color: #BB212F;
}
.TagClassName
{
border-color: #BB212F;
}
</style>