Shades of Cardinal #BB0C42
Tints of Cardinal #BB0C42
RGB
CMYK
RGB Variations
Color information
#BB0C42 (or 0xBB0C42) is known color: Cardinal. HEX triplet: BB, 0C and 42. RGB value is (187,12,66). Sum of RGB (Red+Green+Blue) = 187+12+66=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0C42 is #44F3BD. Grayscale: #464646. Windows color (decimal): -4518846 or 4328635. OLE color: 4328635.
HSL color Cylindrical-coordinate representation of color #BB0C42: hue angle of 341.49º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0C42 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 12 | 66 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.27 |
| HSL | 341.49º | 0.88% | 0.39% | - |
| HSV(B) | 341.49º | 0.94% | 0.73% | - |
| XYZ | 21.61 | 11.22 | 6.18 | - |
| YUV | 70.48 | 125.48 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 66 | 0 | 0.94 | 0.65 | 0.27 | 341.49 | 0.88 | 0.39 |
| Hex | BB | C | 42 | 0 | 5E | 41 | 1B | 155 | 58 | 27 |
| Octal | 273 | 14 | 102 | 0 | 136 | 101 | 33 | 525 | 130 | 47 |
| Binary | 10111011 | 1100 | 1000010 | 0 | 1011110 | 1000001 | 11011 | 101010101 | 1011000 | 100111 |
Color Harmonies of #BB0C42
Complementary color
Monochromatic Colors of #BB0C42
Black with #BB0C42
Text Example
Text Example
White with #BB0C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0C42; }
p { color: rgb(187,12,66); }
H1.HeaderClassName
{
color: #BB0C42;
}
.AnyTagClassName
{
color: #BB0C42;
}
</style>
background-color css
<style>
a { background-color: #BB0C42; }
a { background-color: rgb(187,12,66); }
div.DivClassName
{
background-color: #BB0C42;
}
.BgClassName
{
background-color: #BB0C42;
}
</style>
border-color css
<style>
span { border-color: #BB0C42; }
span { border-color: rgb(187,12,66); }
td.TdClassName
{
border-color: #BB0C42;
}
.TagClassName
{
border-color: #BB0C42;
}
</style>