Shades of Cardinal #BD1744
Tints of Cardinal #BD1744
RGB
CMYK
RGB Variations
Color information
#BD1744 (or 0xBD1744) is known color: Cardinal. HEX triplet: BD, 17 and 44. RGB value is (189,23,68). Sum of RGB (Red+Green+Blue) = 189+23+68=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1744 is #42E8BB. Grayscale: #4D4D4D. Windows color (decimal): -4384956 or 4462525. OLE color: 4462525.
HSL color Cylindrical-coordinate representation of color #BD1744: hue angle of 343.73º 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 #BD1744 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 68 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.26 |
| HSL | 343.73º | 0.78% | 0.42% | - |
| HSV(B) | 343.73º | 0.88% | 0.74% | - |
| XYZ | 22.34 | 11.85 | 6.58 | - |
| YUV | 77.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 68 | 0 | 0.88 | 0.64 | 0.26 | 343.73 | 0.78 | 0.42 |
| Hex | BD | 17 | 44 | 0 | 58 | 40 | 1A | 158 | 4E | 2A |
| Octal | 275 | 27 | 104 | 0 | 130 | 100 | 32 | 530 | 116 | 52 |
| Binary | 10111101 | 10111 | 1000100 | 0 | 1011000 | 1000000 | 11010 | 101011000 | 1001110 | 101010 |
Color Harmonies of #BD1744
Complementary color
Monochromatic Colors of #BD1744
Black with #BD1744
Text Example
Text Example
White with #BD1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1744; }
p { color: rgb(189,23,68); }
H1.HeaderClassName
{
color: #BD1744;
}
.AnyTagClassName
{
color: #BD1744;
}
</style>
background-color css
<style>
a { background-color: #BD1744; }
a { background-color: rgb(189,23,68); }
div.DivClassName
{
background-color: #BD1744;
}
.BgClassName
{
background-color: #BD1744;
}
</style>
border-color css
<style>
span { border-color: #BD1744; }
span { border-color: rgb(189,23,68); }
td.TdClassName
{
border-color: #BD1744;
}
.TagClassName
{
border-color: #BD1744;
}
</style>