Shades of Cardinal #BF152F
Tints of Cardinal #BF152F
RGB
CMYK
RGB Variations
Color information
#BF152F (or 0xBF152F) is known color: Cardinal. HEX triplet: BF, 15 and 2F. RGB value is (191,21,47). Sum of RGB (Red+Green+Blue) = 191+21+47=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF152F is #40EAD0. Grayscale: #4A4A4A. Windows color (decimal): -4254417 or 3085759. OLE color: 3085759.
HSL color Cylindrical-coordinate representation of color #BF152F: hue angle of 350.82º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF152F is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 47 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.25 |
| HSL | 350.82º | 0.8% | 0.42% | - |
| HSV(B) | 350.82º | 0.89% | 0.75% | - |
| XYZ | 22.27 | 11.82 | 3.8 | - |
| YUV | 74.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 47 | 0 | 0.89 | 0.75 | 0.25 | 350.82 | 0.8 | 0.42 |
| Hex | BF | 15 | 2F | 0 | 59 | 4B | 19 | 15F | 50 | 2A |
| Octal | 277 | 25 | 57 | 0 | 131 | 113 | 31 | 537 | 120 | 52 |
| Binary | 10111111 | 10101 | 101111 | 0 | 1011001 | 1001011 | 11001 | 101011111 | 1010000 | 101010 |
Color Harmonies of #BF152F
Complementary color
Monochromatic Colors of #BF152F
Black with #BF152F
Text Example
Text Example
White with #BF152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF152F; }
p { color: rgb(191,21,47); }
H1.HeaderClassName
{
color: #BF152F;
}
.AnyTagClassName
{
color: #BF152F;
}
</style>
background-color css
<style>
a { background-color: #BF152F; }
a { background-color: rgb(191,21,47); }
div.DivClassName
{
background-color: #BF152F;
}
.BgClassName
{
background-color: #BF152F;
}
</style>
border-color css
<style>
span { border-color: #BF152F; }
span { border-color: rgb(191,21,47); }
td.TdClassName
{
border-color: #BF152F;
}
.TagClassName
{
border-color: #BF152F;
}
</style>