Shades of Cardinal #BC052F
Tints of Cardinal #BC052F
RGB
CMYK
RGB Variations
Color information
#BC052F (or 0xBC052F) is known color: Cardinal. HEX triplet: BC, 05 and 2F. RGB value is (188,5,47). Sum of RGB (Red+Green+Blue) = 188+5+47=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC052F is #43FAD0. Grayscale: #404040. Windows color (decimal): -4455121 or 3081660. OLE color: 3081660.
HSL color Cylindrical-coordinate representation of color #BC052F: hue angle of 346.23º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC052F is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.26 |
| HSL | 346.23º | 0.95% | 0.38% | - |
| HSV(B) | 346.23º | 0.97% | 0.74% | - |
| XYZ | 21.31 | 11.01 | 3.69 | - |
| YUV | 64.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 47 | 0 | 0.97 | 0.75 | 0.26 | 346.23 | 0.95 | 0.38 |
| Hex | BC | 5 | 2F | 0 | 61 | 4B | 1A | 15A | 5F | 26 |
| Octal | 274 | 5 | 57 | 0 | 141 | 113 | 32 | 532 | 137 | 46 |
| Binary | 10111100 | 101 | 101111 | 0 | 1100001 | 1001011 | 11010 | 101011010 | 1011111 | 100110 |
Color Harmonies of #BC052F
Complementary color
Monochromatic Colors of #BC052F
Black with #BC052F
Text Example
Text Example
White with #BC052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC052F; }
p { color: rgb(188,5,47); }
H1.HeaderClassName
{
color: #BC052F;
}
.AnyTagClassName
{
color: #BC052F;
}
</style>
background-color css
<style>
a { background-color: #BC052F; }
a { background-color: rgb(188,5,47); }
div.DivClassName
{
background-color: #BC052F;
}
.BgClassName
{
background-color: #BC052F;
}
</style>
border-color css
<style>
span { border-color: #BC052F; }
span { border-color: rgb(188,5,47); }
td.TdClassName
{
border-color: #BC052F;
}
.TagClassName
{
border-color: #BC052F;
}
</style>