Shades of Cardinal #BB2A36
Tints of Cardinal #BB2A36
RGB
CMYK
RGB Variations
Color information
#BB2A36 (or 0xBB2A36) is known color: Cardinal. HEX triplet: BB, 2A and 36. RGB value is (187,42,54). Sum of RGB (Red+Green+Blue) = 187+42+54=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A36 is #44D5C9. Grayscale: #565656. Windows color (decimal): -4511178 or 3549883. OLE color: 3549883.
HSL color Cylindrical-coordinate representation of color #BB2A36: hue angle of 355.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A36 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 54 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.27 |
| HSL | 355.03º | 0.63% | 0.45% | - |
| HSV(B) | 355.03º | 0.78% | 0.73% | - |
| XYZ | 21.99 | 12.49 | 4.74 | - |
| YUV | 86.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 54 | 0 | 0.78 | 0.71 | 0.27 | 355.03 | 0.63 | 0.45 |
| Hex | BB | 2A | 36 | 0 | 4E | 47 | 1B | 163 | 3F | 2D |
| Octal | 273 | 52 | 66 | 0 | 116 | 107 | 33 | 543 | 77 | 55 |
| Binary | 10111011 | 101010 | 110110 | 0 | 1001110 | 1000111 | 11011 | 101100011 | 111111 | 101101 |
Color Harmonies of #BB2A36
Complementary color
Monochromatic Colors of #BB2A36
Black with #BB2A36
Text Example
Text Example
White with #BB2A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A36; }
p { color: rgb(187,42,54); }
H1.HeaderClassName
{
color: #BB2A36;
}
.AnyTagClassName
{
color: #BB2A36;
}
</style>
background-color css
<style>
a { background-color: #BB2A36; }
a { background-color: rgb(187,42,54); }
div.DivClassName
{
background-color: #BB2A36;
}
.BgClassName
{
background-color: #BB2A36;
}
</style>
border-color css
<style>
span { border-color: #BB2A36; }
span { border-color: rgb(187,42,54); }
td.TdClassName
{
border-color: #BB2A36;
}
.TagClassName
{
border-color: #BB2A36;
}
</style>