Shades of Cardinal #BC2130
Tints of Cardinal #BC2130
RGB
CMYK
RGB Variations
Color information
#BC2130 (or 0xBC2130) is known color: Cardinal. HEX triplet: BC, 21 and 30. RGB value is (188,33,48). Sum of RGB (Red+Green+Blue) = 188+33+48=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2130 is #43DECF. Grayscale: #515151. Windows color (decimal): -4447952 or 3154364. OLE color: 3154364.
HSL color Cylindrical-coordinate representation of color #BC2130: hue angle of 354.19º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2130 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 48 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.26 |
| HSL | 354.19º | 0.7% | 0.43% | - |
| HSV(B) | 354.19º | 0.82% | 0.74% | - |
| XYZ | 21.82 | 11.99 | 3.96 | - |
| YUV | 81.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 48 | 0 | 0.82 | 0.74 | 0.26 | 354.19 | 0.7 | 0.43 |
| Hex | BC | 21 | 30 | 0 | 52 | 4A | 1A | 162 | 46 | 2B |
| Octal | 274 | 41 | 60 | 0 | 122 | 112 | 32 | 542 | 106 | 53 |
| Binary | 10111100 | 100001 | 110000 | 0 | 1010010 | 1001010 | 11010 | 101100010 | 1000110 | 101011 |
Color Harmonies of #BC2130
Complementary color
Monochromatic Colors of #BC2130
Black with #BC2130
Text Example
Text Example
White with #BC2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2130; }
p { color: rgb(188,33,48); }
H1.HeaderClassName
{
color: #BC2130;
}
.AnyTagClassName
{
color: #BC2130;
}
</style>
background-color css
<style>
a { background-color: #BC2130; }
a { background-color: rgb(188,33,48); }
div.DivClassName
{
background-color: #BC2130;
}
.BgClassName
{
background-color: #BC2130;
}
</style>
border-color css
<style>
span { border-color: #BC2130; }
span { border-color: rgb(188,33,48); }
td.TdClassName
{
border-color: #BC2130;
}
.TagClassName
{
border-color: #BC2130;
}
</style>