Shades of Cardinal #BB134F
Tints of Cardinal #BB134F
RGB
CMYK
RGB Variations
Color information
#BB134F (or 0xBB134F) is known color: Cardinal. HEX triplet: BB, 13 and 4F. RGB value is (187,19,79). Sum of RGB (Red+Green+Blue) = 187+19+79=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB134F is #44ECB0. Grayscale: #4C4C4C. Windows color (decimal): -4517041 or 5182395. OLE color: 5182395.
HSL color Cylindrical-coordinate representation of color #BB134F: hue angle of 338.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB134F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 79 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.27 |
| HSL | 338.57º | 0.82% | 0.4% | - |
| HSV(B) | 338.57º | 0.9% | 0.73% | - |
| XYZ | 22.14 | 11.6 | 8.47 | - |
| YUV | 76.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 79 | 0 | 0.90 | 0.58 | 0.27 | 338.57 | 0.82 | 0.4 |
| Hex | BB | 13 | 4F | 0 | 5A | 3A | 1B | 153 | 52 | 28 |
| Octal | 273 | 23 | 117 | 0 | 132 | 72 | 33 | 523 | 122 | 50 |
| Binary | 10111011 | 10011 | 1001111 | 0 | 1011010 | 111010 | 11011 | 101010011 | 1010010 | 101000 |
Color Harmonies of #BB134F
Complementary color
Monochromatic Colors of #BB134F
Black with #BB134F
Text Example
Text Example
White with #BB134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB134F; }
p { color: rgb(187,19,79); }
H1.HeaderClassName
{
color: #BB134F;
}
.AnyTagClassName
{
color: #BB134F;
}
</style>
background-color css
<style>
a { background-color: #BB134F; }
a { background-color: rgb(187,19,79); }
div.DivClassName
{
background-color: #BB134F;
}
.BgClassName
{
background-color: #BB134F;
}
</style>
border-color css
<style>
span { border-color: #BB134F; }
span { border-color: rgb(187,19,79); }
td.TdClassName
{
border-color: #BB134F;
}
.TagClassName
{
border-color: #BB134F;
}
</style>