Shades of Cardinal #BC133A
Tints of Cardinal #BC133A
RGB
CMYK
RGB Variations
Color information
#BC133A (or 0xBC133A) is known color: Cardinal. HEX triplet: BC, 13 and 3A. RGB value is (188,19,58). Sum of RGB (Red+Green+Blue) = 188+19+58=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC133A is #43ECC5. Grayscale: #494949. Windows color (decimal): -4451526 or 3806140. OLE color: 3806140.
HSL color Cylindrical-coordinate representation of color #BC133A: hue angle of 346.15º 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 #BC133A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 58 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.26 |
| HSL | 346.15º | 0.82% | 0.41% | - |
| HSV(B) | 346.15º | 0.9% | 0.74% | - |
| XYZ | 21.74 | 11.46 | 5.07 | - |
| YUV | 73.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 58 | 0 | 0.90 | 0.69 | 0.26 | 346.15 | 0.82 | 0.41 |
| Hex | BC | 13 | 3A | 0 | 5A | 45 | 1A | 15A | 52 | 29 |
| Octal | 274 | 23 | 72 | 0 | 132 | 105 | 32 | 532 | 122 | 51 |
| Binary | 10111100 | 10011 | 111010 | 0 | 1011010 | 1000101 | 11010 | 101011010 | 1010010 | 101001 |
Color Harmonies of #BC133A
Complementary color
Monochromatic Colors of #BC133A
Black with #BC133A
Text Example
Text Example
White with #BC133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC133A; }
p { color: rgb(188,19,58); }
H1.HeaderClassName
{
color: #BC133A;
}
.AnyTagClassName
{
color: #BC133A;
}
</style>
background-color css
<style>
a { background-color: #BC133A; }
a { background-color: rgb(188,19,58); }
div.DivClassName
{
background-color: #BC133A;
}
.BgClassName
{
background-color: #BC133A;
}
</style>
border-color css
<style>
span { border-color: #BC133A; }
span { border-color: rgb(188,19,58); }
td.TdClassName
{
border-color: #BC133A;
}
.TagClassName
{
border-color: #BC133A;
}
</style>