Shades of Cardinal #BD173F
Tints of Cardinal #BD173F
RGB
CMYK
RGB Variations
Color information
#BD173F (or 0xBD173F) is known color: Cardinal. HEX triplet: BD, 17 and 3F. RGB value is (189,23,63). Sum of RGB (Red+Green+Blue) = 189+23+63=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD173F is #42E8C0. Grayscale: #4D4D4D. Windows color (decimal): -4384961 or 4134845. OLE color: 4134845.
HSL color Cylindrical-coordinate representation of color #BD173F: hue angle of 345.54º 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 #BD173F is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 63 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.26 |
| HSL | 345.54º | 0.78% | 0.42% | - |
| HSV(B) | 345.54º | 0.88% | 0.74% | - |
| XYZ | 22.19 | 11.79 | 5.81 | - |
| YUV | 77.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 63 | 0 | 0.88 | 0.67 | 0.26 | 345.54 | 0.78 | 0.42 |
| Hex | BD | 17 | 3F | 0 | 58 | 43 | 1A | 15A | 4E | 2A |
| Octal | 275 | 27 | 77 | 0 | 130 | 103 | 32 | 532 | 116 | 52 |
| Binary | 10111101 | 10111 | 111111 | 0 | 1011000 | 1000011 | 11010 | 101011010 | 1001110 | 101010 |
Color Harmonies of #BD173F
Complementary color
Monochromatic Colors of #BD173F
Black with #BD173F
Text Example
Text Example
White with #BD173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD173F; }
p { color: rgb(189,23,63); }
H1.HeaderClassName
{
color: #BD173F;
}
.AnyTagClassName
{
color: #BD173F;
}
</style>
background-color css
<style>
a { background-color: #BD173F; }
a { background-color: rgb(189,23,63); }
div.DivClassName
{
background-color: #BD173F;
}
.BgClassName
{
background-color: #BD173F;
}
</style>
border-color css
<style>
span { border-color: #BD173F; }
span { border-color: rgb(189,23,63); }
td.TdClassName
{
border-color: #BD173F;
}
.TagClassName
{
border-color: #BD173F;
}
</style>