Shades of Cardinal #BB1F45
Tints of Cardinal #BB1F45
RGB
CMYK
RGB Variations
Color information
#BB1F45 (or 0xBB1F45) is known color: Cardinal. HEX triplet: BB, 1F and 45. RGB value is (187,31,69). Sum of RGB (Red+Green+Blue) = 187+31+69=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1F45 is #44E0BA. Grayscale: #515151. Windows color (decimal): -4513979 or 4530107. OLE color: 4530107.
HSL color Cylindrical-coordinate representation of color #BB1F45: hue angle of 345.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB1F45 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 69 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.27 |
| HSL | 345.38º | 0.72% | 0.43% | - |
| HSV(B) | 345.38º | 0.83% | 0.73% | - |
| XYZ | 22.06 | 11.97 | 6.78 | - |
| YUV | 81.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 69 | 0 | 0.83 | 0.63 | 0.27 | 345.38 | 0.72 | 0.43 |
| Hex | BB | 1F | 45 | 0 | 53 | 3F | 1B | 159 | 48 | 2B |
| Octal | 273 | 37 | 105 | 0 | 123 | 77 | 33 | 531 | 110 | 53 |
| Binary | 10111011 | 11111 | 1000101 | 0 | 1010011 | 111111 | 11011 | 101011001 | 1001000 | 101011 |
Color Harmonies of #BB1F45
Complementary color
Monochromatic Colors of #BB1F45
Black with #BB1F45
Text Example
Text Example
White with #BB1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1F45; }
p { color: rgb(187,31,69); }
H1.HeaderClassName
{
color: #BB1F45;
}
.AnyTagClassName
{
color: #BB1F45;
}
</style>
background-color css
<style>
a { background-color: #BB1F45; }
a { background-color: rgb(187,31,69); }
div.DivClassName
{
background-color: #BB1F45;
}
.BgClassName
{
background-color: #BB1F45;
}
</style>
border-color css
<style>
span { border-color: #BB1F45; }
span { border-color: rgb(187,31,69); }
td.TdClassName
{
border-color: #BB1F45;
}
.TagClassName
{
border-color: #BB1F45;
}
</style>