Shades of Cardinal #BC1330
Tints of Cardinal #BC1330
RGB
CMYK
RGB Variations
Color information
#BC1330 (or 0xBC1330) is known color: Cardinal. HEX triplet: BC, 13 and 30. RGB value is (188,19,48). Sum of RGB (Red+Green+Blue) = 188+19+48=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1330 is #43ECCF. Grayscale: #484848. Windows color (decimal): -4451536 or 3150780. OLE color: 3150780.
HSL color Cylindrical-coordinate representation of color #BC1330: hue angle of 349.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1330 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 48 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.26 |
| HSL | 349.7º | 0.82% | 0.41% | - |
| HSV(B) | 349.7º | 0.9% | 0.74% | - |
| XYZ | 21.51 | 11.37 | 3.86 | - |
| YUV | 72.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 48 | 0 | 0.90 | 0.74 | 0.26 | 349.7 | 0.82 | 0.41 |
| Hex | BC | 13 | 30 | 0 | 5A | 4A | 1A | 15E | 52 | 29 |
| Octal | 274 | 23 | 60 | 0 | 132 | 112 | 32 | 536 | 122 | 51 |
| Binary | 10111100 | 10011 | 110000 | 0 | 1011010 | 1001010 | 11010 | 101011110 | 1010010 | 101001 |
Color Harmonies of #BC1330
Complementary color
Monochromatic Colors of #BC1330
Black with #BC1330
Text Example
Text Example
White with #BC1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1330; }
p { color: rgb(188,19,48); }
H1.HeaderClassName
{
color: #BC1330;
}
.AnyTagClassName
{
color: #BC1330;
}
</style>
background-color css
<style>
a { background-color: #BC1330; }
a { background-color: rgb(188,19,48); }
div.DivClassName
{
background-color: #BC1330;
}
.BgClassName
{
background-color: #BC1330;
}
</style>
border-color css
<style>
span { border-color: #BC1330; }
span { border-color: rgb(188,19,48); }
td.TdClassName
{
border-color: #BC1330;
}
.TagClassName
{
border-color: #BC1330;
}
</style>