Shades of Cardinal #BC2334
Tints of Cardinal #BC2334
RGB
CMYK
RGB Variations
Color information
#BC2334 (or 0xBC2334) is known color: Cardinal. HEX triplet: BC, 23 and 34. RGB value is (188,35,52). Sum of RGB (Red+Green+Blue) = 188+35+52=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2334 is #43DCCB. Grayscale: #525252. Windows color (decimal): -4447436 or 3417020. OLE color: 3417020.
HSL color Cylindrical-coordinate representation of color #BC2334: hue angle of 353.33º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2334 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 52 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.26 |
| HSL | 353.33º | 0.69% | 0.44% | - |
| HSV(B) | 353.33º | 0.81% | 0.74% | - |
| XYZ | 21.96 | 12.14 | 4.43 | - |
| YUV | 82.69 | 110.69 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 52 | 0 | 0.81 | 0.72 | 0.26 | 353.33 | 0.69 | 0.44 |
| Hex | BC | 23 | 34 | 0 | 51 | 48 | 1A | 161 | 45 | 2C |
| Octal | 274 | 43 | 64 | 0 | 121 | 110 | 32 | 541 | 105 | 54 |
| Binary | 10111100 | 100011 | 110100 | 0 | 1010001 | 1001000 | 11010 | 101100001 | 1000101 | 101100 |
Color Harmonies of #BC2334
Complementary color
Monochromatic Colors of #BC2334
Black with #BC2334
Text Example
Text Example
White with #BC2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2334; }
p { color: rgb(188,35,52); }
H1.HeaderClassName
{
color: #BC2334;
}
.AnyTagClassName
{
color: #BC2334;
}
</style>
background-color css
<style>
a { background-color: #BC2334; }
a { background-color: rgb(188,35,52); }
div.DivClassName
{
background-color: #BC2334;
}
.BgClassName
{
background-color: #BC2334;
}
</style>
border-color css
<style>
span { border-color: #BC2334; }
span { border-color: rgb(188,35,52); }
td.TdClassName
{
border-color: #BC2334;
}
.TagClassName
{
border-color: #BC2334;
}
</style>