Shades of Cardinal #BD1746
Tints of Cardinal #BD1746
RGB
CMYK
RGB Variations
Color information
#BD1746 (or 0xBD1746) is known color: Cardinal. HEX triplet: BD, 17 and 46. RGB value is (189,23,70). Sum of RGB (Red+Green+Blue) = 189+23+70=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1746 is #42E8B9. Grayscale: #4D4D4D. Windows color (decimal): -4384954 or 4593597. OLE color: 4593597.
HSL color Cylindrical-coordinate representation of color #BD1746: hue angle of 343.01º 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 #BD1746 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 70 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.26 |
| HSL | 343.01º | 0.78% | 0.42% | - |
| HSV(B) | 343.01º | 0.88% | 0.74% | - |
| XYZ | 22.4 | 11.87 | 6.91 | - |
| YUV | 77.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 70 | 0 | 0.88 | 0.63 | 0.26 | 343.01 | 0.78 | 0.42 |
| Hex | BD | 17 | 46 | 0 | 58 | 3F | 1A | 157 | 4E | 2A |
| Octal | 275 | 27 | 106 | 0 | 130 | 77 | 32 | 527 | 116 | 52 |
| Binary | 10111101 | 10111 | 1000110 | 0 | 1011000 | 111111 | 11010 | 101010111 | 1001110 | 101010 |
Color Harmonies of #BD1746
Complementary color
Monochromatic Colors of #BD1746
Black with #BD1746
Text Example
Text Example
White with #BD1746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1746; }
p { color: rgb(189,23,70); }
H1.HeaderClassName
{
color: #BD1746;
}
.AnyTagClassName
{
color: #BD1746;
}
</style>
background-color css
<style>
a { background-color: #BD1746; }
a { background-color: rgb(189,23,70); }
div.DivClassName
{
background-color: #BD1746;
}
.BgClassName
{
background-color: #BD1746;
}
</style>
border-color css
<style>
span { border-color: #BD1746; }
span { border-color: rgb(189,23,70); }
td.TdClassName
{
border-color: #BD1746;
}
.TagClassName
{
border-color: #BD1746;
}
</style>