Shades of Cardinal #BD1947
Tints of Cardinal #BD1947
RGB
CMYK
RGB Variations
Color information
#BD1947 (or 0xBD1947) is known color: Cardinal. HEX triplet: BD, 19 and 47. RGB value is (189,25,71). Sum of RGB (Red+Green+Blue) = 189+25+71=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1947 is #42E6B8. Grayscale: #4F4F4F. Windows color (decimal): -4384441 or 4659645. OLE color: 4659645.
HSL color Cylindrical-coordinate representation of color #BD1947: hue angle of 343.17º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1947 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 71 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.26 |
| HSL | 343.17º | 0.77% | 0.42% | - |
| HSV(B) | 343.17º | 0.87% | 0.74% | - |
| XYZ | 22.47 | 11.97 | 7.09 | - |
| YUV | 79.28 | 123.33 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 71 | 0 | 0.87 | 0.62 | 0.26 | 343.17 | 0.77 | 0.42 |
| Hex | BD | 19 | 47 | 0 | 57 | 3E | 1A | 157 | 4D | 2A |
| Octal | 275 | 31 | 107 | 0 | 127 | 76 | 32 | 527 | 115 | 52 |
| Binary | 10111101 | 11001 | 1000111 | 0 | 1010111 | 111110 | 11010 | 101010111 | 1001101 | 101010 |
Color Harmonies of #BD1947
Complementary color
Monochromatic Colors of #BD1947
Black with #BD1947
Text Example
Text Example
White with #BD1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1947; }
p { color: rgb(189,25,71); }
H1.HeaderClassName
{
color: #BD1947;
}
.AnyTagClassName
{
color: #BD1947;
}
</style>
background-color css
<style>
a { background-color: #BD1947; }
a { background-color: rgb(189,25,71); }
div.DivClassName
{
background-color: #BD1947;
}
.BgClassName
{
background-color: #BD1947;
}
</style>
border-color css
<style>
span { border-color: #BD1947; }
span { border-color: rgb(189,25,71); }
td.TdClassName
{
border-color: #BD1947;
}
.TagClassName
{
border-color: #BD1947;
}
</style>