Shades of Cardinal #BD1249
Tints of Cardinal #BD1249
RGB
CMYK
RGB Variations
Color information
#BD1249 (or 0xBD1249) is known color: Cardinal. HEX triplet: BD, 12 and 49. RGB value is (189,18,73). Sum of RGB (Red+Green+Blue) = 189+18+73=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1249 is #42EDB6. Grayscale: #4B4B4B. Windows color (decimal): -4386231 or 4788925. OLE color: 4788925.
HSL color Cylindrical-coordinate representation of color #BD1249: hue angle of 340.7º 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 #BD1249 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 73 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.26 |
| HSL | 340.7º | 0.83% | 0.41% | - |
| HSV(B) | 340.7º | 0.9% | 0.74% | - |
| XYZ | 22.41 | 11.73 | 7.39 | - |
| YUV | 75.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 73 | 0 | 0.90 | 0.61 | 0.26 | 340.7 | 0.83 | 0.41 |
| Hex | BD | 12 | 49 | 0 | 5A | 3D | 1A | 155 | 53 | 29 |
| Octal | 275 | 22 | 111 | 0 | 132 | 75 | 32 | 525 | 123 | 51 |
| Binary | 10111101 | 10010 | 1001001 | 0 | 1011010 | 111101 | 11010 | 101010101 | 1010011 | 101001 |
Color Harmonies of #BD1249
Complementary color
Monochromatic Colors of #BD1249
Black with #BD1249
Text Example
Text Example
White with #BD1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1249; }
p { color: rgb(189,18,73); }
H1.HeaderClassName
{
color: #BD1249;
}
.AnyTagClassName
{
color: #BD1249;
}
</style>
background-color css
<style>
a { background-color: #BD1249; }
a { background-color: rgb(189,18,73); }
div.DivClassName
{
background-color: #BD1249;
}
.BgClassName
{
background-color: #BD1249;
}
</style>
border-color css
<style>
span { border-color: #BD1249; }
span { border-color: rgb(189,18,73); }
td.TdClassName
{
border-color: #BD1249;
}
.TagClassName
{
border-color: #BD1249;
}
</style>