Shades of Cardinal #BB242F
Tints of Cardinal #BB242F
RGB
CMYK
RGB Variations
Color information
#BB242F (or 0xBB242F) is known color: Cardinal. HEX triplet: BB, 24 and 2F. RGB value is (187,36,47). Sum of RGB (Red+Green+Blue) = 187+36+47=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB242F is #44DBD0. Grayscale: #525252. Windows color (decimal): -4512721 or 3089595. OLE color: 3089595.
HSL color Cylindrical-coordinate representation of color #BB242F: hue angle of 355.63º 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 #BB242F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 47 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.27 |
| HSL | 355.63º | 0.68% | 0.44% | - |
| HSV(B) | 355.63º | 0.81% | 0.73% | - |
| XYZ | 21.64 | 12.03 | 3.87 | - |
| YUV | 82.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 47 | 0 | 0.81 | 0.75 | 0.27 | 355.63 | 0.68 | 0.44 |
| Hex | BB | 24 | 2F | 0 | 51 | 4B | 1B | 164 | 44 | 2C |
| Octal | 273 | 44 | 57 | 0 | 121 | 113 | 33 | 544 | 104 | 54 |
| Binary | 10111011 | 100100 | 101111 | 0 | 1010001 | 1001011 | 11011 | 101100100 | 1000100 | 101100 |
Color Harmonies of #BB242F
Complementary color
Monochromatic Colors of #BB242F
Black with #BB242F
Text Example
Text Example
White with #BB242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB242F; }
p { color: rgb(187,36,47); }
H1.HeaderClassName
{
color: #BB242F;
}
.AnyTagClassName
{
color: #BB242F;
}
</style>
background-color css
<style>
a { background-color: #BB242F; }
a { background-color: rgb(187,36,47); }
div.DivClassName
{
background-color: #BB242F;
}
.BgClassName
{
background-color: #BB242F;
}
</style>
border-color css
<style>
span { border-color: #BB242F; }
span { border-color: rgb(187,36,47); }
td.TdClassName
{
border-color: #BB242F;
}
.TagClassName
{
border-color: #BB242F;
}
</style>