Shades of Cardinal #BF0F2F
Tints of Cardinal #BF0F2F
RGB
CMYK
RGB Variations
Color information
#BF0F2F (or 0xBF0F2F) is known color: Cardinal. HEX triplet: BF, 0F and 2F. RGB value is (191,15,47). Sum of RGB (Red+Green+Blue) = 191+15+47=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F2F is #40F0D0. Grayscale: #474747. Windows color (decimal): -4255953 or 3084223. OLE color: 3084223.
HSL color Cylindrical-coordinate representation of color #BF0F2F: hue angle of 349.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0F2F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 47 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.25 |
| HSL | 349.09º | 0.85% | 0.4% | - |
| HSV(B) | 349.09º | 0.92% | 0.75% | - |
| XYZ | 22.17 | 11.62 | 3.76 | - |
| YUV | 71.27 | 114.31 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 47 | 0 | 0.92 | 0.75 | 0.25 | 349.09 | 0.85 | 0.4 |
| Hex | BF | F | 2F | 0 | 5C | 4B | 19 | 15D | 55 | 28 |
| Octal | 277 | 17 | 57 | 0 | 134 | 113 | 31 | 535 | 125 | 50 |
| Binary | 10111111 | 1111 | 101111 | 0 | 1011100 | 1001011 | 11001 | 101011101 | 1010101 | 101000 |
Color Harmonies of #BF0F2F
Complementary color
Monochromatic Colors of #BF0F2F
Black with #BF0F2F
Text Example
Text Example
White with #BF0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F2F; }
p { color: rgb(191,15,47); }
H1.HeaderClassName
{
color: #BF0F2F;
}
.AnyTagClassName
{
color: #BF0F2F;
}
</style>
background-color css
<style>
a { background-color: #BF0F2F; }
a { background-color: rgb(191,15,47); }
div.DivClassName
{
background-color: #BF0F2F;
}
.BgClassName
{
background-color: #BF0F2F;
}
</style>
border-color css
<style>
span { border-color: #BF0F2F; }
span { border-color: rgb(191,15,47); }
td.TdClassName
{
border-color: #BF0F2F;
}
.TagClassName
{
border-color: #BF0F2F;
}
</style>