Shades of Cardinal #BB242C
Tints of Cardinal #BB242C
RGB
CMYK
RGB Variations
Color information
#BB242C (or 0xBB242C) is known color: Cardinal. HEX triplet: BB, 24 and 2C. RGB value is (187,36,44). Sum of RGB (Red+Green+Blue) = 187+36+44=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB242C is #44DBD3. Grayscale: #525252. Windows color (decimal): -4512724 or 2892987. OLE color: 2892987.
HSL color Cylindrical-coordinate representation of color #BB242C: hue angle of 356.82º 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 #BB242C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 44 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.27 |
| HSL | 356.82º | 0.68% | 0.44% | - |
| HSV(B) | 356.82º | 0.81% | 0.73% | - |
| XYZ | 21.58 | 12.01 | 3.56 | - |
| YUV | 82.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 44 | 0 | 0.81 | 0.76 | 0.27 | 356.82 | 0.68 | 0.44 |
| Hex | BB | 24 | 2C | 0 | 51 | 4C | 1B | 165 | 44 | 2C |
| Octal | 273 | 44 | 54 | 0 | 121 | 114 | 33 | 545 | 104 | 54 |
| Binary | 10111011 | 100100 | 101100 | 0 | 1010001 | 1001100 | 11011 | 101100101 | 1000100 | 101100 |
Color Harmonies of #BB242C
Complementary color
Monochromatic Colors of #BB242C
Black with #BB242C
Text Example
Text Example
White with #BB242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB242C; }
p { color: rgb(187,36,44); }
H1.HeaderClassName
{
color: #BB242C;
}
.AnyTagClassName
{
color: #BB242C;
}
</style>
background-color css
<style>
a { background-color: #BB242C; }
a { background-color: rgb(187,36,44); }
div.DivClassName
{
background-color: #BB242C;
}
.BgClassName
{
background-color: #BB242C;
}
</style>
border-color css
<style>
span { border-color: #BB242C; }
span { border-color: rgb(187,36,44); }
td.TdClassName
{
border-color: #BB242C;
}
.TagClassName
{
border-color: #BB242C;
}
</style>