Shades of Cardinal #BB2434
Tints of Cardinal #BB2434
RGB
CMYK
RGB Variations
Color information
#BB2434 (or 0xBB2434) is known color: Cardinal. HEX triplet: BB, 24 and 34. RGB value is (187,36,52). Sum of RGB (Red+Green+Blue) = 187+36+52=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2434 is #44DBCB. Grayscale: #535353. Windows color (decimal): -4512716 or 3417275. OLE color: 3417275.
HSL color Cylindrical-coordinate representation of color #BB2434: hue angle of 353.64º 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 #BB2434 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 52 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.27 |
| HSL | 353.64º | 0.68% | 0.44% | - |
| HSV(B) | 353.64º | 0.81% | 0.73% | - |
| XYZ | 21.74 | 12.07 | 4.43 | - |
| YUV | 82.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 52 | 0 | 0.81 | 0.72 | 0.27 | 353.64 | 0.68 | 0.44 |
| Hex | BB | 24 | 34 | 0 | 51 | 48 | 1B | 162 | 44 | 2C |
| Octal | 273 | 44 | 64 | 0 | 121 | 110 | 33 | 542 | 104 | 54 |
| Binary | 10111011 | 100100 | 110100 | 0 | 1010001 | 1001000 | 11011 | 101100010 | 1000100 | 101100 |
Color Harmonies of #BB2434
Complementary color
Monochromatic Colors of #BB2434
Black with #BB2434
Text Example
Text Example
White with #BB2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2434; }
p { color: rgb(187,36,52); }
H1.HeaderClassName
{
color: #BB2434;
}
.AnyTagClassName
{
color: #BB2434;
}
</style>
background-color css
<style>
a { background-color: #BB2434; }
a { background-color: rgb(187,36,52); }
div.DivClassName
{
background-color: #BB2434;
}
.BgClassName
{
background-color: #BB2434;
}
</style>
border-color css
<style>
span { border-color: #BB2434; }
span { border-color: rgb(187,36,52); }
td.TdClassName
{
border-color: #BB2434;
}
.TagClassName
{
border-color: #BB2434;
}
</style>