Shades of Cardinal #BD1749
Tints of Cardinal #BD1749
RGB
CMYK
RGB Variations
Color information
#BD1749 (or 0xBD1749) is known color: Cardinal. HEX triplet: BD, 17 and 49. RGB value is (189,23,73). Sum of RGB (Red+Green+Blue) = 189+23+73=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1749 is #42E8B6. Grayscale: #4E4E4E. Windows color (decimal): -4384951 or 4790205. OLE color: 4790205.
HSL color Cylindrical-coordinate representation of color #BD1749: hue angle of 341.93º 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 #BD1749 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 73 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.26 |
| HSL | 341.93º | 0.78% | 0.42% | - |
| HSV(B) | 341.93º | 0.88% | 0.74% | - |
| XYZ | 22.5 | 11.91 | 7.42 | - |
| YUV | 78.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 73 | 0 | 0.88 | 0.61 | 0.26 | 341.93 | 0.78 | 0.42 |
| Hex | BD | 17 | 49 | 0 | 58 | 3D | 1A | 156 | 4E | 2A |
| Octal | 275 | 27 | 111 | 0 | 130 | 75 | 32 | 526 | 116 | 52 |
| Binary | 10111101 | 10111 | 1001001 | 0 | 1011000 | 111101 | 11010 | 101010110 | 1001110 | 101010 |
Color Harmonies of #BD1749
Complementary color
Monochromatic Colors of #BD1749
Black with #BD1749
Text Example
Text Example
White with #BD1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1749; }
p { color: rgb(189,23,73); }
H1.HeaderClassName
{
color: #BD1749;
}
.AnyTagClassName
{
color: #BD1749;
}
</style>
background-color css
<style>
a { background-color: #BD1749; }
a { background-color: rgb(189,23,73); }
div.DivClassName
{
background-color: #BD1749;
}
.BgClassName
{
background-color: #BD1749;
}
</style>
border-color css
<style>
span { border-color: #BD1749; }
span { border-color: rgb(189,23,73); }
td.TdClassName
{
border-color: #BD1749;
}
.TagClassName
{
border-color: #BD1749;
}
</style>