Shades of Cardinal #BC092C
Tints of Cardinal #BC092C
RGB
CMYK
RGB Variations
Color information
#BC092C (or 0xBC092C) is known color: Cardinal. HEX triplet: BC, 09 and 2C. RGB value is (188,9,44). Sum of RGB (Red+Green+Blue) = 188+9+44=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC092C is #43F6D3. Grayscale: #424242. Windows color (decimal): -4454100 or 2886076. OLE color: 2886076.
HSL color Cylindrical-coordinate representation of color #BC092C: hue angle of 348.27º 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 #BC092C is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 44 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.26 |
| HSL | 348.27º | 0.91% | 0.39% | - |
| HSV(B) | 348.27º | 0.95% | 0.74% | - |
| XYZ | 21.29 | 11.07 | 3.4 | - |
| YUV | 66.51 | 115.3 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 44 | 0 | 0.95 | 0.77 | 0.26 | 348.27 | 0.91 | 0.39 |
| Hex | BC | 9 | 2C | 0 | 5F | 4D | 1A | 15C | 5B | 27 |
| Octal | 274 | 11 | 54 | 0 | 137 | 115 | 32 | 534 | 133 | 47 |
| Binary | 10111100 | 1001 | 101100 | 0 | 1011111 | 1001101 | 11010 | 101011100 | 1011011 | 100111 |
Color Harmonies of #BC092C
Complementary color
Monochromatic Colors of #BC092C
Black with #BC092C
Text Example
Text Example
White with #BC092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC092C; }
p { color: rgb(188,9,44); }
H1.HeaderClassName
{
color: #BC092C;
}
.AnyTagClassName
{
color: #BC092C;
}
</style>
background-color css
<style>
a { background-color: #BC092C; }
a { background-color: rgb(188,9,44); }
div.DivClassName
{
background-color: #BC092C;
}
.BgClassName
{
background-color: #BC092C;
}
</style>
border-color css
<style>
span { border-color: #BC092C; }
span { border-color: rgb(188,9,44); }
td.TdClassName
{
border-color: #BC092C;
}
.TagClassName
{
border-color: #BC092C;
}
</style>