Shades of Cardinal #BB2834
Tints of Cardinal #BB2834
RGB
CMYK
RGB Variations
Color information
#BB2834 (or 0xBB2834) is known color: Cardinal. HEX triplet: BB, 28 and 34. RGB value is (187,40,52). Sum of RGB (Red+Green+Blue) = 187+40+52=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2834 is #44D7CB. Grayscale: #555555. Windows color (decimal): -4511692 or 3418299. OLE color: 3418299.
HSL color Cylindrical-coordinate representation of color #BB2834: hue angle of 355.1º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2834 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 52 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.27 |
| HSL | 355.1º | 0.65% | 0.45% | - |
| HSV(B) | 355.1º | 0.79% | 0.73% | - |
| XYZ | 21.87 | 12.33 | 4.48 | - |
| YUV | 85.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 52 | 0 | 0.79 | 0.72 | 0.27 | 355.1 | 0.65 | 0.45 |
| Hex | BB | 28 | 34 | 0 | 4F | 48 | 1B | 163 | 41 | 2D |
| Octal | 273 | 50 | 64 | 0 | 117 | 110 | 33 | 543 | 101 | 55 |
| Binary | 10111011 | 101000 | 110100 | 0 | 1001111 | 1001000 | 11011 | 101100011 | 1000001 | 101101 |
Color Harmonies of #BB2834
Complementary color
Monochromatic Colors of #BB2834
Black with #BB2834
Text Example
Text Example
White with #BB2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2834; }
p { color: rgb(187,40,52); }
H1.HeaderClassName
{
color: #BB2834;
}
.AnyTagClassName
{
color: #BB2834;
}
</style>
background-color css
<style>
a { background-color: #BB2834; }
a { background-color: rgb(187,40,52); }
div.DivClassName
{
background-color: #BB2834;
}
.BgClassName
{
background-color: #BB2834;
}
</style>
border-color css
<style>
span { border-color: #BB2834; }
span { border-color: rgb(187,40,52); }
td.TdClassName
{
border-color: #BB2834;
}
.TagClassName
{
border-color: #BB2834;
}
</style>