Shades of Cardinal #BC0949
Tints of Cardinal #BC0949
RGB
CMYK
RGB Variations
Color information
#BC0949 (or 0xBC0949) is known color: Cardinal. HEX triplet: BC, 09 and 49. RGB value is (188,9,73). Sum of RGB (Red+Green+Blue) = 188+9+73=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0949 is #43F6B6. Grayscale: #454545. Windows color (decimal): -4454071 or 4786620. OLE color: 4786620.
HSL color Cylindrical-coordinate representation of color #BC0949: hue angle of 338.55º 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 #BC0949 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 73 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.26 |
| HSL | 338.55º | 0.91% | 0.39% | - |
| HSV(B) | 338.55º | 0.95% | 0.74% | - |
| XYZ | 22.04 | 11.37 | 7.34 | - |
| YUV | 69.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 73 | 0 | 0.95 | 0.61 | 0.26 | 338.55 | 0.91 | 0.39 |
| Hex | BC | 9 | 49 | 0 | 5F | 3D | 1A | 153 | 5B | 27 |
| Octal | 274 | 11 | 111 | 0 | 137 | 75 | 32 | 523 | 133 | 47 |
| Binary | 10111100 | 1001 | 1001001 | 0 | 1011111 | 111101 | 11010 | 101010011 | 1011011 | 100111 |
Color Harmonies of #BC0949
Complementary color
Monochromatic Colors of #BC0949
Black with #BC0949
Text Example
Text Example
White with #BC0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0949; }
p { color: rgb(188,9,73); }
H1.HeaderClassName
{
color: #BC0949;
}
.AnyTagClassName
{
color: #BC0949;
}
</style>
background-color css
<style>
a { background-color: #BC0949; }
a { background-color: rgb(188,9,73); }
div.DivClassName
{
background-color: #BC0949;
}
.BgClassName
{
background-color: #BC0949;
}
</style>
border-color css
<style>
span { border-color: #BC0949; }
span { border-color: rgb(188,9,73); }
td.TdClassName
{
border-color: #BC0949;
}
.TagClassName
{
border-color: #BC0949;
}
</style>