Shades of Cardinal #BF172F
Tints of Cardinal #BF172F
RGB
CMYK
RGB Variations
Color information
#BF172F (or 0xBF172F) is known color: Cardinal. HEX triplet: BF, 17 and 2F. RGB value is (191,23,47). Sum of RGB (Red+Green+Blue) = 191+23+47=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF172F is #40E8D0. Grayscale: #4C4C4C. Windows color (decimal): -4253905 or 3086271. OLE color: 3086271.
HSL color Cylindrical-coordinate representation of color #BF172F: hue angle of 351.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 #BF172F is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 47 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.25 |
| HSL | 351.43º | 0.79% | 0.42% | - |
| HSV(B) | 351.43º | 0.88% | 0.75% | - |
| XYZ | 22.31 | 11.89 | 3.81 | - |
| YUV | 75.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 47 | 0 | 0.88 | 0.75 | 0.25 | 351.43 | 0.79 | 0.42 |
| Hex | BF | 17 | 2F | 0 | 58 | 4B | 19 | 15F | 4F | 2A |
| Octal | 277 | 27 | 57 | 0 | 130 | 113 | 31 | 537 | 117 | 52 |
| Binary | 10111111 | 10111 | 101111 | 0 | 1011000 | 1001011 | 11001 | 101011111 | 1001111 | 101010 |
Color Harmonies of #BF172F
Complementary color
Monochromatic Colors of #BF172F
Black with #BF172F
Text Example
Text Example
White with #BF172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF172F; }
p { color: rgb(191,23,47); }
H1.HeaderClassName
{
color: #BF172F;
}
.AnyTagClassName
{
color: #BF172F;
}
</style>
background-color css
<style>
a { background-color: #BF172F; }
a { background-color: rgb(191,23,47); }
div.DivClassName
{
background-color: #BF172F;
}
.BgClassName
{
background-color: #BF172F;
}
</style>
border-color css
<style>
span { border-color: #BF172F; }
span { border-color: rgb(191,23,47); }
td.TdClassName
{
border-color: #BF172F;
}
.TagClassName
{
border-color: #BF172F;
}
</style>