Shades of Cardinal #BF113F
Tints of Cardinal #BF113F
RGB
CMYK
RGB Variations
Color information
#BF113F (or 0xBF113F) is known color: Cardinal. HEX triplet: BF, 11 and 3F. RGB value is (191,17,63). Sum of RGB (Red+Green+Blue) = 191+17+63=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF113F is #40EEC0. Grayscale: #4A4A4A. Windows color (decimal): -4255425 or 4133311. OLE color: 4133311.
HSL color Cylindrical-coordinate representation of color #BF113F: hue angle of 344.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF113F is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 63 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.25 |
| HSL | 344.14º | 0.84% | 0.41% | - |
| HSV(B) | 344.14º | 0.91% | 0.75% | - |
| XYZ | 22.58 | 11.84 | 5.8 | - |
| YUV | 74.27 | 121.65 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 63 | 0 | 0.91 | 0.67 | 0.25 | 344.14 | 0.84 | 0.41 |
| Hex | BF | 11 | 3F | 0 | 5B | 43 | 19 | 158 | 54 | 29 |
| Octal | 277 | 21 | 77 | 0 | 133 | 103 | 31 | 530 | 124 | 51 |
| Binary | 10111111 | 10001 | 111111 | 0 | 1011011 | 1000011 | 11001 | 101011000 | 1010100 | 101001 |
Color Harmonies of #BF113F
Complementary color
Monochromatic Colors of #BF113F
Black with #BF113F
Text Example
Text Example
White with #BF113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF113F; }
p { color: rgb(191,17,63); }
H1.HeaderClassName
{
color: #BF113F;
}
.AnyTagClassName
{
color: #BF113F;
}
</style>
background-color css
<style>
a { background-color: #BF113F; }
a { background-color: rgb(191,17,63); }
div.DivClassName
{
background-color: #BF113F;
}
.BgClassName
{
background-color: #BF113F;
}
</style>
border-color css
<style>
span { border-color: #BF113F; }
span { border-color: rgb(191,17,63); }
td.TdClassName
{
border-color: #BF113F;
}
.TagClassName
{
border-color: #BF113F;
}
</style>