Shades of Cardinal #BB243C
Tints of Cardinal #BB243C
RGB
CMYK
RGB Variations
Color information
#BB243C (or 0xBB243C) is known color: Cardinal. HEX triplet: BB, 24 and 3C. RGB value is (187,36,60). Sum of RGB (Red+Green+Blue) = 187+36+60=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB243C is #44DBC3. Grayscale: #535353. Windows color (decimal): -4512708 or 3941563. OLE color: 3941563.
HSL color Cylindrical-coordinate representation of color #BB243C: hue angle of 350.46º 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 #BB243C is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 60 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.27 |
| HSL | 350.46º | 0.68% | 0.44% | - |
| HSV(B) | 350.46º | 0.81% | 0.73% | - |
| XYZ | 21.94 | 12.15 | 5.46 | - |
| YUV | 83.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 60 | 0 | 0.81 | 0.68 | 0.27 | 350.46 | 0.68 | 0.44 |
| Hex | BB | 24 | 3C | 0 | 51 | 44 | 1B | 15E | 44 | 2C |
| Octal | 273 | 44 | 74 | 0 | 121 | 104 | 33 | 536 | 104 | 54 |
| Binary | 10111011 | 100100 | 111100 | 0 | 1010001 | 1000100 | 11011 | 101011110 | 1000100 | 101100 |
Color Harmonies of #BB243C
Complementary color
Monochromatic Colors of #BB243C
Black with #BB243C
Text Example
Text Example
White with #BB243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB243C; }
p { color: rgb(187,36,60); }
H1.HeaderClassName
{
color: #BB243C;
}
.AnyTagClassName
{
color: #BB243C;
}
</style>
background-color css
<style>
a { background-color: #BB243C; }
a { background-color: rgb(187,36,60); }
div.DivClassName
{
background-color: #BB243C;
}
.BgClassName
{
background-color: #BB243C;
}
</style>
border-color css
<style>
span { border-color: #BB243C; }
span { border-color: rgb(187,36,60); }
td.TdClassName
{
border-color: #BB243C;
}
.TagClassName
{
border-color: #BB243C;
}
</style>