Shades of Cardinal #BC082C
Tints of Cardinal #BC082C
RGB
CMYK
RGB Variations
Color information
#BC082C (or 0xBC082C) is known color: Cardinal. HEX triplet: BC, 08 and 2C. RGB value is (188,8,44). Sum of RGB (Red+Green+Blue) = 188+8+44=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC082C is #43F7D3. Grayscale: #414141. Windows color (decimal): -4454356 or 2885820. OLE color: 2885820.
HSL color Cylindrical-coordinate representation of color #BC082C: hue angle of 348º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC082C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 44 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.26 |
| HSL | 348º | 0.92% | 0.38% | - |
| HSV(B) | 348º | 0.96% | 0.74% | - |
| XYZ | 21.28 | 11.05 | 3.39 | - |
| YUV | 65.92 | 115.63 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 44 | 0 | 0.96 | 0.77 | 0.26 | 348 | 0.92 | 0.38 |
| Hex | BC | 8 | 2C | 0 | 60 | 4D | 1A | 15C | 5C | 26 |
| Octal | 274 | 10 | 54 | 0 | 140 | 115 | 32 | 534 | 134 | 46 |
| Binary | 10111100 | 1000 | 101100 | 0 | 1100000 | 1001101 | 11010 | 101011100 | 1011100 | 100110 |
Color Harmonies of #BC082C
Complementary color
Monochromatic Colors of #BC082C
Black with #BC082C
Text Example
Text Example
White with #BC082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC082C; }
p { color: rgb(188,8,44); }
H1.HeaderClassName
{
color: #BC082C;
}
.AnyTagClassName
{
color: #BC082C;
}
</style>
background-color css
<style>
a { background-color: #BC082C; }
a { background-color: rgb(188,8,44); }
div.DivClassName
{
background-color: #BC082C;
}
.BgClassName
{
background-color: #BC082C;
}
</style>
border-color css
<style>
span { border-color: #BC082C; }
span { border-color: rgb(188,8,44); }
td.TdClassName
{
border-color: #BC082C;
}
.TagClassName
{
border-color: #BC082C;
}
</style>