Shades of Cardinal #BC2833
Tints of Cardinal #BC2833
RGB
CMYK
RGB Variations
Color information
#BC2833 (or 0xBC2833) is known color: Cardinal. HEX triplet: BC, 28 and 33. RGB value is (188,40,51). Sum of RGB (Red+Green+Blue) = 188+40+51=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2833 is #43D7CC. Grayscale: #555555. Windows color (decimal): -4446157 or 3352764. OLE color: 3352764.
HSL color Cylindrical-coordinate representation of color #BC2833: hue angle of 355.54º 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 #BC2833 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 51 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.26 |
| HSL | 355.54º | 0.65% | 0.45% | - |
| HSV(B) | 355.54º | 0.79% | 0.74% | - |
| XYZ | 22.1 | 12.45 | 4.37 | - |
| YUV | 85.51 | 108.53 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 51 | 0 | 0.79 | 0.73 | 0.26 | 355.54 | 0.65 | 0.45 |
| Hex | BC | 28 | 33 | 0 | 4F | 49 | 1A | 164 | 41 | 2D |
| Octal | 274 | 50 | 63 | 0 | 117 | 111 | 32 | 544 | 101 | 55 |
| Binary | 10111100 | 101000 | 110011 | 0 | 1001111 | 1001001 | 11010 | 101100100 | 1000001 | 101101 |
Color Harmonies of #BC2833
Complementary color
Monochromatic Colors of #BC2833
Black with #BC2833
Text Example
Text Example
White with #BC2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2833; }
p { color: rgb(188,40,51); }
H1.HeaderClassName
{
color: #BC2833;
}
.AnyTagClassName
{
color: #BC2833;
}
</style>
background-color css
<style>
a { background-color: #BC2833; }
a { background-color: rgb(188,40,51); }
div.DivClassName
{
background-color: #BC2833;
}
.BgClassName
{
background-color: #BC2833;
}
</style>
border-color css
<style>
span { border-color: #BC2833; }
span { border-color: rgb(188,40,51); }
td.TdClassName
{
border-color: #BC2833;
}
.TagClassName
{
border-color: #BC2833;
}
</style>