Shades of Cardinal #BC092B
Tints of Cardinal #BC092B
RGB
CMYK
RGB Variations
Color information
#BC092B (or 0xBC092B) is known color: Cardinal. HEX triplet: BC, 09 and 2B. RGB value is (188,9,43). Sum of RGB (Red+Green+Blue) = 188+9+43=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC092B is #43F6D4. Grayscale: #424242. Windows color (decimal): -4454101 or 2820540. OLE color: 2820540.
HSL color Cylindrical-coordinate representation of color #BC092B: hue angle of 348.6º 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 #BC092B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 43 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.26 |
| HSL | 348.6º | 0.91% | 0.39% | - |
| HSV(B) | 348.6º | 0.95% | 0.74% | - |
| XYZ | 21.27 | 11.06 | 3.3 | - |
| YUV | 66.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 43 | 0 | 0.95 | 0.77 | 0.26 | 348.6 | 0.91 | 0.39 |
| Hex | BC | 9 | 2B | 0 | 5F | 4D | 1A | 15D | 5B | 27 |
| Octal | 274 | 11 | 53 | 0 | 137 | 115 | 32 | 535 | 133 | 47 |
| Binary | 10111100 | 1001 | 101011 | 0 | 1011111 | 1001101 | 11010 | 101011101 | 1011011 | 100111 |
Color Harmonies of #BC092B
Complementary color
Monochromatic Colors of #BC092B
Black with #BC092B
Text Example
Text Example
White with #BC092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC092B; }
p { color: rgb(188,9,43); }
H1.HeaderClassName
{
color: #BC092B;
}
.AnyTagClassName
{
color: #BC092B;
}
</style>
background-color css
<style>
a { background-color: #BC092B; }
a { background-color: rgb(188,9,43); }
div.DivClassName
{
background-color: #BC092B;
}
.BgClassName
{
background-color: #BC092B;
}
</style>
border-color css
<style>
span { border-color: #BC092B; }
span { border-color: rgb(188,9,43); }
td.TdClassName
{
border-color: #BC092B;
}
.TagClassName
{
border-color: #BC092B;
}
</style>