Shades of Cardinal #BB193C
Tints of Cardinal #BB193C
RGB
CMYK
RGB Variations
Color information
#BB193C (or 0xBB193C) is known color: Cardinal. HEX triplet: BB, 19 and 3C. RGB value is (187,25,60). Sum of RGB (Red+Green+Blue) = 187+25+60=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB193C is #44E6C3. Grayscale: #4D4D4D. Windows color (decimal): -4515524 or 3938747. OLE color: 3938747.
HSL color Cylindrical-coordinate representation of color #BB193C: hue angle of 347.04º 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 #BB193C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 60 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.27 |
| HSL | 347.04º | 0.76% | 0.42% | - |
| HSV(B) | 347.04º | 0.87% | 0.73% | - |
| XYZ | 21.66 | 11.59 | 5.37 | - |
| YUV | 77.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 60 | 0 | 0.87 | 0.68 | 0.27 | 347.04 | 0.76 | 0.42 |
| Hex | BB | 19 | 3C | 0 | 57 | 44 | 1B | 15B | 4C | 2A |
| Octal | 273 | 31 | 74 | 0 | 127 | 104 | 33 | 533 | 114 | 52 |
| Binary | 10111011 | 11001 | 111100 | 0 | 1010111 | 1000100 | 11011 | 101011011 | 1001100 | 101010 |
Color Harmonies of #BB193C
Complementary color
Monochromatic Colors of #BB193C
Black with #BB193C
Text Example
Text Example
White with #BB193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB193C; }
p { color: rgb(187,25,60); }
H1.HeaderClassName
{
color: #BB193C;
}
.AnyTagClassName
{
color: #BB193C;
}
</style>
background-color css
<style>
a { background-color: #BB193C; }
a { background-color: rgb(187,25,60); }
div.DivClassName
{
background-color: #BB193C;
}
.BgClassName
{
background-color: #BB193C;
}
</style>
border-color css
<style>
span { border-color: #BB193C; }
span { border-color: rgb(187,25,60); }
td.TdClassName
{
border-color: #BB193C;
}
.TagClassName
{
border-color: #BB193C;
}
</style>