Shades of Cardinal #BB033B
Tints of Cardinal #BB033B
RGB
CMYK
RGB Variations
Color information
#BB033B (or 0xBB033B) is known color: Cardinal. HEX triplet: BB, 03 and 3B. RGB value is (187,3,59). Sum of RGB (Red+Green+Blue) = 187+3+59=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB033B is #44FCC4. Grayscale: #404040. Windows color (decimal): -4521157 or 3867579. OLE color: 3867579.
HSL color Cylindrical-coordinate representation of color #BB033B: hue angle of 341.74º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB033B is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.27 |
| HSL | 341.74º | 0.97% | 0.37% | - |
| HSV(B) | 341.74º | 0.98% | 0.73% | - |
| XYZ | 21.32 | 10.95 | 5.13 | - |
| YUV | 64.4 | 124.96 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 59 | 0 | 0.98 | 0.68 | 0.27 | 341.74 | 0.97 | 0.37 |
| Hex | BB | 3 | 3B | 0 | 62 | 44 | 1B | 156 | 61 | 25 |
| Octal | 273 | 3 | 73 | 0 | 142 | 104 | 33 | 526 | 141 | 45 |
| Binary | 10111011 | 11 | 111011 | 0 | 1100010 | 1000100 | 11011 | 101010110 | 1100001 | 100101 |
Color Harmonies of #BB033B
Complementary color
Monochromatic Colors of #BB033B
Black with #BB033B
Text Example
Text Example
White with #BB033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB033B; }
p { color: rgb(187,3,59); }
H1.HeaderClassName
{
color: #BB033B;
}
.AnyTagClassName
{
color: #BB033B;
}
</style>
background-color css
<style>
a { background-color: #BB033B; }
a { background-color: rgb(187,3,59); }
div.DivClassName
{
background-color: #BB033B;
}
.BgClassName
{
background-color: #BB033B;
}
</style>
border-color css
<style>
span { border-color: #BB033B; }
span { border-color: rgb(187,3,59); }
td.TdClassName
{
border-color: #BB033B;
}
.TagClassName
{
border-color: #BB033B;
}
</style>