Shades of Cardinal #BB1629
Tints of Cardinal #BB1629
RGB
CMYK
RGB Variations
Color information
#BB1629 (or 0xBB1629) is known color: Cardinal. HEX triplet: BB, 16 and 29. RGB value is (187,22,41). Sum of RGB (Red+Green+Blue) = 187+22+41=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1629 is #44E9D6. Grayscale: #494949. Windows color (decimal): -4516311 or 2692795. OLE color: 2692795.
HSL color Cylindrical-coordinate representation of color #BB1629: hue angle of 353.09º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1629 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 41 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.27 |
| HSL | 353.09º | 0.79% | 0.41% | - |
| HSV(B) | 353.09º | 0.88% | 0.73% | - |
| XYZ | 21.18 | 11.3 | 3.16 | - |
| YUV | 73.5 | 109.66 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 41 | 0 | 0.88 | 0.78 | 0.27 | 353.09 | 0.79 | 0.41 |
| Hex | BB | 16 | 29 | 0 | 58 | 4E | 1B | 161 | 4F | 29 |
| Octal | 273 | 26 | 51 | 0 | 130 | 116 | 33 | 541 | 117 | 51 |
| Binary | 10111011 | 10110 | 101001 | 0 | 1011000 | 1001110 | 11011 | 101100001 | 1001111 | 101001 |
Color Harmonies of #BB1629
Complementary color
Monochromatic Colors of #BB1629
Black with #BB1629
Text Example
Text Example
White with #BB1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1629; }
p { color: rgb(187,22,41); }
H1.HeaderClassName
{
color: #BB1629;
}
.AnyTagClassName
{
color: #BB1629;
}
</style>
background-color css
<style>
a { background-color: #BB1629; }
a { background-color: rgb(187,22,41); }
div.DivClassName
{
background-color: #BB1629;
}
.BgClassName
{
background-color: #BB1629;
}
</style>
border-color css
<style>
span { border-color: #BB1629; }
span { border-color: rgb(187,22,41); }
td.TdClassName
{
border-color: #BB1629;
}
.TagClassName
{
border-color: #BB1629;
}
</style>