Shades of Cardinal #BB0337
Tints of Cardinal #BB0337
RGB
CMYK
RGB Variations
Color information
#BB0337 (or 0xBB0337) is known color: Cardinal. HEX triplet: BB, 03 and 37. RGB value is (187,3,55). Sum of RGB (Red+Green+Blue) = 187+3+55=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0337 is #44FCC8. Grayscale: #3F3F3F. Windows color (decimal): -4521161 or 3605435. OLE color: 3605435.
HSL color Cylindrical-coordinate representation of color #BB0337: hue angle of 343.04º 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 #BB0337 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.27 |
| HSL | 343.04º | 0.97% | 0.37% | - |
| HSV(B) | 343.04º | 0.98% | 0.73% | - |
| XYZ | 21.22 | 10.91 | 4.6 | - |
| YUV | 63.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 55 | 0 | 0.98 | 0.71 | 0.27 | 343.04 | 0.97 | 0.37 |
| Hex | BB | 3 | 37 | 0 | 62 | 47 | 1B | 157 | 61 | 25 |
| Octal | 273 | 3 | 67 | 0 | 142 | 107 | 33 | 527 | 141 | 45 |
| Binary | 10111011 | 11 | 110111 | 0 | 1100010 | 1000111 | 11011 | 101010111 | 1100001 | 100101 |
Color Harmonies of #BB0337
Complementary color
Monochromatic Colors of #BB0337
Black with #BB0337
Text Example
Text Example
White with #BB0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0337; }
p { color: rgb(187,3,55); }
H1.HeaderClassName
{
color: #BB0337;
}
.AnyTagClassName
{
color: #BB0337;
}
</style>
background-color css
<style>
a { background-color: #BB0337; }
a { background-color: rgb(187,3,55); }
div.DivClassName
{
background-color: #BB0337;
}
.BgClassName
{
background-color: #BB0337;
}
</style>
border-color css
<style>
span { border-color: #BB0337; }
span { border-color: rgb(187,3,55); }
td.TdClassName
{
border-color: #BB0337;
}
.TagClassName
{
border-color: #BB0337;
}
</style>