Shades of Cardinal #BC2430
Tints of Cardinal #BC2430
RGB
CMYK
RGB Variations
Color information
#BC2430 (or 0xBC2430) is known color: Cardinal. HEX triplet: BC, 24 and 30. RGB value is (188,36,48). Sum of RGB (Red+Green+Blue) = 188+36+48=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2430 is #43DBCF. Grayscale: #525252. Windows color (decimal): -4447184 or 3155132. OLE color: 3155132.
HSL color Cylindrical-coordinate representation of color #BC2430: hue angle of 355.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2430 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 48 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.26 |
| HSL | 355.26º | 0.68% | 0.44% | - |
| HSV(B) | 355.26º | 0.81% | 0.74% | - |
| XYZ | 21.9 | 12.17 | 3.99 | - |
| YUV | 82.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 48 | 0 | 0.81 | 0.74 | 0.26 | 355.26 | 0.68 | 0.44 |
| Hex | BC | 24 | 30 | 0 | 51 | 4A | 1A | 163 | 44 | 2C |
| Octal | 274 | 44 | 60 | 0 | 121 | 112 | 32 | 543 | 104 | 54 |
| Binary | 10111100 | 100100 | 110000 | 0 | 1010001 | 1001010 | 11010 | 101100011 | 1000100 | 101100 |
Color Harmonies of #BC2430
Complementary color
Monochromatic Colors of #BC2430
Black with #BC2430
Text Example
Text Example
White with #BC2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2430; }
p { color: rgb(188,36,48); }
H1.HeaderClassName
{
color: #BC2430;
}
.AnyTagClassName
{
color: #BC2430;
}
</style>
background-color css
<style>
a { background-color: #BC2430; }
a { background-color: rgb(188,36,48); }
div.DivClassName
{
background-color: #BC2430;
}
.BgClassName
{
background-color: #BC2430;
}
</style>
border-color css
<style>
span { border-color: #BC2430; }
span { border-color: rgb(188,36,48); }
td.TdClassName
{
border-color: #BC2430;
}
.TagClassName
{
border-color: #BC2430;
}
</style>