Shades of Cardinal #BF0B2F
Tints of Cardinal #BF0B2F
RGB
CMYK
RGB Variations
Color information
#BF0B2F (or 0xBF0B2F) is known color: Cardinal. HEX triplet: BF, 0B and 2F. RGB value is (191,11,47). Sum of RGB (Red+Green+Blue) = 191+11+47=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0B2F is #40F4D0. Grayscale: #444444. Windows color (decimal): -4256977 or 3083199. OLE color: 3083199.
HSL color Cylindrical-coordinate representation of color #BF0B2F: hue angle of 348º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B2F is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 47 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.25 |
| HSL | 348º | 0.89% | 0.4% | - |
| HSV(B) | 348º | 0.94% | 0.75% | - |
| XYZ | 22.12 | 11.52 | 3.75 | - |
| YUV | 68.92 | 115.63 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 47 | 0 | 0.94 | 0.75 | 0.25 | 348 | 0.89 | 0.4 |
| Hex | BF | B | 2F | 0 | 5E | 4B | 19 | 15C | 59 | 28 |
| Octal | 277 | 13 | 57 | 0 | 136 | 113 | 31 | 534 | 131 | 50 |
| Binary | 10111111 | 1011 | 101111 | 0 | 1011110 | 1001011 | 11001 | 101011100 | 1011001 | 101000 |
Color Harmonies of #BF0B2F
Complementary color
Monochromatic Colors of #BF0B2F
Black with #BF0B2F
Text Example
Text Example
White with #BF0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0B2F; }
p { color: rgb(191,11,47); }
H1.HeaderClassName
{
color: #BF0B2F;
}
.AnyTagClassName
{
color: #BF0B2F;
}
</style>
background-color css
<style>
a { background-color: #BF0B2F; }
a { background-color: rgb(191,11,47); }
div.DivClassName
{
background-color: #BF0B2F;
}
.BgClassName
{
background-color: #BF0B2F;
}
</style>
border-color css
<style>
span { border-color: #BF0B2F; }
span { border-color: rgb(191,11,47); }
td.TdClassName
{
border-color: #BF0B2F;
}
.TagClassName
{
border-color: #BF0B2F;
}
</style>