Shades of Cardinal #BF1736
Tints of Cardinal #BF1736
RGB
CMYK
RGB Variations
Color information
#BF1736 (or 0xBF1736) is known color: Cardinal. HEX triplet: BF, 17 and 36. RGB value is (191,23,54). Sum of RGB (Red+Green+Blue) = 191+23+54=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1736 is #40E8C9. Grayscale: #4C4C4C. Windows color (decimal): -4253898 or 3545023. OLE color: 3545023.
HSL color Cylindrical-coordinate representation of color #BF1736: hue angle of 348.93º 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 #BF1736 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 54 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.25 |
| HSL | 348.93º | 0.79% | 0.42% | - |
| HSV(B) | 348.93º | 0.88% | 0.75% | - |
| XYZ | 22.46 | 11.96 | 4.61 | - |
| YUV | 76.77 | 115.16 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 54 | 0 | 0.88 | 0.72 | 0.25 | 348.93 | 0.79 | 0.42 |
| Hex | BF | 17 | 36 | 0 | 58 | 48 | 19 | 15D | 4F | 2A |
| Octal | 277 | 27 | 66 | 0 | 130 | 110 | 31 | 535 | 117 | 52 |
| Binary | 10111111 | 10111 | 110110 | 0 | 1011000 | 1001000 | 11001 | 101011101 | 1001111 | 101010 |
Color Harmonies of #BF1736
Complementary color
Monochromatic Colors of #BF1736
Black with #BF1736
Text Example
Text Example
White with #BF1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1736; }
p { color: rgb(191,23,54); }
H1.HeaderClassName
{
color: #BF1736;
}
.AnyTagClassName
{
color: #BF1736;
}
</style>
background-color css
<style>
a { background-color: #BF1736; }
a { background-color: rgb(191,23,54); }
div.DivClassName
{
background-color: #BF1736;
}
.BgClassName
{
background-color: #BF1736;
}
</style>
border-color css
<style>
span { border-color: #BF1736; }
span { border-color: rgb(191,23,54); }
td.TdClassName
{
border-color: #BF1736;
}
.TagClassName
{
border-color: #BF1736;
}
</style>