Shades of Cardinal #BC132C
Tints of Cardinal #BC132C
RGB
CMYK
RGB Variations
Color information
#BC132C (or 0xBC132C) is known color: Cardinal. HEX triplet: BC, 13 and 2C. RGB value is (188,19,44). Sum of RGB (Red+Green+Blue) = 188+19+44=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC132C is #43ECD3. Grayscale: #484848. Windows color (decimal): -4451540 or 2888636. OLE color: 2888636.
HSL color Cylindrical-coordinate representation of color #BC132C: hue angle of 351.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC132C is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 44 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.26 |
| HSL | 351.12º | 0.82% | 0.41% | - |
| HSV(B) | 351.12º | 0.9% | 0.74% | - |
| XYZ | 21.43 | 11.34 | 3.44 | - |
| YUV | 72.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 44 | 0 | 0.90 | 0.77 | 0.26 | 351.12 | 0.82 | 0.41 |
| Hex | BC | 13 | 2C | 0 | 5A | 4D | 1A | 15F | 52 | 29 |
| Octal | 274 | 23 | 54 | 0 | 132 | 115 | 32 | 537 | 122 | 51 |
| Binary | 10111100 | 10011 | 101100 | 0 | 1011010 | 1001101 | 11010 | 101011111 | 1010010 | 101001 |
Color Harmonies of #BC132C
Complementary color
Monochromatic Colors of #BC132C
Black with #BC132C
Text Example
Text Example
White with #BC132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC132C; }
p { color: rgb(188,19,44); }
H1.HeaderClassName
{
color: #BC132C;
}
.AnyTagClassName
{
color: #BC132C;
}
</style>
background-color css
<style>
a { background-color: #BC132C; }
a { background-color: rgb(188,19,44); }
div.DivClassName
{
background-color: #BC132C;
}
.BgClassName
{
background-color: #BC132C;
}
</style>
border-color css
<style>
span { border-color: #BC132C; }
span { border-color: rgb(188,19,44); }
td.TdClassName
{
border-color: #BC132C;
}
.TagClassName
{
border-color: #BC132C;
}
</style>