Shades of Cardinal #BB1036
Tints of Cardinal #BB1036
RGB
CMYK
RGB Variations
Color information
#BB1036 (or 0xBB1036) is known color: Cardinal. HEX triplet: BB, 10 and 36. RGB value is (187,16,54). Sum of RGB (Red+Green+Blue) = 187+16+54=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1036 is #44EFC9. Grayscale: #474747. Windows color (decimal): -4517834 or 3543227. OLE color: 3543227.
HSL color Cylindrical-coordinate representation of color #BB1036: hue angle of 346.67º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1036 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 54 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.27 |
| HSL | 346.67º | 0.84% | 0.4% | - |
| HSV(B) | 346.67º | 0.91% | 0.73% | - |
| XYZ | 21.34 | 11.2 | 4.53 | - |
| YUV | 71.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 54 | 0 | 0.91 | 0.71 | 0.27 | 346.67 | 0.84 | 0.4 |
| Hex | BB | 10 | 36 | 0 | 5B | 47 | 1B | 15B | 54 | 28 |
| Octal | 273 | 20 | 66 | 0 | 133 | 107 | 33 | 533 | 124 | 50 |
| Binary | 10111011 | 10000 | 110110 | 0 | 1011011 | 1000111 | 11011 | 101011011 | 1010100 | 101000 |
Color Harmonies of #BB1036
Complementary color
Monochromatic Colors of #BB1036
Black with #BB1036
Text Example
Text Example
White with #BB1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1036; }
p { color: rgb(187,16,54); }
H1.HeaderClassName
{
color: #BB1036;
}
.AnyTagClassName
{
color: #BB1036;
}
</style>
background-color css
<style>
a { background-color: #BB1036; }
a { background-color: rgb(187,16,54); }
div.DivClassName
{
background-color: #BB1036;
}
.BgClassName
{
background-color: #BB1036;
}
</style>
border-color css
<style>
span { border-color: #BB1036; }
span { border-color: rgb(187,16,54); }
td.TdClassName
{
border-color: #BB1036;
}
.TagClassName
{
border-color: #BB1036;
}
</style>