Shades of Cardinal #BB0D4A
Tints of Cardinal #BB0D4A
RGB
CMYK
RGB Variations
Color information
#BB0D4A (or 0xBB0D4A) is known color: Cardinal. HEX triplet: BB, 0D and 4A. RGB value is (187,13,74). Sum of RGB (Red+Green+Blue) = 187+13+74=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0D4A is #44F2B5. Grayscale: #474747. Windows color (decimal): -4518582 or 4853179. OLE color: 4853179.
HSL color Cylindrical-coordinate representation of color #BB0D4A: hue angle of 338.97º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0D4A is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 74 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.27 |
| HSL | 338.97º | 0.87% | 0.39% | - |
| HSV(B) | 338.97º | 0.93% | 0.73% | - |
| XYZ | 21.87 | 11.35 | 7.52 | - |
| YUV | 71.98 | 129.15 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 74 | 0 | 0.93 | 0.60 | 0.27 | 338.97 | 0.87 | 0.39 |
| Hex | BB | D | 4A | 0 | 5D | 3C | 1B | 153 | 57 | 27 |
| Octal | 273 | 15 | 112 | 0 | 135 | 74 | 33 | 523 | 127 | 47 |
| Binary | 10111011 | 1101 | 1001010 | 0 | 1011101 | 111100 | 11011 | 101010011 | 1010111 | 100111 |
Color Harmonies of #BB0D4A
Complementary color
Monochromatic Colors of #BB0D4A
Black with #BB0D4A
Text Example
Text Example
White with #BB0D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0D4A; }
p { color: rgb(187,13,74); }
H1.HeaderClassName
{
color: #BB0D4A;
}
.AnyTagClassName
{
color: #BB0D4A;
}
</style>
background-color css
<style>
a { background-color: #BB0D4A; }
a { background-color: rgb(187,13,74); }
div.DivClassName
{
background-color: #BB0D4A;
}
.BgClassName
{
background-color: #BB0D4A;
}
</style>
border-color css
<style>
span { border-color: #BB0D4A; }
span { border-color: rgb(187,13,74); }
td.TdClassName
{
border-color: #BB0D4A;
}
.TagClassName
{
border-color: #BB0D4A;
}
</style>