Shades of Cardinal #BB232B
Tints of Cardinal #BB232B
RGB
CMYK
RGB Variations
Color information
#BB232B (or 0xBB232B) is known color: Cardinal. HEX triplet: BB, 23 and 2B. RGB value is (187,35,43). Sum of RGB (Red+Green+Blue) = 187+35+43=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB232B is #44DCD4. Grayscale: #515151. Windows color (decimal): -4512981 or 2827195. OLE color: 2827195.
HSL color Cylindrical-coordinate representation of color #BB232B: hue angle of 356.84º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB232B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 43 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.27 |
| HSL | 356.84º | 0.68% | 0.44% | - |
| HSV(B) | 356.84º | 0.81% | 0.73% | - |
| XYZ | 21.53 | 11.94 | 3.46 | - |
| YUV | 81.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 43 | 0 | 0.81 | 0.77 | 0.27 | 356.84 | 0.68 | 0.44 |
| Hex | BB | 23 | 2B | 0 | 51 | 4D | 1B | 165 | 44 | 2C |
| Octal | 273 | 43 | 53 | 0 | 121 | 115 | 33 | 545 | 104 | 54 |
| Binary | 10111011 | 100011 | 101011 | 0 | 1010001 | 1001101 | 11011 | 101100101 | 1000100 | 101100 |
Color Harmonies of #BB232B
Complementary color
Monochromatic Colors of #BB232B
Black with #BB232B
Text Example
Text Example
White with #BB232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB232B; }
p { color: rgb(187,35,43); }
H1.HeaderClassName
{
color: #BB232B;
}
.AnyTagClassName
{
color: #BB232B;
}
</style>
background-color css
<style>
a { background-color: #BB232B; }
a { background-color: rgb(187,35,43); }
div.DivClassName
{
background-color: #BB232B;
}
.BgClassName
{
background-color: #BB232B;
}
</style>
border-color css
<style>
span { border-color: #BB232B; }
span { border-color: rgb(187,35,43); }
td.TdClassName
{
border-color: #BB232B;
}
.TagClassName
{
border-color: #BB232B;
}
</style>