Shades of Cardinal #BC253B
Tints of Cardinal #BC253B
RGB
CMYK
RGB Variations
Color information
#BC253B (or 0xBC253B) is known color: Cardinal. HEX triplet: BC, 25 and 3B. RGB value is (188,37,59). Sum of RGB (Red+Green+Blue) = 188+37+59=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC253B is #43DAC4. Grayscale: #545454. Windows color (decimal): -4446917 or 3876284. OLE color: 3876284.
HSL color Cylindrical-coordinate representation of color #BC253B: hue angle of 351.26º 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 #BC253B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 59 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.26 |
| HSL | 351.26º | 0.67% | 0.44% | - |
| HSV(B) | 351.26º | 0.8% | 0.74% | - |
| XYZ | 22.19 | 12.33 | 5.35 | - |
| YUV | 84.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 59 | 0 | 0.80 | 0.69 | 0.26 | 351.26 | 0.67 | 0.44 |
| Hex | BC | 25 | 3B | 0 | 50 | 45 | 1A | 15F | 43 | 2C |
| Octal | 274 | 45 | 73 | 0 | 120 | 105 | 32 | 537 | 103 | 54 |
| Binary | 10111100 | 100101 | 111011 | 0 | 1010000 | 1000101 | 11010 | 101011111 | 1000011 | 101100 |
Color Harmonies of #BC253B
Complementary color
Monochromatic Colors of #BC253B
Black with #BC253B
Text Example
Text Example
White with #BC253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC253B; }
p { color: rgb(188,37,59); }
H1.HeaderClassName
{
color: #BC253B;
}
.AnyTagClassName
{
color: #BC253B;
}
</style>
background-color css
<style>
a { background-color: #BC253B; }
a { background-color: rgb(188,37,59); }
div.DivClassName
{
background-color: #BC253B;
}
.BgClassName
{
background-color: #BC253B;
}
</style>
border-color css
<style>
span { border-color: #BC253B; }
span { border-color: rgb(188,37,59); }
td.TdClassName
{
border-color: #BC253B;
}
.TagClassName
{
border-color: #BC253B;
}
</style>