Shades of Cardinal #BF1036
Tints of Cardinal #BF1036
RGB
CMYK
RGB Variations
Color information
#BF1036 (or 0xBF1036) is known color: Cardinal. HEX triplet: BF, 10 and 36. RGB value is (191,16,54). Sum of RGB (Red+Green+Blue) = 191+16+54=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1036 is #40EFC9. Grayscale: #484848. Windows color (decimal): -4255690 or 3543231. OLE color: 3543231.
HSL color Cylindrical-coordinate representation of color #BF1036: hue angle of 346.97º 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 #BF1036 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 54 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.25 |
| HSL | 346.97º | 0.85% | 0.41% | - |
| HSV(B) | 346.97º | 0.92% | 0.75% | - |
| XYZ | 22.34 | 11.71 | 4.57 | - |
| YUV | 72.66 | 117.48 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 54 | 0 | 0.92 | 0.72 | 0.25 | 346.97 | 0.85 | 0.41 |
| Hex | BF | 10 | 36 | 0 | 5C | 48 | 19 | 15B | 55 | 29 |
| Octal | 277 | 20 | 66 | 0 | 134 | 110 | 31 | 533 | 125 | 51 |
| Binary | 10111111 | 10000 | 110110 | 0 | 1011100 | 1001000 | 11001 | 101011011 | 1010101 | 101001 |
Color Harmonies of #BF1036
Complementary color
Monochromatic Colors of #BF1036
Black with #BF1036
Text Example
Text Example
White with #BF1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1036; }
p { color: rgb(191,16,54); }
H1.HeaderClassName
{
color: #BF1036;
}
.AnyTagClassName
{
color: #BF1036;
}
</style>
background-color css
<style>
a { background-color: #BF1036; }
a { background-color: rgb(191,16,54); }
div.DivClassName
{
background-color: #BF1036;
}
.BgClassName
{
background-color: #BF1036;
}
</style>
border-color css
<style>
span { border-color: #BF1036; }
span { border-color: rgb(191,16,54); }
td.TdClassName
{
border-color: #BF1036;
}
.TagClassName
{
border-color: #BF1036;
}
</style>