Shades of Cardinal #BC1430
Tints of Cardinal #BC1430
RGB
CMYK
RGB Variations
Color information
#BC1430 (or 0xBC1430) is known color: Cardinal. HEX triplet: BC, 14 and 30. RGB value is (188,20,48). Sum of RGB (Red+Green+Blue) = 188+20+48=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1430 is #43EBCF. Grayscale: #494949. Windows color (decimal): -4451280 or 3151036. OLE color: 3151036.
HSL color Cylindrical-coordinate representation of color #BC1430: hue angle of 350º degrees, saturation: 0.81, 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 #BC1430 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 48 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.26 |
| HSL | 350º | 0.81% | 0.41% | - |
| HSV(B) | 350º | 0.89% | 0.74% | - |
| XYZ | 21.52 | 11.41 | 3.86 | - |
| YUV | 73.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 48 | 0 | 0.89 | 0.74 | 0.26 | 350 | 0.81 | 0.41 |
| Hex | BC | 14 | 30 | 0 | 59 | 4A | 1A | 15E | 51 | 29 |
| Octal | 274 | 24 | 60 | 0 | 131 | 112 | 32 | 536 | 121 | 51 |
| Binary | 10111100 | 10100 | 110000 | 0 | 1011001 | 1001010 | 11010 | 101011110 | 1010001 | 101001 |
Color Harmonies of #BC1430
Complementary color
Monochromatic Colors of #BC1430
Black with #BC1430
Text Example
Text Example
White with #BC1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1430; }
p { color: rgb(188,20,48); }
H1.HeaderClassName
{
color: #BC1430;
}
.AnyTagClassName
{
color: #BC1430;
}
</style>
background-color css
<style>
a { background-color: #BC1430; }
a { background-color: rgb(188,20,48); }
div.DivClassName
{
background-color: #BC1430;
}
.BgClassName
{
background-color: #BC1430;
}
</style>
border-color css
<style>
span { border-color: #BC1430; }
span { border-color: rgb(188,20,48); }
td.TdClassName
{
border-color: #BC1430;
}
.TagClassName
{
border-color: #BC1430;
}
</style>