Shades of Cardinal #BC152F
Tints of Cardinal #BC152F
RGB
CMYK
RGB Variations
Color information
#BC152F (or 0xBC152F) is known color: Cardinal. HEX triplet: BC, 15 and 2F. RGB value is (188,21,47). Sum of RGB (Red+Green+Blue) = 188+21+47=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC152F is #43EAD0. Grayscale: #494949. Windows color (decimal): -4451025 or 3085756. OLE color: 3085756.
HSL color Cylindrical-coordinate representation of color #BC152F: hue angle of 350.66º 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 #BC152F is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 47 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.26 |
| HSL | 350.66º | 0.8% | 0.41% | - |
| HSV(B) | 350.66º | 0.89% | 0.74% | - |
| XYZ | 21.52 | 11.43 | 3.76 | - |
| YUV | 73.9 | 112.83 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 47 | 0 | 0.89 | 0.75 | 0.26 | 350.66 | 0.8 | 0.41 |
| Hex | BC | 15 | 2F | 0 | 59 | 4B | 1A | 15F | 50 | 29 |
| Octal | 274 | 25 | 57 | 0 | 131 | 113 | 32 | 537 | 120 | 51 |
| Binary | 10111100 | 10101 | 101111 | 0 | 1011001 | 1001011 | 11010 | 101011111 | 1010000 | 101001 |
Color Harmonies of #BC152F
Complementary color
Monochromatic Colors of #BC152F
Black with #BC152F
Text Example
Text Example
White with #BC152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC152F; }
p { color: rgb(188,21,47); }
H1.HeaderClassName
{
color: #BC152F;
}
.AnyTagClassName
{
color: #BC152F;
}
</style>
background-color css
<style>
a { background-color: #BC152F; }
a { background-color: rgb(188,21,47); }
div.DivClassName
{
background-color: #BC152F;
}
.BgClassName
{
background-color: #BC152F;
}
</style>
border-color css
<style>
span { border-color: #BC152F; }
span { border-color: rgb(188,21,47); }
td.TdClassName
{
border-color: #BC152F;
}
.TagClassName
{
border-color: #BC152F;
}
</style>