Shades of Cardinal #BF174B
Tints of Cardinal #BF174B
RGB
CMYK
RGB Variations
Color information
#BF174B (or 0xBF174B) is known color: Cardinal. HEX triplet: BF, 17 and 4B. RGB value is (191,23,75). Sum of RGB (Red+Green+Blue) = 191+23+75=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF174B is #40E8B4. Grayscale: #4F4F4F. Windows color (decimal): -4253877 or 4921279. OLE color: 4921279.
HSL color Cylindrical-coordinate representation of color #BF174B: hue angle of 341.43º 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 #BF174B is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 75 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.25 |
| HSL | 341.43º | 0.79% | 0.42% | - |
| HSV(B) | 341.43º | 0.88% | 0.75% | - |
| XYZ | 23.06 | 12.2 | 7.8 | - |
| YUV | 79.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 75 | 0 | 0.88 | 0.61 | 0.25 | 341.43 | 0.79 | 0.42 |
| Hex | BF | 17 | 4B | 0 | 58 | 3D | 19 | 155 | 4F | 2A |
| Octal | 277 | 27 | 113 | 0 | 130 | 75 | 31 | 525 | 117 | 52 |
| Binary | 10111111 | 10111 | 1001011 | 0 | 1011000 | 111101 | 11001 | 101010101 | 1001111 | 101010 |
Color Harmonies of #BF174B
Complementary color
Monochromatic Colors of #BF174B
Black with #BF174B
Text Example
Text Example
White with #BF174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF174B; }
p { color: rgb(191,23,75); }
H1.HeaderClassName
{
color: #BF174B;
}
.AnyTagClassName
{
color: #BF174B;
}
</style>
background-color css
<style>
a { background-color: #BF174B; }
a { background-color: rgb(191,23,75); }
div.DivClassName
{
background-color: #BF174B;
}
.BgClassName
{
background-color: #BF174B;
}
</style>
border-color css
<style>
span { border-color: #BF174B; }
span { border-color: rgb(191,23,75); }
td.TdClassName
{
border-color: #BF174B;
}
.TagClassName
{
border-color: #BF174B;
}
</style>