Shades of Cardinal #BB0633
Tints of Cardinal #BB0633
RGB
CMYK
RGB Variations
Color information
#BB0633 (or 0xBB0633) is known color: Cardinal. HEX triplet: BB, 06 and 33. RGB value is (187,6,51). Sum of RGB (Red+Green+Blue) = 187+6+51=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0633 is #44F9CC. Grayscale: #414141. Windows color (decimal): -4520397 or 3344059. OLE color: 3344059.
HSL color Cylindrical-coordinate representation of color #BB0633: hue angle of 345.08º 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 #BB0633 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.27 |
| HSL | 345.08º | 0.94% | 0.38% | - |
| HSV(B) | 345.08º | 0.97% | 0.73% | - |
| XYZ | 21.16 | 10.93 | 4.13 | - |
| YUV | 65.25 | 119.97 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 51 | 0 | 0.97 | 0.73 | 0.27 | 345.08 | 0.94 | 0.38 |
| Hex | BB | 6 | 33 | 0 | 61 | 49 | 1B | 159 | 5E | 26 |
| Octal | 273 | 6 | 63 | 0 | 141 | 111 | 33 | 531 | 136 | 46 |
| Binary | 10111011 | 110 | 110011 | 0 | 1100001 | 1001001 | 11011 | 101011001 | 1011110 | 100110 |
Color Harmonies of #BB0633
Complementary color
Monochromatic Colors of #BB0633
Black with #BB0633
Text Example
Text Example
White with #BB0633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0633; }
p { color: rgb(187,6,51); }
H1.HeaderClassName
{
color: #BB0633;
}
.AnyTagClassName
{
color: #BB0633;
}
</style>
background-color css
<style>
a { background-color: #BB0633; }
a { background-color: rgb(187,6,51); }
div.DivClassName
{
background-color: #BB0633;
}
.BgClassName
{
background-color: #BB0633;
}
</style>
border-color css
<style>
span { border-color: #BB0633; }
span { border-color: rgb(187,6,51); }
td.TdClassName
{
border-color: #BB0633;
}
.TagClassName
{
border-color: #BB0633;
}
</style>