Shades of Cardinal #BD173B
Tints of Cardinal #BD173B
RGB
CMYK
RGB Variations
Color information
#BD173B (or 0xBD173B) is known color: Cardinal. HEX triplet: BD, 17 and 3B. RGB value is (189,23,59). Sum of RGB (Red+Green+Blue) = 189+23+59=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD173B is #42E8C4. Grayscale: #4C4C4C. Windows color (decimal): -4384965 or 3872701. OLE color: 3872701.
HSL color Cylindrical-coordinate representation of color #BD173B: hue angle of 346.99º 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 #BD173B is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 59 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.26 |
| HSL | 346.99º | 0.78% | 0.42% | - |
| HSV(B) | 346.99º | 0.88% | 0.74% | - |
| XYZ | 22.08 | 11.75 | 5.24 | - |
| YUV | 76.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 59 | 0 | 0.88 | 0.69 | 0.26 | 346.99 | 0.78 | 0.42 |
| Hex | BD | 17 | 3B | 0 | 58 | 45 | 1A | 15B | 4E | 2A |
| Octal | 275 | 27 | 73 | 0 | 130 | 105 | 32 | 533 | 116 | 52 |
| Binary | 10111101 | 10111 | 111011 | 0 | 1011000 | 1000101 | 11010 | 101011011 | 1001110 | 101010 |
Color Harmonies of #BD173B
Complementary color
Monochromatic Colors of #BD173B
Black with #BD173B
Text Example
Text Example
White with #BD173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD173B; }
p { color: rgb(189,23,59); }
H1.HeaderClassName
{
color: #BD173B;
}
.AnyTagClassName
{
color: #BD173B;
}
</style>
background-color css
<style>
a { background-color: #BD173B; }
a { background-color: rgb(189,23,59); }
div.DivClassName
{
background-color: #BD173B;
}
.BgClassName
{
background-color: #BD173B;
}
</style>
border-color css
<style>
span { border-color: #BD173B; }
span { border-color: rgb(189,23,59); }
td.TdClassName
{
border-color: #BD173B;
}
.TagClassName
{
border-color: #BD173B;
}
</style>