Shades of Cardinal #BC134E
Tints of Cardinal #BC134E
RGB
CMYK
RGB Variations
Color information
#BC134E (or 0xBC134E) is known color: Cardinal. HEX triplet: BC, 13 and 4E. RGB value is (188,19,78). Sum of RGB (Red+Green+Blue) = 188+19+78=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC134E is #43ECB1. Grayscale: #4C4C4C. Windows color (decimal): -4451506 or 5116860. OLE color: 5116860.
HSL color Cylindrical-coordinate representation of color #BC134E: hue angle of 339.05º 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 #BC134E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 78 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.26 |
| HSL | 339.05º | 0.82% | 0.41% | - |
| HSV(B) | 339.05º | 0.9% | 0.74% | - |
| XYZ | 22.35 | 11.71 | 8.29 | - |
| YUV | 76.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 78 | 0 | 0.90 | 0.59 | 0.26 | 339.05 | 0.82 | 0.41 |
| Hex | BC | 13 | 4E | 0 | 5A | 3B | 1A | 153 | 52 | 29 |
| Octal | 274 | 23 | 116 | 0 | 132 | 73 | 32 | 523 | 122 | 51 |
| Binary | 10111100 | 10011 | 1001110 | 0 | 1011010 | 111011 | 11010 | 101010011 | 1010010 | 101001 |
Color Harmonies of #BC134E
Complementary color
Monochromatic Colors of #BC134E
Black with #BC134E
Text Example
Text Example
White with #BC134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC134E; }
p { color: rgb(188,19,78); }
H1.HeaderClassName
{
color: #BC134E;
}
.AnyTagClassName
{
color: #BC134E;
}
</style>
background-color css
<style>
a { background-color: #BC134E; }
a { background-color: rgb(188,19,78); }
div.DivClassName
{
background-color: #BC134E;
}
.BgClassName
{
background-color: #BC134E;
}
</style>
border-color css
<style>
span { border-color: #BC134E; }
span { border-color: rgb(188,19,78); }
td.TdClassName
{
border-color: #BC134E;
}
.TagClassName
{
border-color: #BC134E;
}
</style>