Shades of Cardinal #BD1747
Tints of Cardinal #BD1747
RGB
CMYK
RGB Variations
Color information
#BD1747 (or 0xBD1747) is known color: Cardinal. HEX triplet: BD, 17 and 47. RGB value is (189,23,71). Sum of RGB (Red+Green+Blue) = 189+23+71=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1747 is #42E8B8. Grayscale: #4E4E4E. Windows color (decimal): -4384953 or 4659133. OLE color: 4659133.
HSL color Cylindrical-coordinate representation of color #BD1747: hue angle of 342.65º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1747 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 71 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.26 |
| HSL | 342.65º | 0.78% | 0.42% | - |
| HSV(B) | 342.65º | 0.88% | 0.74% | - |
| XYZ | 22.43 | 11.89 | 7.07 | - |
| YUV | 78.11 | 124 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 71 | 0 | 0.88 | 0.62 | 0.26 | 342.65 | 0.78 | 0.42 |
| Hex | BD | 17 | 47 | 0 | 58 | 3E | 1A | 157 | 4E | 2A |
| Octal | 275 | 27 | 107 | 0 | 130 | 76 | 32 | 527 | 116 | 52 |
| Binary | 10111101 | 10111 | 1000111 | 0 | 1011000 | 111110 | 11010 | 101010111 | 1001110 | 101010 |
Color Harmonies of #BD1747
Complementary color
Monochromatic Colors of #BD1747
Black with #BD1747
Text Example
Text Example
White with #BD1747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1747; }
p { color: rgb(189,23,71); }
H1.HeaderClassName
{
color: #BD1747;
}
.AnyTagClassName
{
color: #BD1747;
}
</style>
background-color css
<style>
a { background-color: #BD1747; }
a { background-color: rgb(189,23,71); }
div.DivClassName
{
background-color: #BD1747;
}
.BgClassName
{
background-color: #BD1747;
}
</style>
border-color css
<style>
span { border-color: #BD1747; }
span { border-color: rgb(189,23,71); }
td.TdClassName
{
border-color: #BD1747;
}
.TagClassName
{
border-color: #BD1747;
}
</style>