Shades of Cardinal #BB1032
Tints of Cardinal #BB1032
RGB
CMYK
RGB Variations
Color information
#BB1032 (or 0xBB1032) is known color: Cardinal. HEX triplet: BB, 10 and 32. RGB value is (187,16,50). Sum of RGB (Red+Green+Blue) = 187+16+50=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1032 is #44EFCD. Grayscale: #474747. Windows color (decimal): -4517838 or 3281083. OLE color: 3281083.
HSL color Cylindrical-coordinate representation of color #BB1032: hue angle of 348.07º 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 #BB1032 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 50 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.27 |
| HSL | 348.07º | 0.84% | 0.4% | - |
| HSV(B) | 348.07º | 0.91% | 0.73% | - |
| XYZ | 21.25 | 11.17 | 4.05 | - |
| YUV | 71.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 50 | 0 | 0.91 | 0.73 | 0.27 | 348.07 | 0.84 | 0.4 |
| Hex | BB | 10 | 32 | 0 | 5B | 49 | 1B | 15C | 54 | 28 |
| Octal | 273 | 20 | 62 | 0 | 133 | 111 | 33 | 534 | 124 | 50 |
| Binary | 10111011 | 10000 | 110010 | 0 | 1011011 | 1001001 | 11011 | 101011100 | 1010100 | 101000 |
Color Harmonies of #BB1032
Complementary color
Monochromatic Colors of #BB1032
Black with #BB1032
Text Example
Text Example
White with #BB1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1032; }
p { color: rgb(187,16,50); }
H1.HeaderClassName
{
color: #BB1032;
}
.AnyTagClassName
{
color: #BB1032;
}
</style>
background-color css
<style>
a { background-color: #BB1032; }
a { background-color: rgb(187,16,50); }
div.DivClassName
{
background-color: #BB1032;
}
.BgClassName
{
background-color: #BB1032;
}
</style>
border-color css
<style>
span { border-color: #BB1032; }
span { border-color: rgb(187,16,50); }
td.TdClassName
{
border-color: #BB1032;
}
.TagClassName
{
border-color: #BB1032;
}
</style>