Shades of Cardinal #BF143B
Tints of Cardinal #BF143B
RGB
CMYK
RGB Variations
Color information
#BF143B (or 0xBF143B) is known color: Cardinal. HEX triplet: BF, 14 and 3B. RGB value is (191,20,59). Sum of RGB (Red+Green+Blue) = 191+20+59=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF143B is #40EBC4. Grayscale: #4B4B4B. Windows color (decimal): -4254661 or 3871935. OLE color: 3871935.
HSL color Cylindrical-coordinate representation of color #BF143B: hue angle of 346.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF143B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 59 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.25 |
| HSL | 346.32º | 0.81% | 0.41% | - |
| HSV(B) | 346.32º | 0.9% | 0.75% | - |
| XYZ | 22.53 | 11.89 | 5.25 | - |
| YUV | 75.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 59 | 0 | 0.90 | 0.69 | 0.25 | 346.32 | 0.81 | 0.41 |
| Hex | BF | 14 | 3B | 0 | 5A | 45 | 19 | 15A | 51 | 29 |
| Octal | 277 | 24 | 73 | 0 | 132 | 105 | 31 | 532 | 121 | 51 |
| Binary | 10111111 | 10100 | 111011 | 0 | 1011010 | 1000101 | 11001 | 101011010 | 1010001 | 101001 |
Color Harmonies of #BF143B
Complementary color
Monochromatic Colors of #BF143B
Black with #BF143B
Text Example
Text Example
White with #BF143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF143B; }
p { color: rgb(191,20,59); }
H1.HeaderClassName
{
color: #BF143B;
}
.AnyTagClassName
{
color: #BF143B;
}
</style>
background-color css
<style>
a { background-color: #BF143B; }
a { background-color: rgb(191,20,59); }
div.DivClassName
{
background-color: #BF143B;
}
.BgClassName
{
background-color: #BF143B;
}
</style>
border-color css
<style>
span { border-color: #BF143B; }
span { border-color: rgb(191,20,59); }
td.TdClassName
{
border-color: #BF143B;
}
.TagClassName
{
border-color: #BF143B;
}
</style>