Shades of Cardinal #BD104A
Tints of Cardinal #BD104A
RGB
CMYK
RGB Variations
Color information
#BD104A (or 0xBD104A) is known color: Cardinal. HEX triplet: BD, 10 and 4A. RGB value is (189,16,74). Sum of RGB (Red+Green+Blue) = 189+16+74=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD104A is #42EFB5. Grayscale: #4A4A4A. Windows color (decimal): -4386742 or 4853949. OLE color: 4853949.
HSL color Cylindrical-coordinate representation of color #BD104A: hue angle of 339.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD104A is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 74 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.26 |
| HSL | 339.88º | 0.84% | 0.4% | - |
| HSV(B) | 339.88º | 0.92% | 0.74% | - |
| XYZ | 22.41 | 11.68 | 7.55 | - |
| YUV | 74.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 74 | 0 | 0.92 | 0.61 | 0.26 | 339.88 | 0.84 | 0.4 |
| Hex | BD | 10 | 4A | 0 | 5C | 3D | 1A | 154 | 54 | 28 |
| Octal | 275 | 20 | 112 | 0 | 134 | 75 | 32 | 524 | 124 | 50 |
| Binary | 10111101 | 10000 | 1001010 | 0 | 1011100 | 111101 | 11010 | 101010100 | 1010100 | 101000 |
Color Harmonies of #BD104A
Complementary color
Monochromatic Colors of #BD104A
Black with #BD104A
Text Example
Text Example
White with #BD104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD104A; }
p { color: rgb(189,16,74); }
H1.HeaderClassName
{
color: #BD104A;
}
.AnyTagClassName
{
color: #BD104A;
}
</style>
background-color css
<style>
a { background-color: #BD104A; }
a { background-color: rgb(189,16,74); }
div.DivClassName
{
background-color: #BD104A;
}
.BgClassName
{
background-color: #BD104A;
}
</style>
border-color css
<style>
span { border-color: #BD104A; }
span { border-color: rgb(189,16,74); }
td.TdClassName
{
border-color: #BD104A;
}
.TagClassName
{
border-color: #BD104A;
}
</style>