Shades of Cardinal #BB0640
Tints of Cardinal #BB0640
RGB
CMYK
RGB Variations
Color information
#BB0640 (or 0xBB0640) is known color: Cardinal. HEX triplet: BB, 06 and 40. RGB value is (187,6,64). Sum of RGB (Red+Green+Blue) = 187+6+64=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0640 is #44F9BF. Grayscale: #424242. Windows color (decimal): -4520384 or 4196027. OLE color: 4196027.
HSL color Cylindrical-coordinate representation of color #BB0640: hue angle of 340.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0640 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 64 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.27 |
| HSL | 340.77º | 0.94% | 0.38% | - |
| HSV(B) | 340.77º | 0.97% | 0.73% | - |
| XYZ | 21.48 | 11.07 | 5.85 | - |
| YUV | 66.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 64 | 0 | 0.97 | 0.66 | 0.27 | 340.77 | 0.94 | 0.38 |
| Hex | BB | 6 | 40 | 0 | 61 | 42 | 1B | 155 | 5E | 26 |
| Octal | 273 | 6 | 100 | 0 | 141 | 102 | 33 | 525 | 136 | 46 |
| Binary | 10111011 | 110 | 1000000 | 0 | 1100001 | 1000010 | 11011 | 101010101 | 1011110 | 100110 |
Color Harmonies of #BB0640
Complementary color
Monochromatic Colors of #BB0640
Black with #BB0640
Text Example
Text Example
White with #BB0640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0640; }
p { color: rgb(187,6,64); }
H1.HeaderClassName
{
color: #BB0640;
}
.AnyTagClassName
{
color: #BB0640;
}
</style>
background-color css
<style>
a { background-color: #BB0640; }
a { background-color: rgb(187,6,64); }
div.DivClassName
{
background-color: #BB0640;
}
.BgClassName
{
background-color: #BB0640;
}
</style>
border-color css
<style>
span { border-color: #BB0640; }
span { border-color: rgb(187,6,64); }
td.TdClassName
{
border-color: #BB0640;
}
.TagClassName
{
border-color: #BB0640;
}
</style>