Shades of Cardinal #BF102C
Tints of Cardinal #BF102C
RGB
CMYK
RGB Variations
Color information
#BF102C (or 0xBF102C) is known color: Cardinal. HEX triplet: BF, 10 and 2C. RGB value is (191,16,44). Sum of RGB (Red+Green+Blue) = 191+16+44=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF102C is #40EFD3. Grayscale: #474747. Windows color (decimal): -4255700 or 2887871. OLE color: 2887871.
HSL color Cylindrical-coordinate representation of color #BF102C: hue angle of 350.4º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF102C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 44 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.25 |
| HSL | 350.4º | 0.85% | 0.41% | - |
| HSV(B) | 350.4º | 0.92% | 0.75% | - |
| XYZ | 22.13 | 11.63 | 3.46 | - |
| YUV | 71.52 | 112.48 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 44 | 0 | 0.92 | 0.77 | 0.25 | 350.4 | 0.85 | 0.41 |
| Hex | BF | 10 | 2C | 0 | 5C | 4D | 19 | 15E | 55 | 29 |
| Octal | 277 | 20 | 54 | 0 | 134 | 115 | 31 | 536 | 125 | 51 |
| Binary | 10111111 | 10000 | 101100 | 0 | 1011100 | 1001101 | 11001 | 101011110 | 1010101 | 101001 |
Color Harmonies of #BF102C
Complementary color
Monochromatic Colors of #BF102C
Black with #BF102C
Text Example
Text Example
White with #BF102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF102C; }
p { color: rgb(191,16,44); }
H1.HeaderClassName
{
color: #BF102C;
}
.AnyTagClassName
{
color: #BF102C;
}
</style>
background-color css
<style>
a { background-color: #BF102C; }
a { background-color: rgb(191,16,44); }
div.DivClassName
{
background-color: #BF102C;
}
.BgClassName
{
background-color: #BF102C;
}
</style>
border-color css
<style>
span { border-color: #BF102C; }
span { border-color: rgb(191,16,44); }
td.TdClassName
{
border-color: #BF102C;
}
.TagClassName
{
border-color: #BF102C;
}
</style>