Shades of Cardinal #BB242A
Tints of Cardinal #BB242A
RGB
CMYK
RGB Variations
Color information
#BB242A (or 0xBB242A) is known color: Cardinal. HEX triplet: BB, 24 and 2A. RGB value is (187,36,42). Sum of RGB (Red+Green+Blue) = 187+36+42=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB242A is #44DBD5. Grayscale: #515151. Windows color (decimal): -4512726 or 2761915. OLE color: 2761915.
HSL color Cylindrical-coordinate representation of color #BB242A: hue angle of 357.62º 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 #BB242A is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 42 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.27 |
| HSL | 357.62º | 0.68% | 0.44% | - |
| HSV(B) | 357.62º | 0.81% | 0.73% | - |
| XYZ | 21.54 | 11.99 | 3.37 | - |
| YUV | 81.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 42 | 0 | 0.81 | 0.78 | 0.27 | 357.62 | 0.68 | 0.44 |
| Hex | BB | 24 | 2A | 0 | 51 | 4E | 1B | 166 | 44 | 2C |
| Octal | 273 | 44 | 52 | 0 | 121 | 116 | 33 | 546 | 104 | 54 |
| Binary | 10111011 | 100100 | 101010 | 0 | 1010001 | 1001110 | 11011 | 101100110 | 1000100 | 101100 |
Color Harmonies of #BB242A
Complementary color
Monochromatic Colors of #BB242A
Black with #BB242A
Text Example
Text Example
White with #BB242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB242A; }
p { color: rgb(187,36,42); }
H1.HeaderClassName
{
color: #BB242A;
}
.AnyTagClassName
{
color: #BB242A;
}
</style>
background-color css
<style>
a { background-color: #BB242A; }
a { background-color: rgb(187,36,42); }
div.DivClassName
{
background-color: #BB242A;
}
.BgClassName
{
background-color: #BB242A;
}
</style>
border-color css
<style>
span { border-color: #BB242A; }
span { border-color: rgb(187,36,42); }
td.TdClassName
{
border-color: #BB242A;
}
.TagClassName
{
border-color: #BB242A;
}
</style>