Shades of Cardinal #BC1730
Tints of Cardinal #BC1730
RGB
CMYK
RGB Variations
Color information
#BC1730 (or 0xBC1730) is known color: Cardinal. HEX triplet: BC, 17 and 30. RGB value is (188,23,48). Sum of RGB (Red+Green+Blue) = 188+23+48=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1730 is #43E8CF. Grayscale: #4B4B4B. Windows color (decimal): -4450512 or 3151804. OLE color: 3151804.
HSL color Cylindrical-coordinate representation of color #BC1730: hue angle of 350.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1730 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 48 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.26 |
| HSL | 350.91º | 0.78% | 0.41% | - |
| HSV(B) | 350.91º | 0.88% | 0.74% | - |
| XYZ | 21.58 | 11.52 | 3.88 | - |
| YUV | 75.19 | 112.66 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 48 | 0 | 0.88 | 0.74 | 0.26 | 350.91 | 0.78 | 0.41 |
| Hex | BC | 17 | 30 | 0 | 58 | 4A | 1A | 15F | 4E | 29 |
| Octal | 274 | 27 | 60 | 0 | 130 | 112 | 32 | 537 | 116 | 51 |
| Binary | 10111100 | 10111 | 110000 | 0 | 1011000 | 1001010 | 11010 | 101011111 | 1001110 | 101001 |
Color Harmonies of #BC1730
Complementary color
Monochromatic Colors of #BC1730
Black with #BC1730
Text Example
Text Example
White with #BC1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1730; }
p { color: rgb(188,23,48); }
H1.HeaderClassName
{
color: #BC1730;
}
.AnyTagClassName
{
color: #BC1730;
}
</style>
background-color css
<style>
a { background-color: #BC1730; }
a { background-color: rgb(188,23,48); }
div.DivClassName
{
background-color: #BC1730;
}
.BgClassName
{
background-color: #BC1730;
}
</style>
border-color css
<style>
span { border-color: #BC1730; }
span { border-color: rgb(188,23,48); }
td.TdClassName
{
border-color: #BC1730;
}
.TagClassName
{
border-color: #BC1730;
}
</style>