Shades of Cardinal #BC184C
Tints of Cardinal #BC184C
RGB
CMYK
RGB Variations
Color information
#BC184C (or 0xBC184C) is known color: Cardinal. HEX triplet: BC, 18 and 4C. RGB value is (188,24,76). Sum of RGB (Red+Green+Blue) = 188+24+76=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC184C is #43E7B3. Grayscale: #4E4E4E. Windows color (decimal): -4450228 or 4987068. OLE color: 4987068.
HSL color Cylindrical-coordinate representation of color #BC184C: hue angle of 340.98º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC184C is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 76 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.26 |
| HSL | 340.98º | 0.77% | 0.42% | - |
| HSV(B) | 340.98º | 0.87% | 0.74% | - |
| XYZ | 22.37 | 11.87 | 7.95 | - |
| YUV | 78.96 | 126.33 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 76 | 0 | 0.87 | 0.60 | 0.26 | 340.98 | 0.77 | 0.42 |
| Hex | BC | 18 | 4C | 0 | 57 | 3C | 1A | 155 | 4D | 2A |
| Octal | 274 | 30 | 114 | 0 | 127 | 74 | 32 | 525 | 115 | 52 |
| Binary | 10111100 | 11000 | 1001100 | 0 | 1010111 | 111100 | 11010 | 101010101 | 1001101 | 101010 |
Color Harmonies of #BC184C
Complementary color
Monochromatic Colors of #BC184C
Black with #BC184C
Text Example
Text Example
White with #BC184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC184C; }
p { color: rgb(188,24,76); }
H1.HeaderClassName
{
color: #BC184C;
}
.AnyTagClassName
{
color: #BC184C;
}
</style>
background-color css
<style>
a { background-color: #BC184C; }
a { background-color: rgb(188,24,76); }
div.DivClassName
{
background-color: #BC184C;
}
.BgClassName
{
background-color: #BC184C;
}
</style>
border-color css
<style>
span { border-color: #BC184C; }
span { border-color: rgb(188,24,76); }
td.TdClassName
{
border-color: #BC184C;
}
.TagClassName
{
border-color: #BC184C;
}
</style>