Shades of Cardinal #BC283A
Tints of Cardinal #BC283A
RGB
CMYK
RGB Variations
Color information
#BC283A (or 0xBC283A) is known color: Cardinal. HEX triplet: BC, 28 and 3A. RGB value is (188,40,58). Sum of RGB (Red+Green+Blue) = 188+40+58=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC283A is #43D7C5. Grayscale: #565656. Windows color (decimal): -4446150 or 3811516. OLE color: 3811516.
HSL color Cylindrical-coordinate representation of color #BC283A: hue angle of 352.7º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC283A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 58 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.26 |
| HSL | 352.7º | 0.65% | 0.45% | - |
| HSV(B) | 352.7º | 0.79% | 0.74% | - |
| XYZ | 22.26 | 12.51 | 5.25 | - |
| YUV | 86.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 58 | 0 | 0.79 | 0.69 | 0.26 | 352.7 | 0.65 | 0.45 |
| Hex | BC | 28 | 3A | 0 | 4F | 45 | 1A | 161 | 41 | 2D |
| Octal | 274 | 50 | 72 | 0 | 117 | 105 | 32 | 541 | 101 | 55 |
| Binary | 10111100 | 101000 | 111010 | 0 | 1001111 | 1000101 | 11010 | 101100001 | 1000001 | 101101 |
Color Harmonies of #BC283A
Complementary color
Monochromatic Colors of #BC283A
Black with #BC283A
Text Example
Text Example
White with #BC283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC283A; }
p { color: rgb(188,40,58); }
H1.HeaderClassName
{
color: #BC283A;
}
.AnyTagClassName
{
color: #BC283A;
}
</style>
background-color css
<style>
a { background-color: #BC283A; }
a { background-color: rgb(188,40,58); }
div.DivClassName
{
background-color: #BC283A;
}
.BgClassName
{
background-color: #BC283A;
}
</style>
border-color css
<style>
span { border-color: #BC283A; }
span { border-color: rgb(188,40,58); }
td.TdClassName
{
border-color: #BC283A;
}
.TagClassName
{
border-color: #BC283A;
}
</style>