Shades of Cardinal #BB1843
Tints of Cardinal #BB1843
RGB
CMYK
RGB Variations
Color information
#BB1843 (or 0xBB1843) is known color: Cardinal. HEX triplet: BB, 18 and 43. RGB value is (187,24,67). Sum of RGB (Red+Green+Blue) = 187+24+67=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1843 is #44E7BC. Grayscale: #4D4D4D. Windows color (decimal): -4515773 or 4397243. OLE color: 4397243.
HSL color Cylindrical-coordinate representation of color #BB1843: hue angle of 344.17º 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 #BB1843 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 67 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.27 |
| HSL | 344.17º | 0.77% | 0.41% | - |
| HSV(B) | 344.17º | 0.87% | 0.73% | - |
| XYZ | 21.83 | 11.62 | 6.4 | - |
| YUV | 77.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 67 | 0 | 0.87 | 0.64 | 0.27 | 344.17 | 0.77 | 0.41 |
| Hex | BB | 18 | 43 | 0 | 57 | 40 | 1B | 158 | 4D | 29 |
| Octal | 273 | 30 | 103 | 0 | 127 | 100 | 33 | 530 | 115 | 51 |
| Binary | 10111011 | 11000 | 1000011 | 0 | 1010111 | 1000000 | 11011 | 101011000 | 1001101 | 101001 |
Color Harmonies of #BB1843
Complementary color
Monochromatic Colors of #BB1843
Black with #BB1843
Text Example
Text Example
White with #BB1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1843; }
p { color: rgb(187,24,67); }
H1.HeaderClassName
{
color: #BB1843;
}
.AnyTagClassName
{
color: #BB1843;
}
</style>
background-color css
<style>
a { background-color: #BB1843; }
a { background-color: rgb(187,24,67); }
div.DivClassName
{
background-color: #BB1843;
}
.BgClassName
{
background-color: #BB1843;
}
</style>
border-color css
<style>
span { border-color: #BB1843; }
span { border-color: rgb(187,24,67); }
td.TdClassName
{
border-color: #BB1843;
}
.TagClassName
{
border-color: #BB1843;
}
</style>