Shades of Cardinal #BC184B
Tints of Cardinal #BC184B
RGB
CMYK
RGB Variations
Color information
#BC184B (or 0xBC184B) is known color: Cardinal. HEX triplet: BC, 18 and 4B. RGB value is (188,24,75). Sum of RGB (Red+Green+Blue) = 188+24+75=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC184B is #43E7B4. Grayscale: #4E4E4E. Windows color (decimal): -4450229 or 4921532. OLE color: 4921532.
HSL color Cylindrical-coordinate representation of color #BC184B: hue angle of 341.34º 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 #BC184B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 75 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.26 |
| HSL | 341.34º | 0.77% | 0.42% | - |
| HSV(B) | 341.34º | 0.87% | 0.74% | - |
| XYZ | 22.34 | 11.85 | 7.77 | - |
| YUV | 78.85 | 125.83 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 75 | 0 | 0.87 | 0.60 | 0.26 | 341.34 | 0.77 | 0.42 |
| Hex | BC | 18 | 4B | 0 | 57 | 3C | 1A | 155 | 4D | 2A |
| Octal | 274 | 30 | 113 | 0 | 127 | 74 | 32 | 525 | 115 | 52 |
| Binary | 10111100 | 11000 | 1001011 | 0 | 1010111 | 111100 | 11010 | 101010101 | 1001101 | 101010 |
Color Harmonies of #BC184B
Complementary color
Monochromatic Colors of #BC184B
Black with #BC184B
Text Example
Text Example
White with #BC184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC184B; }
p { color: rgb(188,24,75); }
H1.HeaderClassName
{
color: #BC184B;
}
.AnyTagClassName
{
color: #BC184B;
}
</style>
background-color css
<style>
a { background-color: #BC184B; }
a { background-color: rgb(188,24,75); }
div.DivClassName
{
background-color: #BC184B;
}
.BgClassName
{
background-color: #BC184B;
}
</style>
border-color css
<style>
span { border-color: #BC184B; }
span { border-color: rgb(188,24,75); }
td.TdClassName
{
border-color: #BC184B;
}
.TagClassName
{
border-color: #BC184B;
}
</style>