Shades of Cardinal #BD174C
Tints of Cardinal #BD174C
RGB
CMYK
RGB Variations
Color information
#BD174C (or 0xBD174C) is known color: Cardinal. HEX triplet: BD, 17 and 4C. RGB value is (189,23,76). Sum of RGB (Red+Green+Blue) = 189+23+76=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD174C is #42E8B3. Grayscale: #4E4E4E. Windows color (decimal): -4384948 or 4986813. OLE color: 4986813.
HSL color Cylindrical-coordinate representation of color #BD174C: hue angle of 340.84º 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 #BD174C is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 76 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.26 |
| HSL | 340.84º | 0.78% | 0.42% | - |
| HSV(B) | 340.84º | 0.88% | 0.74% | - |
| XYZ | 22.6 | 11.95 | 7.95 | - |
| YUV | 78.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 76 | 0 | 0.88 | 0.60 | 0.26 | 340.84 | 0.78 | 0.42 |
| Hex | BD | 17 | 4C | 0 | 58 | 3C | 1A | 155 | 4E | 2A |
| Octal | 275 | 27 | 114 | 0 | 130 | 74 | 32 | 525 | 116 | 52 |
| Binary | 10111101 | 10111 | 1001100 | 0 | 1011000 | 111100 | 11010 | 101010101 | 1001110 | 101010 |
Color Harmonies of #BD174C
Complementary color
Monochromatic Colors of #BD174C
Black with #BD174C
Text Example
Text Example
White with #BD174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD174C; }
p { color: rgb(189,23,76); }
H1.HeaderClassName
{
color: #BD174C;
}
.AnyTagClassName
{
color: #BD174C;
}
</style>
background-color css
<style>
a { background-color: #BD174C; }
a { background-color: rgb(189,23,76); }
div.DivClassName
{
background-color: #BD174C;
}
.BgClassName
{
background-color: #BD174C;
}
</style>
border-color css
<style>
span { border-color: #BD174C; }
span { border-color: rgb(189,23,76); }
td.TdClassName
{
border-color: #BD174C;
}
.TagClassName
{
border-color: #BD174C;
}
</style>