Shades of Cardinal #BC2734
Tints of Cardinal #BC2734
RGB
CMYK
RGB Variations
Color information
#BC2734 (or 0xBC2734) is known color: Cardinal. HEX triplet: BC, 27 and 34. RGB value is (188,39,52). Sum of RGB (Red+Green+Blue) = 188+39+52=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2734 is #43D8CB. Grayscale: #555555. Windows color (decimal): -4446412 or 3418044. OLE color: 3418044.
HSL color Cylindrical-coordinate representation of color #BC2734: hue angle of 354.77º degrees, saturation: 0.66, 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 #BC2734 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 52 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.26 |
| HSL | 354.77º | 0.66% | 0.45% | - |
| HSV(B) | 354.77º | 0.79% | 0.74% | - |
| XYZ | 22.08 | 12.39 | 4.48 | - |
| YUV | 85.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 52 | 0 | 0.79 | 0.72 | 0.26 | 354.77 | 0.66 | 0.45 |
| Hex | BC | 27 | 34 | 0 | 4F | 48 | 1A | 163 | 42 | 2D |
| Octal | 274 | 47 | 64 | 0 | 117 | 110 | 32 | 543 | 102 | 55 |
| Binary | 10111100 | 100111 | 110100 | 0 | 1001111 | 1001000 | 11010 | 101100011 | 1000010 | 101101 |
Color Harmonies of #BC2734
Complementary color
Monochromatic Colors of #BC2734
Black with #BC2734
Text Example
Text Example
White with #BC2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2734; }
p { color: rgb(188,39,52); }
H1.HeaderClassName
{
color: #BC2734;
}
.AnyTagClassName
{
color: #BC2734;
}
</style>
background-color css
<style>
a { background-color: #BC2734; }
a { background-color: rgb(188,39,52); }
div.DivClassName
{
background-color: #BC2734;
}
.BgClassName
{
background-color: #BC2734;
}
</style>
border-color css
<style>
span { border-color: #BC2734; }
span { border-color: rgb(188,39,52); }
td.TdClassName
{
border-color: #BC2734;
}
.TagClassName
{
border-color: #BC2734;
}
</style>