Shades of Cardinal #BB123E
Tints of Cardinal #BB123E
RGB
CMYK
RGB Variations
Color information
#BB123E (or 0xBB123E) is known color: Cardinal. HEX triplet: BB, 12 and 3E. RGB value is (187,18,62). Sum of RGB (Red+Green+Blue) = 187+18+62=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB123E is #44EDC1. Grayscale: #494949. Windows color (decimal): -4517314 or 4068027. OLE color: 4068027.
HSL color Cylindrical-coordinate representation of color #BB123E: hue angle of 344.38º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB123E is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 62 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.27 |
| HSL | 344.38º | 0.82% | 0.4% | - |
| HSV(B) | 344.38º | 0.9% | 0.73% | - |
| XYZ | 21.58 | 11.35 | 5.61 | - |
| YUV | 73.55 | 121.49 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 62 | 0 | 0.90 | 0.67 | 0.27 | 344.38 | 0.82 | 0.4 |
| Hex | BB | 12 | 3E | 0 | 5A | 43 | 1B | 158 | 52 | 28 |
| Octal | 273 | 22 | 76 | 0 | 132 | 103 | 33 | 530 | 122 | 50 |
| Binary | 10111011 | 10010 | 111110 | 0 | 1011010 | 1000011 | 11011 | 101011000 | 1010010 | 101000 |
Color Harmonies of #BB123E
Complementary color
Monochromatic Colors of #BB123E
Black with #BB123E
Text Example
Text Example
White with #BB123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB123E; }
p { color: rgb(187,18,62); }
H1.HeaderClassName
{
color: #BB123E;
}
.AnyTagClassName
{
color: #BB123E;
}
</style>
background-color css
<style>
a { background-color: #BB123E; }
a { background-color: rgb(187,18,62); }
div.DivClassName
{
background-color: #BB123E;
}
.BgClassName
{
background-color: #BB123E;
}
</style>
border-color css
<style>
span { border-color: #BB123E; }
span { border-color: rgb(187,18,62); }
td.TdClassName
{
border-color: #BB123E;
}
.TagClassName
{
border-color: #BB123E;
}
</style>