Shades of Cardinal #BF174D
Tints of Cardinal #BF174D
RGB
CMYK
RGB Variations
Color information
#BF174D (or 0xBF174D) is known color: Cardinal. HEX triplet: BF, 17 and 4D. RGB value is (191,23,77). Sum of RGB (Red+Green+Blue) = 191+23+77=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF174D is #40E8B2. Grayscale: #4F4F4F. Windows color (decimal): -4253875 or 5052351. OLE color: 5052351.
HSL color Cylindrical-coordinate representation of color #BF174D: hue angle of 340.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF174D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 77 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.25 |
| HSL | 340.71º | 0.79% | 0.42% | - |
| HSV(B) | 340.71º | 0.88% | 0.75% | - |
| XYZ | 23.13 | 12.22 | 8.16 | - |
| YUV | 79.39 | 126.66 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 77 | 0 | 0.88 | 0.60 | 0.25 | 340.71 | 0.79 | 0.42 |
| Hex | BF | 17 | 4D | 0 | 58 | 3C | 19 | 155 | 4F | 2A |
| Octal | 277 | 27 | 115 | 0 | 130 | 74 | 31 | 525 | 117 | 52 |
| Binary | 10111111 | 10111 | 1001101 | 0 | 1011000 | 111100 | 11001 | 101010101 | 1001111 | 101010 |
Color Harmonies of #BF174D
Complementary color
Monochromatic Colors of #BF174D
Black with #BF174D
Text Example
Text Example
White with #BF174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF174D; }
p { color: rgb(191,23,77); }
H1.HeaderClassName
{
color: #BF174D;
}
.AnyTagClassName
{
color: #BF174D;
}
</style>
background-color css
<style>
a { background-color: #BF174D; }
a { background-color: rgb(191,23,77); }
div.DivClassName
{
background-color: #BF174D;
}
.BgClassName
{
background-color: #BF174D;
}
</style>
border-color css
<style>
span { border-color: #BF174D; }
span { border-color: rgb(191,23,77); }
td.TdClassName
{
border-color: #BF174D;
}
.TagClassName
{
border-color: #BF174D;
}
</style>