Shades of Cardinal #BF112B
Tints of Cardinal #BF112B
RGB
CMYK
RGB Variations
Color information
#BF112B (or 0xBF112B) is known color: Cardinal. HEX triplet: BF, 11 and 2B. RGB value is (191,17,43). Sum of RGB (Red+Green+Blue) = 191+17+43=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF112B is #40EED4. Grayscale: #484848. Windows color (decimal): -4255445 or 2822591. OLE color: 2822591.
HSL color Cylindrical-coordinate representation of color #BF112B: hue angle of 351.03º 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 #BF112B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 43 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.25 |
| HSL | 351.03º | 0.84% | 0.41% | - |
| HSV(B) | 351.03º | 0.91% | 0.75% | - |
| XYZ | 22.12 | 11.65 | 3.37 | - |
| YUV | 71.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 43 | 0 | 0.91 | 0.77 | 0.25 | 351.03 | 0.84 | 0.41 |
| Hex | BF | 11 | 2B | 0 | 5B | 4D | 19 | 15F | 54 | 29 |
| Octal | 277 | 21 | 53 | 0 | 133 | 115 | 31 | 537 | 124 | 51 |
| Binary | 10111111 | 10001 | 101011 | 0 | 1011011 | 1001101 | 11001 | 101011111 | 1010100 | 101001 |
Color Harmonies of #BF112B
Complementary color
Monochromatic Colors of #BF112B
Black with #BF112B
Text Example
Text Example
White with #BF112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF112B; }
p { color: rgb(191,17,43); }
H1.HeaderClassName
{
color: #BF112B;
}
.AnyTagClassName
{
color: #BF112B;
}
</style>
background-color css
<style>
a { background-color: #BF112B; }
a { background-color: rgb(191,17,43); }
div.DivClassName
{
background-color: #BF112B;
}
.BgClassName
{
background-color: #BF112B;
}
</style>
border-color css
<style>
span { border-color: #BF112B; }
span { border-color: rgb(191,17,43); }
td.TdClassName
{
border-color: #BF112B;
}
.TagClassName
{
border-color: #BF112B;
}
</style>