Shades of Cardinal #BC082E
Tints of Cardinal #BC082E
RGB
CMYK
RGB Variations
Color information
#BC082E (or 0xBC082E) is known color: Cardinal. HEX triplet: BC, 08 and 2E. RGB value is (188,8,46). Sum of RGB (Red+Green+Blue) = 188+8+46=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC082E is #43F7D1. Grayscale: #424242. Windows color (decimal): -4454354 or 3016892. OLE color: 3016892.
HSL color Cylindrical-coordinate representation of color #BC082E: hue angle of 347.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 #BC082E is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 46 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.26 |
| HSL | 347.33º | 0.92% | 0.38% | - |
| HSV(B) | 347.33º | 0.96% | 0.74% | - |
| XYZ | 21.32 | 11.06 | 3.6 | - |
| YUV | 66.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 46 | 0 | 0.96 | 0.76 | 0.26 | 347.33 | 0.92 | 0.38 |
| Hex | BC | 8 | 2E | 0 | 60 | 4C | 1A | 15B | 5C | 26 |
| Octal | 274 | 10 | 56 | 0 | 140 | 114 | 32 | 533 | 134 | 46 |
| Binary | 10111100 | 1000 | 101110 | 0 | 1100000 | 1001100 | 11010 | 101011011 | 1011100 | 100110 |
Color Harmonies of #BC082E
Complementary color
Monochromatic Colors of #BC082E
Black with #BC082E
Text Example
Text Example
White with #BC082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC082E; }
p { color: rgb(188,8,46); }
H1.HeaderClassName
{
color: #BC082E;
}
.AnyTagClassName
{
color: #BC082E;
}
</style>
background-color css
<style>
a { background-color: #BC082E; }
a { background-color: rgb(188,8,46); }
div.DivClassName
{
background-color: #BC082E;
}
.BgClassName
{
background-color: #BC082E;
}
</style>
border-color css
<style>
span { border-color: #BC082E; }
span { border-color: rgb(188,8,46); }
td.TdClassName
{
border-color: #BC082E;
}
.TagClassName
{
border-color: #BC082E;
}
</style>