Shades of Cardinal #BD1647
Tints of Cardinal #BD1647
RGB
CMYK
RGB Variations
Color information
#BD1647 (or 0xBD1647) is known color: Cardinal. HEX triplet: BD, 16 and 47. RGB value is (189,22,71). Sum of RGB (Red+Green+Blue) = 189+22+71=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1647 is #42E9B8. Grayscale: #4D4D4D. Windows color (decimal): -4385209 or 4658877. OLE color: 4658877.
HSL color Cylindrical-coordinate representation of color #BD1647: hue angle of 342.4º 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 #BD1647 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 71 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.26 |
| HSL | 342.4º | 0.79% | 0.41% | - |
| HSV(B) | 342.4º | 0.88% | 0.74% | - |
| XYZ | 22.41 | 11.85 | 7.07 | - |
| YUV | 77.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 71 | 0 | 0.88 | 0.62 | 0.26 | 342.4 | 0.79 | 0.41 |
| Hex | BD | 16 | 47 | 0 | 58 | 3E | 1A | 156 | 4F | 29 |
| Octal | 275 | 26 | 107 | 0 | 130 | 76 | 32 | 526 | 117 | 51 |
| Binary | 10111101 | 10110 | 1000111 | 0 | 1011000 | 111110 | 11010 | 101010110 | 1001111 | 101001 |
Color Harmonies of #BD1647
Complementary color
Monochromatic Colors of #BD1647
Black with #BD1647
Text Example
Text Example
White with #BD1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1647; }
p { color: rgb(189,22,71); }
H1.HeaderClassName
{
color: #BD1647;
}
.AnyTagClassName
{
color: #BD1647;
}
</style>
background-color css
<style>
a { background-color: #BD1647; }
a { background-color: rgb(189,22,71); }
div.DivClassName
{
background-color: #BD1647;
}
.BgClassName
{
background-color: #BD1647;
}
</style>
border-color css
<style>
span { border-color: #BD1647; }
span { border-color: rgb(189,22,71); }
td.TdClassName
{
border-color: #BD1647;
}
.TagClassName
{
border-color: #BD1647;
}
</style>