Shades of Cardinal #BB193B
Tints of Cardinal #BB193B
RGB
CMYK
RGB Variations
Color information
#BB193B (or 0xBB193B) is known color: Cardinal. HEX triplet: BB, 19 and 3B. RGB value is (187,25,59). Sum of RGB (Red+Green+Blue) = 187+25+59=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB193B is #44E6C4. Grayscale: #4D4D4D. Windows color (decimal): -4515525 or 3873211. OLE color: 3873211.
HSL color Cylindrical-coordinate representation of color #BB193B: hue angle of 347.41º 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 #BB193B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 59 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.27 |
| HSL | 347.41º | 0.76% | 0.42% | - |
| HSV(B) | 347.41º | 0.87% | 0.73% | - |
| XYZ | 21.63 | 11.58 | 5.23 | - |
| YUV | 77.31 | 117.67 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 59 | 0 | 0.87 | 0.68 | 0.27 | 347.41 | 0.76 | 0.42 |
| Hex | BB | 19 | 3B | 0 | 57 | 44 | 1B | 15B | 4C | 2A |
| Octal | 273 | 31 | 73 | 0 | 127 | 104 | 33 | 533 | 114 | 52 |
| Binary | 10111011 | 11001 | 111011 | 0 | 1010111 | 1000100 | 11011 | 101011011 | 1001100 | 101010 |
Color Harmonies of #BB193B
Complementary color
Monochromatic Colors of #BB193B
Black with #BB193B
Text Example
Text Example
White with #BB193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB193B; }
p { color: rgb(187,25,59); }
H1.HeaderClassName
{
color: #BB193B;
}
.AnyTagClassName
{
color: #BB193B;
}
</style>
background-color css
<style>
a { background-color: #BB193B; }
a { background-color: rgb(187,25,59); }
div.DivClassName
{
background-color: #BB193B;
}
.BgClassName
{
background-color: #BB193B;
}
</style>
border-color css
<style>
span { border-color: #BB193B; }
span { border-color: rgb(187,25,59); }
td.TdClassName
{
border-color: #BB193B;
}
.TagClassName
{
border-color: #BB193B;
}
</style>