Shades of Cardinal #BD134C
Tints of Cardinal #BD134C
RGB
CMYK
RGB Variations
Color information
#BD134C (or 0xBD134C) is known color: Cardinal. HEX triplet: BD, 13 and 4C. RGB value is (189,19,76). Sum of RGB (Red+Green+Blue) = 189+19+76=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD134C is #42ECB3. Grayscale: #4C4C4C. Windows color (decimal): -4385972 or 4985789. OLE color: 4985789.
HSL color Cylindrical-coordinate representation of color #BD134C: hue angle of 339.88º degrees, saturation: 0.82, 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 #BD134C is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 76 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.26 |
| HSL | 339.88º | 0.82% | 0.41% | - |
| HSV(B) | 339.88º | 0.9% | 0.74% | - |
| XYZ | 22.52 | 11.81 | 7.93 | - |
| YUV | 76.33 | 127.82 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 76 | 0 | 0.90 | 0.60 | 0.26 | 339.88 | 0.82 | 0.41 |
| Hex | BD | 13 | 4C | 0 | 5A | 3C | 1A | 154 | 52 | 29 |
| Octal | 275 | 23 | 114 | 0 | 132 | 74 | 32 | 524 | 122 | 51 |
| Binary | 10111101 | 10011 | 1001100 | 0 | 1011010 | 111100 | 11010 | 101010100 | 1010010 | 101001 |
Color Harmonies of #BD134C
Complementary color
Monochromatic Colors of #BD134C
Black with #BD134C
Text Example
Text Example
White with #BD134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD134C; }
p { color: rgb(189,19,76); }
H1.HeaderClassName
{
color: #BD134C;
}
.AnyTagClassName
{
color: #BD134C;
}
</style>
background-color css
<style>
a { background-color: #BD134C; }
a { background-color: rgb(189,19,76); }
div.DivClassName
{
background-color: #BD134C;
}
.BgClassName
{
background-color: #BD134C;
}
</style>
border-color css
<style>
span { border-color: #BD134C; }
span { border-color: rgb(189,19,76); }
td.TdClassName
{
border-color: #BD134C;
}
.TagClassName
{
border-color: #BD134C;
}
</style>