Shades of Cardinal #BC2830
Tints of Cardinal #BC2830
RGB
CMYK
RGB Variations
Color information
#BC2830 (or 0xBC2830) is known color: Cardinal. HEX triplet: BC, 28 and 30. RGB value is (188,40,48). Sum of RGB (Red+Green+Blue) = 188+40+48=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2830 is #43D7CF. Grayscale: #555555. Windows color (decimal): -4446160 or 3156156. OLE color: 3156156.
HSL color Cylindrical-coordinate representation of color #BC2830: hue angle of 356.76º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2830 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 48 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.26 |
| HSL | 356.76º | 0.65% | 0.45% | - |
| HSV(B) | 356.76º | 0.79% | 0.74% | - |
| XYZ | 22.03 | 12.42 | 4.03 | - |
| YUV | 85.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 48 | 0 | 0.79 | 0.74 | 0.26 | 356.76 | 0.65 | 0.45 |
| Hex | BC | 28 | 30 | 0 | 4F | 4A | 1A | 165 | 41 | 2D |
| Octal | 274 | 50 | 60 | 0 | 117 | 112 | 32 | 545 | 101 | 55 |
| Binary | 10111100 | 101000 | 110000 | 0 | 1001111 | 1001010 | 11010 | 101100101 | 1000001 | 101101 |
Color Harmonies of #BC2830
Complementary color
Monochromatic Colors of #BC2830
Black with #BC2830
Text Example
Text Example
White with #BC2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2830; }
p { color: rgb(188,40,48); }
H1.HeaderClassName
{
color: #BC2830;
}
.AnyTagClassName
{
color: #BC2830;
}
</style>
background-color css
<style>
a { background-color: #BC2830; }
a { background-color: rgb(188,40,48); }
div.DivClassName
{
background-color: #BC2830;
}
.BgClassName
{
background-color: #BC2830;
}
</style>
border-color css
<style>
span { border-color: #BC2830; }
span { border-color: rgb(188,40,48); }
td.TdClassName
{
border-color: #BC2830;
}
.TagClassName
{
border-color: #BC2830;
}
</style>