Shades of Cardinal #BC132A
Tints of Cardinal #BC132A
RGB
CMYK
RGB Variations
Color information
#BC132A (or 0xBC132A) is known color: Cardinal. HEX triplet: BC, 13 and 2A. RGB value is (188,19,42). Sum of RGB (Red+Green+Blue) = 188+19+42=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC132A is #43ECD5. Grayscale: #484848. Windows color (decimal): -4451542 or 2757564. OLE color: 2757564.
HSL color Cylindrical-coordinate representation of color #BC132A: hue angle of 351.83º 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 #BC132A is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 42 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.26 |
| HSL | 351.83º | 0.82% | 0.41% | - |
| HSV(B) | 351.83º | 0.9% | 0.74% | - |
| XYZ | 21.39 | 11.32 | 3.25 | - |
| YUV | 72.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 42 | 0 | 0.90 | 0.78 | 0.26 | 351.83 | 0.82 | 0.41 |
| Hex | BC | 13 | 2A | 0 | 5A | 4E | 1A | 160 | 52 | 29 |
| Octal | 274 | 23 | 52 | 0 | 132 | 116 | 32 | 540 | 122 | 51 |
| Binary | 10111100 | 10011 | 101010 | 0 | 1011010 | 1001110 | 11010 | 101100000 | 1010010 | 101001 |
Color Harmonies of #BC132A
Complementary color
Monochromatic Colors of #BC132A
Black with #BC132A
Text Example
Text Example
White with #BC132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC132A; }
p { color: rgb(188,19,42); }
H1.HeaderClassName
{
color: #BC132A;
}
.AnyTagClassName
{
color: #BC132A;
}
</style>
background-color css
<style>
a { background-color: #BC132A; }
a { background-color: rgb(188,19,42); }
div.DivClassName
{
background-color: #BC132A;
}
.BgClassName
{
background-color: #BC132A;
}
</style>
border-color css
<style>
span { border-color: #BC132A; }
span { border-color: rgb(188,19,42); }
td.TdClassName
{
border-color: #BC132A;
}
.TagClassName
{
border-color: #BC132A;
}
</style>