Shades of Cardinal #BC273D
Tints of Cardinal #BC273D
RGB
CMYK
RGB Variations
Color information
#BC273D (or 0xBC273D) is known color: Cardinal. HEX triplet: BC, 27 and 3D. RGB value is (188,39,61). Sum of RGB (Red+Green+Blue) = 188+39+61=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC273D is #43D8C2. Grayscale: #565656. Windows color (decimal): -4446403 or 4007868. OLE color: 4007868.
HSL color Cylindrical-coordinate representation of color #BC273D: hue angle of 351.14º 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 #BC273D is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 61 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.26 |
| HSL | 351.14º | 0.66% | 0.45% | - |
| HSV(B) | 351.14º | 0.79% | 0.74% | - |
| XYZ | 22.31 | 12.48 | 5.65 | - |
| YUV | 86.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 61 | 0 | 0.79 | 0.68 | 0.26 | 351.14 | 0.66 | 0.45 |
| Hex | BC | 27 | 3D | 0 | 4F | 44 | 1A | 15F | 42 | 2D |
| Octal | 274 | 47 | 75 | 0 | 117 | 104 | 32 | 537 | 102 | 55 |
| Binary | 10111100 | 100111 | 111101 | 0 | 1001111 | 1000100 | 11010 | 101011111 | 1000010 | 101101 |
Color Harmonies of #BC273D
Complementary color
Monochromatic Colors of #BC273D
Black with #BC273D
Text Example
Text Example
White with #BC273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC273D; }
p { color: rgb(188,39,61); }
H1.HeaderClassName
{
color: #BC273D;
}
.AnyTagClassName
{
color: #BC273D;
}
</style>
background-color css
<style>
a { background-color: #BC273D; }
a { background-color: rgb(188,39,61); }
div.DivClassName
{
background-color: #BC273D;
}
.BgClassName
{
background-color: #BC273D;
}
</style>
border-color css
<style>
span { border-color: #BC273D; }
span { border-color: rgb(188,39,61); }
td.TdClassName
{
border-color: #BC273D;
}
.TagClassName
{
border-color: #BC273D;
}
</style>