Shades of Cardinal #BC0831
Tints of Cardinal #BC0831
RGB
CMYK
RGB Variations
Color information
#BC0831 (or 0xBC0831) is known color: Cardinal. HEX triplet: BC, 08 and 31. RGB value is (188,8,49). Sum of RGB (Red+Green+Blue) = 188+8+49=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0831 is #43F7CE. Grayscale: #424242. Windows color (decimal): -4454351 or 3213500. OLE color: 3213500.
HSL color Cylindrical-coordinate representation of color #BC0831: hue angle of 346.33º 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 #BC0831 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.26 |
| HSL | 346.33º | 0.92% | 0.38% | - |
| HSV(B) | 346.33º | 0.96% | 0.74% | - |
| XYZ | 21.38 | 11.09 | 3.92 | - |
| YUV | 66.49 | 118.13 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 49 | 0 | 0.96 | 0.74 | 0.26 | 346.33 | 0.92 | 0.38 |
| Hex | BC | 8 | 31 | 0 | 60 | 4A | 1A | 15A | 5C | 26 |
| Octal | 274 | 10 | 61 | 0 | 140 | 112 | 32 | 532 | 134 | 46 |
| Binary | 10111100 | 1000 | 110001 | 0 | 1100000 | 1001010 | 11010 | 101011010 | 1011100 | 100110 |
Color Harmonies of #BC0831
Complementary color
Monochromatic Colors of #BC0831
Black with #BC0831
Text Example
Text Example
White with #BC0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0831; }
p { color: rgb(188,8,49); }
H1.HeaderClassName
{
color: #BC0831;
}
.AnyTagClassName
{
color: #BC0831;
}
</style>
background-color css
<style>
a { background-color: #BC0831; }
a { background-color: rgb(188,8,49); }
div.DivClassName
{
background-color: #BC0831;
}
.BgClassName
{
background-color: #BC0831;
}
</style>
border-color css
<style>
span { border-color: #BC0831; }
span { border-color: rgb(188,8,49); }
td.TdClassName
{
border-color: #BC0831;
}
.TagClassName
{
border-color: #BC0831;
}
</style>