Shades of Cardinal #BB063A
Tints of Cardinal #BB063A
RGB
CMYK
RGB Variations
Color information
#BB063A (or 0xBB063A) is known color: Cardinal. HEX triplet: BB, 06 and 3A. RGB value is (187,6,58). Sum of RGB (Red+Green+Blue) = 187+6+58=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB063A is #44F9C5. Grayscale: #424242. Windows color (decimal): -4520390 or 3802811. OLE color: 3802811.
HSL color Cylindrical-coordinate representation of color #BB063A: hue angle of 342.76º 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 #BB063A is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 58 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.27 |
| HSL | 342.76º | 0.94% | 0.38% | - |
| HSV(B) | 342.76º | 0.97% | 0.73% | - |
| XYZ | 21.32 | 11 | 5 | - |
| YUV | 66.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 58 | 0 | 0.97 | 0.69 | 0.27 | 342.76 | 0.94 | 0.38 |
| Hex | BB | 6 | 3A | 0 | 61 | 45 | 1B | 157 | 5E | 26 |
| Octal | 273 | 6 | 72 | 0 | 141 | 105 | 33 | 527 | 136 | 46 |
| Binary | 10111011 | 110 | 111010 | 0 | 1100001 | 1000101 | 11011 | 101010111 | 1011110 | 100110 |
Color Harmonies of #BB063A
Complementary color
Monochromatic Colors of #BB063A
Black with #BB063A
Text Example
Text Example
White with #BB063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB063A; }
p { color: rgb(187,6,58); }
H1.HeaderClassName
{
color: #BB063A;
}
.AnyTagClassName
{
color: #BB063A;
}
</style>
background-color css
<style>
a { background-color: #BB063A; }
a { background-color: rgb(187,6,58); }
div.DivClassName
{
background-color: #BB063A;
}
.BgClassName
{
background-color: #BB063A;
}
</style>
border-color css
<style>
span { border-color: #BB063A; }
span { border-color: rgb(187,6,58); }
td.TdClassName
{
border-color: #BB063A;
}
.TagClassName
{
border-color: #BB063A;
}
</style>