Shades of Cardinal #BD1649
Tints of Cardinal #BD1649
RGB
CMYK
RGB Variations
Color information
#BD1649 (or 0xBD1649) is known color: Cardinal. HEX triplet: BD, 16 and 49. RGB value is (189,22,73). Sum of RGB (Red+Green+Blue) = 189+22+73=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1649 is #42E9B6. Grayscale: #4D4D4D. Windows color (decimal): -4385207 or 4789949. OLE color: 4789949.
HSL color Cylindrical-coordinate representation of color #BD1649: hue angle of 341.68º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1649 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 73 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.26 |
| HSL | 341.68º | 0.79% | 0.41% | - |
| HSV(B) | 341.68º | 0.88% | 0.74% | - |
| XYZ | 22.48 | 11.87 | 7.41 | - |
| YUV | 77.75 | 125.33 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 73 | 0 | 0.88 | 0.61 | 0.26 | 341.68 | 0.79 | 0.41 |
| Hex | BD | 16 | 49 | 0 | 58 | 3D | 1A | 156 | 4F | 29 |
| Octal | 275 | 26 | 111 | 0 | 130 | 75 | 32 | 526 | 117 | 51 |
| Binary | 10111101 | 10110 | 1001001 | 0 | 1011000 | 111101 | 11010 | 101010110 | 1001111 | 101001 |
Color Harmonies of #BD1649
Complementary color
Monochromatic Colors of #BD1649
Black with #BD1649
Text Example
Text Example
White with #BD1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1649; }
p { color: rgb(189,22,73); }
H1.HeaderClassName
{
color: #BD1649;
}
.AnyTagClassName
{
color: #BD1649;
}
</style>
background-color css
<style>
a { background-color: #BD1649; }
a { background-color: rgb(189,22,73); }
div.DivClassName
{
background-color: #BD1649;
}
.BgClassName
{
background-color: #BD1649;
}
</style>
border-color css
<style>
span { border-color: #BD1649; }
span { border-color: rgb(189,22,73); }
td.TdClassName
{
border-color: #BD1649;
}
.TagClassName
{
border-color: #BD1649;
}
</style>