Shades of Cardinal #BC253A
Tints of Cardinal #BC253A
RGB
CMYK
RGB Variations
Color information
#BC253A (or 0xBC253A) is known color: Cardinal. HEX triplet: BC, 25 and 3A. RGB value is (188,37,58). Sum of RGB (Red+Green+Blue) = 188+37+58=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC253A is #43DAC5. Grayscale: #545454. Windows color (decimal): -4446918 or 3810748. OLE color: 3810748.
HSL color Cylindrical-coordinate representation of color #BC253A: hue angle of 351.66º 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 #BC253A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 58 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.26 |
| HSL | 351.66º | 0.67% | 0.44% | - |
| HSV(B) | 351.66º | 0.8% | 0.74% | - |
| XYZ | 22.16 | 12.32 | 5.21 | - |
| YUV | 84.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 58 | 0 | 0.80 | 0.69 | 0.26 | 351.66 | 0.67 | 0.44 |
| Hex | BC | 25 | 3A | 0 | 50 | 45 | 1A | 160 | 43 | 2C |
| Octal | 274 | 45 | 72 | 0 | 120 | 105 | 32 | 540 | 103 | 54 |
| Binary | 10111100 | 100101 | 111010 | 0 | 1010000 | 1000101 | 11010 | 101100000 | 1000011 | 101100 |
Color Harmonies of #BC253A
Complementary color
Monochromatic Colors of #BC253A
Black with #BC253A
Text Example
Text Example
White with #BC253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC253A; }
p { color: rgb(188,37,58); }
H1.HeaderClassName
{
color: #BC253A;
}
.AnyTagClassName
{
color: #BC253A;
}
</style>
background-color css
<style>
a { background-color: #BC253A; }
a { background-color: rgb(188,37,58); }
div.DivClassName
{
background-color: #BC253A;
}
.BgClassName
{
background-color: #BC253A;
}
</style>
border-color css
<style>
span { border-color: #BC253A; }
span { border-color: rgb(188,37,58); }
td.TdClassName
{
border-color: #BC253A;
}
.TagClassName
{
border-color: #BC253A;
}
</style>