Shades of Cardinal #BC2530
Tints of Cardinal #BC2530
RGB
CMYK
RGB Variations
Color information
#BC2530 (or 0xBC2530) is known color: Cardinal. HEX triplet: BC, 25 and 30. RGB value is (188,37,48). Sum of RGB (Red+Green+Blue) = 188+37+48=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2530 is #43DACF. Grayscale: #535353. Windows color (decimal): -4446928 or 3155388. OLE color: 3155388.
HSL color Cylindrical-coordinate representation of color #BC2530: hue angle of 355.63º 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 #BC2530 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 48 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.26 |
| HSL | 355.63º | 0.67% | 0.44% | - |
| HSV(B) | 355.63º | 0.8% | 0.74% | - |
| XYZ | 21.93 | 12.23 | 4 | - |
| YUV | 83.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 48 | 0 | 0.80 | 0.74 | 0.26 | 355.63 | 0.67 | 0.44 |
| Hex | BC | 25 | 30 | 0 | 50 | 4A | 1A | 164 | 43 | 2C |
| Octal | 274 | 45 | 60 | 0 | 120 | 112 | 32 | 544 | 103 | 54 |
| Binary | 10111100 | 100101 | 110000 | 0 | 1010000 | 1001010 | 11010 | 101100100 | 1000011 | 101100 |
Color Harmonies of #BC2530
Complementary color
Monochromatic Colors of #BC2530
Black with #BC2530
Text Example
Text Example
White with #BC2530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2530; }
p { color: rgb(188,37,48); }
H1.HeaderClassName
{
color: #BC2530;
}
.AnyTagClassName
{
color: #BC2530;
}
</style>
background-color css
<style>
a { background-color: #BC2530; }
a { background-color: rgb(188,37,48); }
div.DivClassName
{
background-color: #BC2530;
}
.BgClassName
{
background-color: #BC2530;
}
</style>
border-color css
<style>
span { border-color: #BC2530; }
span { border-color: rgb(188,37,48); }
td.TdClassName
{
border-color: #BC2530;
}
.TagClassName
{
border-color: #BC2530;
}
</style>