Shades of Cardinal #BC272D
Tints of Cardinal #BC272D
RGB
CMYK
RGB Variations
Color information
#BC272D (or 0xBC272D) is known color: Cardinal. HEX triplet: BC, 27 and 2D. RGB value is (188,39,45). Sum of RGB (Red+Green+Blue) = 188+39+45=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC272D is #43D8D2. Grayscale: #545454. Windows color (decimal): -4446419 or 2959292. OLE color: 2959292.
HSL color Cylindrical-coordinate representation of color #BC272D: hue angle of 357.58º 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 #BC272D is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 45 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.26 |
| HSL | 357.58º | 0.66% | 0.45% | - |
| HSV(B) | 357.58º | 0.79% | 0.74% | - |
| XYZ | 21.94 | 12.33 | 3.71 | - |
| YUV | 84.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 45 | 0 | 0.79 | 0.76 | 0.26 | 357.58 | 0.66 | 0.45 |
| Hex | BC | 27 | 2D | 0 | 4F | 4C | 1A | 166 | 42 | 2D |
| Octal | 274 | 47 | 55 | 0 | 117 | 114 | 32 | 546 | 102 | 55 |
| Binary | 10111100 | 100111 | 101101 | 0 | 1001111 | 1001100 | 11010 | 101100110 | 1000010 | 101101 |
Color Harmonies of #BC272D
Complementary color
Monochromatic Colors of #BC272D
Black with #BC272D
Text Example
Text Example
White with #BC272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC272D; }
p { color: rgb(188,39,45); }
H1.HeaderClassName
{
color: #BC272D;
}
.AnyTagClassName
{
color: #BC272D;
}
</style>
background-color css
<style>
a { background-color: #BC272D; }
a { background-color: rgb(188,39,45); }
div.DivClassName
{
background-color: #BC272D;
}
.BgClassName
{
background-color: #BC272D;
}
</style>
border-color css
<style>
span { border-color: #BC272D; }
span { border-color: rgb(188,39,45); }
td.TdClassName
{
border-color: #BC272D;
}
.TagClassName
{
border-color: #BC272D;
}
</style>