Shades of Cardinal #BB1834
Tints of Cardinal #BB1834
RGB
CMYK
RGB Variations
Color information
#BB1834 (or 0xBB1834) is known color: Cardinal. HEX triplet: BB, 18 and 34. RGB value is (187,24,52). Sum of RGB (Red+Green+Blue) = 187+24+52=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1834 is #44E7CB. Grayscale: #4B4B4B. Windows color (decimal): -4515788 or 3414203. OLE color: 3414203.
HSL color Cylindrical-coordinate representation of color #BB1834: hue angle of 349.69º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1834 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 52 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.27 |
| HSL | 349.69º | 0.77% | 0.41% | - |
| HSV(B) | 349.69º | 0.87% | 0.73% | - |
| XYZ | 21.44 | 11.47 | 4.33 | - |
| YUV | 75.93 | 114.5 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 52 | 0 | 0.87 | 0.72 | 0.27 | 349.69 | 0.77 | 0.41 |
| Hex | BB | 18 | 34 | 0 | 57 | 48 | 1B | 15E | 4D | 29 |
| Octal | 273 | 30 | 64 | 0 | 127 | 110 | 33 | 536 | 115 | 51 |
| Binary | 10111011 | 11000 | 110100 | 0 | 1010111 | 1001000 | 11011 | 101011110 | 1001101 | 101001 |
Color Harmonies of #BB1834
Complementary color
Monochromatic Colors of #BB1834
Black with #BB1834
Text Example
Text Example
White with #BB1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1834; }
p { color: rgb(187,24,52); }
H1.HeaderClassName
{
color: #BB1834;
}
.AnyTagClassName
{
color: #BB1834;
}
</style>
background-color css
<style>
a { background-color: #BB1834; }
a { background-color: rgb(187,24,52); }
div.DivClassName
{
background-color: #BB1834;
}
.BgClassName
{
background-color: #BB1834;
}
</style>
border-color css
<style>
span { border-color: #BB1834; }
span { border-color: rgb(187,24,52); }
td.TdClassName
{
border-color: #BB1834;
}
.TagClassName
{
border-color: #BB1834;
}
</style>