Shades of Cardinal #BC2534
Tints of Cardinal #BC2534
RGB
CMYK
RGB Variations
Color information
#BC2534 (or 0xBC2534) is known color: Cardinal. HEX triplet: BC, 25 and 34. RGB value is (188,37,52). Sum of RGB (Red+Green+Blue) = 188+37+52=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2534 is #43DACB. Grayscale: #535353. Windows color (decimal): -4446924 or 3417532. OLE color: 3417532.
HSL color Cylindrical-coordinate representation of color #BC2534: hue angle of 354.04º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2534 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 52 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.26 |
| HSL | 354.04º | 0.67% | 0.44% | - |
| HSV(B) | 354.04º | 0.8% | 0.74% | - |
| XYZ | 22.02 | 12.26 | 4.46 | - |
| YUV | 83.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 52 | 0 | 0.80 | 0.72 | 0.26 | 354.04 | 0.67 | 0.44 |
| Hex | BC | 25 | 34 | 0 | 50 | 48 | 1A | 162 | 43 | 2C |
| Octal | 274 | 45 | 64 | 0 | 120 | 110 | 32 | 542 | 103 | 54 |
| Binary | 10111100 | 100101 | 110100 | 0 | 1010000 | 1001000 | 11010 | 101100010 | 1000011 | 101100 |
Color Harmonies of #BC2534
Complementary color
Monochromatic Colors of #BC2534
Black with #BC2534
Text Example
Text Example
White with #BC2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2534; }
p { color: rgb(188,37,52); }
H1.HeaderClassName
{
color: #BC2534;
}
.AnyTagClassName
{
color: #BC2534;
}
</style>
background-color css
<style>
a { background-color: #BC2534; }
a { background-color: rgb(188,37,52); }
div.DivClassName
{
background-color: #BC2534;
}
.BgClassName
{
background-color: #BC2534;
}
</style>
border-color css
<style>
span { border-color: #BC2534; }
span { border-color: rgb(188,37,52); }
td.TdClassName
{
border-color: #BC2534;
}
.TagClassName
{
border-color: #BC2534;
}
</style>