Shades of Cardinal #BC0934
Tints of Cardinal #BC0934
RGB
CMYK
RGB Variations
Color information
#BC0934 (or 0xBC0934) is known color: Cardinal. HEX triplet: BC, 09 and 34. RGB value is (188,9,52). Sum of RGB (Red+Green+Blue) = 188+9+52=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0934 is #43F6CB. Grayscale: #434343. Windows color (decimal): -4454092 or 3410364. OLE color: 3410364.
HSL color Cylindrical-coordinate representation of color #BC0934: hue angle of 345.59º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0934 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 52 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.26 |
| HSL | 345.59º | 0.91% | 0.39% | - |
| HSV(B) | 345.59º | 0.95% | 0.74% | - |
| XYZ | 21.46 | 11.13 | 4.27 | - |
| YUV | 67.42 | 119.3 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 52 | 0 | 0.95 | 0.72 | 0.26 | 345.59 | 0.91 | 0.39 |
| Hex | BC | 9 | 34 | 0 | 5F | 48 | 1A | 15A | 5B | 27 |
| Octal | 274 | 11 | 64 | 0 | 137 | 110 | 32 | 532 | 133 | 47 |
| Binary | 10111100 | 1001 | 110100 | 0 | 1011111 | 1001000 | 11010 | 101011010 | 1011011 | 100111 |
Color Harmonies of #BC0934
Complementary color
Monochromatic Colors of #BC0934
Black with #BC0934
Text Example
Text Example
White with #BC0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0934; }
p { color: rgb(188,9,52); }
H1.HeaderClassName
{
color: #BC0934;
}
.AnyTagClassName
{
color: #BC0934;
}
</style>
background-color css
<style>
a { background-color: #BC0934; }
a { background-color: rgb(188,9,52); }
div.DivClassName
{
background-color: #BC0934;
}
.BgClassName
{
background-color: #BC0934;
}
</style>
border-color css
<style>
span { border-color: #BC0934; }
span { border-color: rgb(188,9,52); }
td.TdClassName
{
border-color: #BC0934;
}
.TagClassName
{
border-color: #BC0934;
}
</style>