Shades of Cardinal #BC1832
Tints of Cardinal #BC1832
RGB
CMYK
RGB Variations
Color information
#BC1832 (or 0xBC1832) is known color: Cardinal. HEX triplet: BC, 18 and 32. RGB value is (188,24,50). Sum of RGB (Red+Green+Blue) = 188+24+50=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1832 is #43E7CD. Grayscale: #4C4C4C. Windows color (decimal): -4450254 or 3283132. OLE color: 3283132.
HSL color Cylindrical-coordinate representation of color #BC1832: hue angle of 350.49º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1832 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 50 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.26 |
| HSL | 350.49º | 0.77% | 0.42% | - |
| HSV(B) | 350.49º | 0.87% | 0.74% | - |
| XYZ | 21.64 | 11.57 | 4.11 | - |
| YUV | 76 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 50 | 0 | 0.87 | 0.73 | 0.26 | 350.49 | 0.77 | 0.42 |
| Hex | BC | 18 | 32 | 0 | 57 | 49 | 1A | 15E | 4D | 2A |
| Octal | 274 | 30 | 62 | 0 | 127 | 111 | 32 | 536 | 115 | 52 |
| Binary | 10111100 | 11000 | 110010 | 0 | 1010111 | 1001001 | 11010 | 101011110 | 1001101 | 101010 |
Color Harmonies of #BC1832
Complementary color
Monochromatic Colors of #BC1832
Black with #BC1832
Text Example
Text Example
White with #BC1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1832; }
p { color: rgb(188,24,50); }
H1.HeaderClassName
{
color: #BC1832;
}
.AnyTagClassName
{
color: #BC1832;
}
</style>
background-color css
<style>
a { background-color: #BC1832; }
a { background-color: rgb(188,24,50); }
div.DivClassName
{
background-color: #BC1832;
}
.BgClassName
{
background-color: #BC1832;
}
</style>
border-color css
<style>
span { border-color: #BC1832; }
span { border-color: rgb(188,24,50); }
td.TdClassName
{
border-color: #BC1832;
}
.TagClassName
{
border-color: #BC1832;
}
</style>