Shades of Cardinal #BC133B
Tints of Cardinal #BC133B
RGB
CMYK
RGB Variations
Color information
#BC133B (or 0xBC133B) is known color: Cardinal. HEX triplet: BC, 13 and 3B. RGB value is (188,19,59). Sum of RGB (Red+Green+Blue) = 188+19+59=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC133B is #43ECC4. Grayscale: #4A4A4A. Windows color (decimal): -4451525 or 3871676. OLE color: 3871676.
HSL color Cylindrical-coordinate representation of color #BC133B: hue angle of 345.8º 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 #BC133B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 59 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.26 |
| HSL | 345.8º | 0.82% | 0.41% | - |
| HSV(B) | 345.8º | 0.9% | 0.74% | - |
| XYZ | 21.76 | 11.47 | 5.21 | - |
| YUV | 74.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 59 | 0 | 0.90 | 0.69 | 0.26 | 345.8 | 0.82 | 0.41 |
| Hex | BC | 13 | 3B | 0 | 5A | 45 | 1A | 15A | 52 | 29 |
| Octal | 274 | 23 | 73 | 0 | 132 | 105 | 32 | 532 | 122 | 51 |
| Binary | 10111100 | 10011 | 111011 | 0 | 1011010 | 1000101 | 11010 | 101011010 | 1010010 | 101001 |
Color Harmonies of #BC133B
Complementary color
Monochromatic Colors of #BC133B
Black with #BC133B
Text Example
Text Example
White with #BC133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC133B; }
p { color: rgb(188,19,59); }
H1.HeaderClassName
{
color: #BC133B;
}
.AnyTagClassName
{
color: #BC133B;
}
</style>
background-color css
<style>
a { background-color: #BC133B; }
a { background-color: rgb(188,19,59); }
div.DivClassName
{
background-color: #BC133B;
}
.BgClassName
{
background-color: #BC133B;
}
</style>
border-color css
<style>
span { border-color: #BC133B; }
span { border-color: rgb(188,19,59); }
td.TdClassName
{
border-color: #BC133B;
}
.TagClassName
{
border-color: #BC133B;
}
</style>