Shades of Cardinal #BC152D
Tints of Cardinal #BC152D
RGB
CMYK
RGB Variations
Color information
#BC152D (or 0xBC152D) is known color: Cardinal. HEX triplet: BC, 15 and 2D. RGB value is (188,21,45). Sum of RGB (Red+Green+Blue) = 188+21+45=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC152D is #43EAD2. Grayscale: #494949. Windows color (decimal): -4451027 or 2954684. OLE color: 2954684.
HSL color Cylindrical-coordinate representation of color #BC152D: hue angle of 351.38º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC152D is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 45 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.26 |
| HSL | 351.38º | 0.8% | 0.41% | - |
| HSV(B) | 351.38º | 0.89% | 0.74% | - |
| XYZ | 21.48 | 11.42 | 3.55 | - |
| YUV | 73.67 | 111.83 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 45 | 0 | 0.89 | 0.76 | 0.26 | 351.38 | 0.8 | 0.41 |
| Hex | BC | 15 | 2D | 0 | 59 | 4C | 1A | 15F | 50 | 29 |
| Octal | 274 | 25 | 55 | 0 | 131 | 114 | 32 | 537 | 120 | 51 |
| Binary | 10111100 | 10101 | 101101 | 0 | 1011001 | 1001100 | 11010 | 101011111 | 1010000 | 101001 |
Color Harmonies of #BC152D
Complementary color
Monochromatic Colors of #BC152D
Black with #BC152D
Text Example
Text Example
White with #BC152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC152D; }
p { color: rgb(188,21,45); }
H1.HeaderClassName
{
color: #BC152D;
}
.AnyTagClassName
{
color: #BC152D;
}
</style>
background-color css
<style>
a { background-color: #BC152D; }
a { background-color: rgb(188,21,45); }
div.DivClassName
{
background-color: #BC152D;
}
.BgClassName
{
background-color: #BC152D;
}
</style>
border-color css
<style>
span { border-color: #BC152D; }
span { border-color: rgb(188,21,45); }
td.TdClassName
{
border-color: #BC152D;
}
.TagClassName
{
border-color: #BC152D;
}
</style>