Shades of Cardinal #BB0D4B
Tints of Cardinal #BB0D4B
RGB
CMYK
RGB Variations
Color information
#BB0D4B (or 0xBB0D4B) is known color: Cardinal. HEX triplet: BB, 0D and 4B. RGB value is (187,13,75). Sum of RGB (Red+Green+Blue) = 187+13+75=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0D4B is #44F2B4. Grayscale: #484848. Windows color (decimal): -4518581 or 4918715. OLE color: 4918715.
HSL color Cylindrical-coordinate representation of color #BB0D4B: hue angle of 338.62º 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 #BB0D4B is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 75 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.27 |
| HSL | 338.62º | 0.87% | 0.39% | - |
| HSV(B) | 338.62º | 0.93% | 0.73% | - |
| XYZ | 21.91 | 11.36 | 7.69 | - |
| YUV | 72.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 75 | 0 | 0.93 | 0.60 | 0.27 | 338.62 | 0.87 | 0.39 |
| Hex | BB | D | 4B | 0 | 5D | 3C | 1B | 153 | 57 | 27 |
| Octal | 273 | 15 | 113 | 0 | 135 | 74 | 33 | 523 | 127 | 47 |
| Binary | 10111011 | 1101 | 1001011 | 0 | 1011101 | 111100 | 11011 | 101010011 | 1010111 | 100111 |
Color Harmonies of #BB0D4B
Complementary color
Monochromatic Colors of #BB0D4B
Black with #BB0D4B
Text Example
Text Example
White with #BB0D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0D4B; }
p { color: rgb(187,13,75); }
H1.HeaderClassName
{
color: #BB0D4B;
}
.AnyTagClassName
{
color: #BB0D4B;
}
</style>
background-color css
<style>
a { background-color: #BB0D4B; }
a { background-color: rgb(187,13,75); }
div.DivClassName
{
background-color: #BB0D4B;
}
.BgClassName
{
background-color: #BB0D4B;
}
</style>
border-color css
<style>
span { border-color: #BB0D4B; }
span { border-color: rgb(187,13,75); }
td.TdClassName
{
border-color: #BB0D4B;
}
.TagClassName
{
border-color: #BB0D4B;
}
</style>