Shades of Cardinal #BC253E
Tints of Cardinal #BC253E
RGB
CMYK
RGB Variations
Color information
#BC253E (or 0xBC253E) is known color: Cardinal. HEX triplet: BC, 25 and 3E. RGB value is (188,37,62). Sum of RGB (Red+Green+Blue) = 188+37+62=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC253E is #43DAC1. Grayscale: #555555. Windows color (decimal): -4446914 or 4072892. OLE color: 4072892.
HSL color Cylindrical-coordinate representation of color #BC253E: hue angle of 350.07º 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 #BC253E is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 62 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.26 |
| HSL | 350.07º | 0.67% | 0.44% | - |
| HSV(B) | 350.07º | 0.8% | 0.74% | - |
| XYZ | 22.27 | 12.36 | 5.77 | - |
| YUV | 85 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 62 | 0 | 0.80 | 0.67 | 0.26 | 350.07 | 0.67 | 0.44 |
| Hex | BC | 25 | 3E | 0 | 50 | 43 | 1A | 15E | 43 | 2C |
| Octal | 274 | 45 | 76 | 0 | 120 | 103 | 32 | 536 | 103 | 54 |
| Binary | 10111100 | 100101 | 111110 | 0 | 1010000 | 1000011 | 11010 | 101011110 | 1000011 | 101100 |
Color Harmonies of #BC253E
Complementary color
Monochromatic Colors of #BC253E
Black with #BC253E
Text Example
Text Example
White with #BC253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC253E; }
p { color: rgb(188,37,62); }
H1.HeaderClassName
{
color: #BC253E;
}
.AnyTagClassName
{
color: #BC253E;
}
</style>
background-color css
<style>
a { background-color: #BC253E; }
a { background-color: rgb(188,37,62); }
div.DivClassName
{
background-color: #BC253E;
}
.BgClassName
{
background-color: #BC253E;
}
</style>
border-color css
<style>
span { border-color: #BC253E; }
span { border-color: rgb(188,37,62); }
td.TdClassName
{
border-color: #BC253E;
}
.TagClassName
{
border-color: #BC253E;
}
</style>