Shades of Cardinal #BB193D
Tints of Cardinal #BB193D
RGB
CMYK
RGB Variations
Color information
#BB193D (or 0xBB193D) is known color: Cardinal. HEX triplet: BB, 19 and 3D. RGB value is (187,25,61). Sum of RGB (Red+Green+Blue) = 187+25+61=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB193D is #44E6C2. Grayscale: #4D4D4D. Windows color (decimal): -4515523 or 4004283. OLE color: 4004283.
HSL color Cylindrical-coordinate representation of color #BB193D: hue angle of 346.67º 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 #BB193D is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 61 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.27 |
| HSL | 346.67º | 0.76% | 0.42% | - |
| HSV(B) | 346.67º | 0.87% | 0.73% | - |
| XYZ | 21.68 | 11.6 | 5.51 | - |
| YUV | 77.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 61 | 0 | 0.87 | 0.67 | 0.27 | 346.67 | 0.76 | 0.42 |
| Hex | BB | 19 | 3D | 0 | 57 | 43 | 1B | 15B | 4C | 2A |
| Octal | 273 | 31 | 75 | 0 | 127 | 103 | 33 | 533 | 114 | 52 |
| Binary | 10111011 | 11001 | 111101 | 0 | 1010111 | 1000011 | 11011 | 101011011 | 1001100 | 101010 |
Color Harmonies of #BB193D
Complementary color
Monochromatic Colors of #BB193D
Black with #BB193D
Text Example
Text Example
White with #BB193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB193D; }
p { color: rgb(187,25,61); }
H1.HeaderClassName
{
color: #BB193D;
}
.AnyTagClassName
{
color: #BB193D;
}
</style>
background-color css
<style>
a { background-color: #BB193D; }
a { background-color: rgb(187,25,61); }
div.DivClassName
{
background-color: #BB193D;
}
.BgClassName
{
background-color: #BB193D;
}
</style>
border-color css
<style>
span { border-color: #BB193D; }
span { border-color: rgb(187,25,61); }
td.TdClassName
{
border-color: #BB193D;
}
.TagClassName
{
border-color: #BB193D;
}
</style>