Shades of Cardinal #BB242B
Tints of Cardinal #BB242B
RGB
CMYK
RGB Variations
Color information
#BB242B (or 0xBB242B) is known color: Cardinal. HEX triplet: BB, 24 and 2B. RGB value is (187,36,43). Sum of RGB (Red+Green+Blue) = 187+36+43=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB242B is #44DBD4. Grayscale: #525252. Windows color (decimal): -4512725 or 2827451. OLE color: 2827451.
HSL color Cylindrical-coordinate representation of color #BB242B: hue angle of 357.22º 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 #BB242B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 43 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.27 |
| HSL | 357.22º | 0.68% | 0.44% | - |
| HSV(B) | 357.22º | 0.81% | 0.73% | - |
| XYZ | 21.56 | 12 | 3.47 | - |
| YUV | 81.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 43 | 0 | 0.81 | 0.77 | 0.27 | 357.22 | 0.68 | 0.44 |
| Hex | BB | 24 | 2B | 0 | 51 | 4D | 1B | 165 | 44 | 2C |
| Octal | 273 | 44 | 53 | 0 | 121 | 115 | 33 | 545 | 104 | 54 |
| Binary | 10111011 | 100100 | 101011 | 0 | 1010001 | 1001101 | 11011 | 101100101 | 1000100 | 101100 |
Color Harmonies of #BB242B
Complementary color
Monochromatic Colors of #BB242B
Black with #BB242B
Text Example
Text Example
White with #BB242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB242B; }
p { color: rgb(187,36,43); }
H1.HeaderClassName
{
color: #BB242B;
}
.AnyTagClassName
{
color: #BB242B;
}
</style>
background-color css
<style>
a { background-color: #BB242B; }
a { background-color: rgb(187,36,43); }
div.DivClassName
{
background-color: #BB242B;
}
.BgClassName
{
background-color: #BB242B;
}
</style>
border-color css
<style>
span { border-color: #BB242B; }
span { border-color: rgb(187,36,43); }
td.TdClassName
{
border-color: #BB242B;
}
.TagClassName
{
border-color: #BB242B;
}
</style>