Shades of Cardinal #BD124C
Tints of Cardinal #BD124C
RGB
CMYK
RGB Variations
Color information
#BD124C (or 0xBD124C) is known color: Cardinal. HEX triplet: BD, 12 and 4C. RGB value is (189,18,76). Sum of RGB (Red+Green+Blue) = 189+18+76=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD124C is #42EDB3. Grayscale: #4B4B4B. Windows color (decimal): -4386228 or 4985533. OLE color: 4985533.
HSL color Cylindrical-coordinate representation of color #BD124C: hue angle of 339.65º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD124C is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 76 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.26 |
| HSL | 339.65º | 0.83% | 0.41% | - |
| HSV(B) | 339.65º | 0.9% | 0.74% | - |
| XYZ | 22.51 | 11.77 | 7.92 | - |
| YUV | 75.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 76 | 0 | 0.90 | 0.60 | 0.26 | 339.65 | 0.83 | 0.41 |
| Hex | BD | 12 | 4C | 0 | 5A | 3C | 1A | 154 | 53 | 29 |
| Octal | 275 | 22 | 114 | 0 | 132 | 74 | 32 | 524 | 123 | 51 |
| Binary | 10111101 | 10010 | 1001100 | 0 | 1011010 | 111100 | 11010 | 101010100 | 1010011 | 101001 |
Color Harmonies of #BD124C
Complementary color
Monochromatic Colors of #BD124C
Black with #BD124C
Text Example
Text Example
White with #BD124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD124C; }
p { color: rgb(189,18,76); }
H1.HeaderClassName
{
color: #BD124C;
}
.AnyTagClassName
{
color: #BD124C;
}
</style>
background-color css
<style>
a { background-color: #BD124C; }
a { background-color: rgb(189,18,76); }
div.DivClassName
{
background-color: #BD124C;
}
.BgClassName
{
background-color: #BD124C;
}
</style>
border-color css
<style>
span { border-color: #BD124C; }
span { border-color: rgb(189,18,76); }
td.TdClassName
{
border-color: #BD124C;
}
.TagClassName
{
border-color: #BD124C;
}
</style>