Shades of Cardinal #BC0842
Tints of Cardinal #BC0842
RGB
CMYK
RGB Variations
Color information
#BC0842 (or 0xBC0842) is known color: Cardinal. HEX triplet: BC, 08 and 42. RGB value is (188,8,66). Sum of RGB (Red+Green+Blue) = 188+8+66=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0842 is #43F7BD. Grayscale: #444444. Windows color (decimal): -4454334 or 4327612. OLE color: 4327612.
HSL color Cylindrical-coordinate representation of color #BC0842: hue angle of 340.67º 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 #BC0842 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 66 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.26 |
| HSL | 340.67º | 0.92% | 0.38% | - |
| HSV(B) | 340.67º | 0.96% | 0.74% | - |
| XYZ | 21.81 | 11.26 | 6.18 | - |
| YUV | 68.43 | 126.63 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 66 | 0 | 0.96 | 0.65 | 0.26 | 340.67 | 0.92 | 0.38 |
| Hex | BC | 8 | 42 | 0 | 60 | 41 | 1A | 155 | 5C | 26 |
| Octal | 274 | 10 | 102 | 0 | 140 | 101 | 32 | 525 | 134 | 46 |
| Binary | 10111100 | 1000 | 1000010 | 0 | 1100000 | 1000001 | 11010 | 101010101 | 1011100 | 100110 |
Color Harmonies of #BC0842
Complementary color
Monochromatic Colors of #BC0842
Black with #BC0842
Text Example
Text Example
White with #BC0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0842; }
p { color: rgb(188,8,66); }
H1.HeaderClassName
{
color: #BC0842;
}
.AnyTagClassName
{
color: #BC0842;
}
</style>
background-color css
<style>
a { background-color: #BC0842; }
a { background-color: rgb(188,8,66); }
div.DivClassName
{
background-color: #BC0842;
}
.BgClassName
{
background-color: #BC0842;
}
</style>
border-color css
<style>
span { border-color: #BC0842; }
span { border-color: rgb(188,8,66); }
td.TdClassName
{
border-color: #BC0842;
}
.TagClassName
{
border-color: #BC0842;
}
</style>