Shades of Cardinal #BB193E
Tints of Cardinal #BB193E
RGB
CMYK
RGB Variations
Color information
#BB193E (or 0xBB193E) is known color: Cardinal. HEX triplet: BB, 19 and 3E. RGB value is (187,25,62). Sum of RGB (Red+Green+Blue) = 187+25+62=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB193E is #44E6C1. Grayscale: #4D4D4D. Windows color (decimal): -4515522 or 4069819. OLE color: 4069819.
HSL color Cylindrical-coordinate representation of color #BB193E: hue angle of 346.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB193E is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 62 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.27 |
| HSL | 346.3º | 0.76% | 0.42% | - |
| HSV(B) | 346.3º | 0.87% | 0.73% | - |
| XYZ | 21.71 | 11.61 | 5.65 | - |
| YUV | 77.66 | 119.17 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 62 | 0 | 0.87 | 0.67 | 0.27 | 346.3 | 0.76 | 0.42 |
| Hex | BB | 19 | 3E | 0 | 57 | 43 | 1B | 15A | 4C | 2A |
| Octal | 273 | 31 | 76 | 0 | 127 | 103 | 33 | 532 | 114 | 52 |
| Binary | 10111011 | 11001 | 111110 | 0 | 1010111 | 1000011 | 11011 | 101011010 | 1001100 | 101010 |
Color Harmonies of #BB193E
Complementary color
Monochromatic Colors of #BB193E
Black with #BB193E
Text Example
Text Example
White with #BB193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB193E; }
p { color: rgb(187,25,62); }
H1.HeaderClassName
{
color: #BB193E;
}
.AnyTagClassName
{
color: #BB193E;
}
</style>
background-color css
<style>
a { background-color: #BB193E; }
a { background-color: rgb(187,25,62); }
div.DivClassName
{
background-color: #BB193E;
}
.BgClassName
{
background-color: #BB193E;
}
</style>
border-color css
<style>
span { border-color: #BB193E; }
span { border-color: rgb(187,25,62); }
td.TdClassName
{
border-color: #BB193E;
}
.TagClassName
{
border-color: #BB193E;
}
</style>