Shades of Cardinal #BC132D
Tints of Cardinal #BC132D
RGB
CMYK
RGB Variations
Color information
#BC132D (or 0xBC132D) is known color: Cardinal. HEX triplet: BC, 13 and 2D. RGB value is (188,19,45). Sum of RGB (Red+Green+Blue) = 188+19+45=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC132D is #43ECD2. Grayscale: #484848. Windows color (decimal): -4451539 or 2954172. OLE color: 2954172.
HSL color Cylindrical-coordinate representation of color #BC132D: hue angle of 350.77º 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 #BC132D is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 45 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.26 |
| HSL | 350.77º | 0.82% | 0.41% | - |
| HSV(B) | 350.77º | 0.9% | 0.74% | - |
| XYZ | 21.45 | 11.35 | 3.54 | - |
| YUV | 72.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 45 | 0 | 0.90 | 0.76 | 0.26 | 350.77 | 0.82 | 0.41 |
| Hex | BC | 13 | 2D | 0 | 5A | 4C | 1A | 15F | 52 | 29 |
| Octal | 274 | 23 | 55 | 0 | 132 | 114 | 32 | 537 | 122 | 51 |
| Binary | 10111100 | 10011 | 101101 | 0 | 1011010 | 1001100 | 11010 | 101011111 | 1010010 | 101001 |
Color Harmonies of #BC132D
Complementary color
Monochromatic Colors of #BC132D
Black with #BC132D
Text Example
Text Example
White with #BC132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC132D; }
p { color: rgb(188,19,45); }
H1.HeaderClassName
{
color: #BC132D;
}
.AnyTagClassName
{
color: #BC132D;
}
</style>
background-color css
<style>
a { background-color: #BC132D; }
a { background-color: rgb(188,19,45); }
div.DivClassName
{
background-color: #BC132D;
}
.BgClassName
{
background-color: #BC132D;
}
</style>
border-color css
<style>
span { border-color: #BC132D; }
span { border-color: rgb(188,19,45); }
td.TdClassName
{
border-color: #BC132D;
}
.TagClassName
{
border-color: #BC132D;
}
</style>