Shades of Cardinal #BC1333
Tints of Cardinal #BC1333
RGB
CMYK
RGB Variations
Color information
#BC1333 (or 0xBC1333) is known color: Cardinal. HEX triplet: BC, 13 and 33. RGB value is (188,19,51). Sum of RGB (Red+Green+Blue) = 188+19+51=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1333 is #43ECCC. Grayscale: #494949. Windows color (decimal): -4451533 or 3347388. OLE color: 3347388.
HSL color Cylindrical-coordinate representation of color #BC1333: hue angle of 348.64º 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 #BC1333 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 51 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.26 |
| HSL | 348.64º | 0.82% | 0.41% | - |
| HSV(B) | 348.64º | 0.9% | 0.74% | - |
| XYZ | 21.57 | 11.4 | 4.19 | - |
| YUV | 73.18 | 115.49 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 51 | 0 | 0.90 | 0.73 | 0.26 | 348.64 | 0.82 | 0.41 |
| Hex | BC | 13 | 33 | 0 | 5A | 49 | 1A | 15D | 52 | 29 |
| Octal | 274 | 23 | 63 | 0 | 132 | 111 | 32 | 535 | 122 | 51 |
| Binary | 10111100 | 10011 | 110011 | 0 | 1011010 | 1001001 | 11010 | 101011101 | 1010010 | 101001 |
Color Harmonies of #BC1333
Complementary color
Monochromatic Colors of #BC1333
Black with #BC1333
Text Example
Text Example
White with #BC1333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1333; }
p { color: rgb(188,19,51); }
H1.HeaderClassName
{
color: #BC1333;
}
.AnyTagClassName
{
color: #BC1333;
}
</style>
background-color css
<style>
a { background-color: #BC1333; }
a { background-color: rgb(188,19,51); }
div.DivClassName
{
background-color: #BC1333;
}
.BgClassName
{
background-color: #BC1333;
}
</style>
border-color css
<style>
span { border-color: #BC1333; }
span { border-color: rgb(188,19,51); }
td.TdClassName
{
border-color: #BC1333;
}
.TagClassName
{
border-color: #BC1333;
}
</style>