Shades of Cardinal #BF1734
Tints of Cardinal #BF1734
RGB
CMYK
RGB Variations
Color information
#BF1734 (or 0xBF1734) is known color: Cardinal. HEX triplet: BF, 17 and 34. RGB value is (191,23,52). Sum of RGB (Red+Green+Blue) = 191+23+52=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1734 is #40E8CB. Grayscale: #4C4C4C. Windows color (decimal): -4253900 or 3413951. OLE color: 3413951.
HSL color Cylindrical-coordinate representation of color #BF1734: hue angle of 349.64º 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 #BF1734 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 52 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.25 |
| HSL | 349.64º | 0.79% | 0.42% | - |
| HSV(B) | 349.64º | 0.88% | 0.75% | - |
| XYZ | 22.41 | 11.94 | 4.37 | - |
| YUV | 76.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 52 | 0 | 0.88 | 0.73 | 0.25 | 349.64 | 0.79 | 0.42 |
| Hex | BF | 17 | 34 | 0 | 58 | 49 | 19 | 15E | 4F | 2A |
| Octal | 277 | 27 | 64 | 0 | 130 | 111 | 31 | 536 | 117 | 52 |
| Binary | 10111111 | 10111 | 110100 | 0 | 1011000 | 1001001 | 11001 | 101011110 | 1001111 | 101010 |
Color Harmonies of #BF1734
Complementary color
Monochromatic Colors of #BF1734
Black with #BF1734
Text Example
Text Example
White with #BF1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1734; }
p { color: rgb(191,23,52); }
H1.HeaderClassName
{
color: #BF1734;
}
.AnyTagClassName
{
color: #BF1734;
}
</style>
background-color css
<style>
a { background-color: #BF1734; }
a { background-color: rgb(191,23,52); }
div.DivClassName
{
background-color: #BF1734;
}
.BgClassName
{
background-color: #BF1734;
}
</style>
border-color css
<style>
span { border-color: #BF1734; }
span { border-color: rgb(191,23,52); }
td.TdClassName
{
border-color: #BF1734;
}
.TagClassName
{
border-color: #BF1734;
}
</style>