Shades of Cardinal #BB0F42
Tints of Cardinal #BB0F42
RGB
CMYK
RGB Variations
Color information
#BB0F42 (or 0xBB0F42) is known color: Cardinal. HEX triplet: BB, 0F and 42. RGB value is (187,15,66). Sum of RGB (Red+Green+Blue) = 187+15+66=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F42 is #44F0BD. Grayscale: #484848. Windows color (decimal): -4518078 or 4329403. OLE color: 4329403.
HSL color Cylindrical-coordinate representation of color #BB0F42: hue angle of 342.21º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F42 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 66 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.27 |
| HSL | 342.21º | 0.85% | 0.4% | - |
| HSV(B) | 342.21º | 0.92% | 0.73% | - |
| XYZ | 21.65 | 11.3 | 6.19 | - |
| YUV | 72.24 | 124.48 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 66 | 0 | 0.92 | 0.65 | 0.27 | 342.21 | 0.85 | 0.4 |
| Hex | BB | F | 42 | 0 | 5C | 41 | 1B | 156 | 55 | 28 |
| Octal | 273 | 17 | 102 | 0 | 134 | 101 | 33 | 526 | 125 | 50 |
| Binary | 10111011 | 1111 | 1000010 | 0 | 1011100 | 1000001 | 11011 | 101010110 | 1010101 | 101000 |
Color Harmonies of #BB0F42
Complementary color
Monochromatic Colors of #BB0F42
Black with #BB0F42
Text Example
Text Example
White with #BB0F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F42; }
p { color: rgb(187,15,66); }
H1.HeaderClassName
{
color: #BB0F42;
}
.AnyTagClassName
{
color: #BB0F42;
}
</style>
background-color css
<style>
a { background-color: #BB0F42; }
a { background-color: rgb(187,15,66); }
div.DivClassName
{
background-color: #BB0F42;
}
.BgClassName
{
background-color: #BB0F42;
}
</style>
border-color css
<style>
span { border-color: #BB0F42; }
span { border-color: rgb(187,15,66); }
td.TdClassName
{
border-color: #BB0F42;
}
.TagClassName
{
border-color: #BB0F42;
}
</style>