Shades of Cardinal #BF143C
Tints of Cardinal #BF143C
RGB
CMYK
RGB Variations
Color information
#BF143C (or 0xBF143C) is known color: Cardinal. HEX triplet: BF, 14 and 3C. RGB value is (191,20,60). Sum of RGB (Red+Green+Blue) = 191+20+60=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF143C is #40EBC3. Grayscale: #4B4B4B. Windows color (decimal): -4254660 or 3937471. OLE color: 3937471.
HSL color Cylindrical-coordinate representation of color #BF143C: hue angle of 345.96º 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 #BF143C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 60 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.25 |
| HSL | 345.96º | 0.81% | 0.41% | - |
| HSV(B) | 345.96º | 0.9% | 0.75% | - |
| XYZ | 22.55 | 11.9 | 5.38 | - |
| YUV | 75.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 60 | 0 | 0.90 | 0.69 | 0.25 | 345.96 | 0.81 | 0.41 |
| Hex | BF | 14 | 3C | 0 | 5A | 45 | 19 | 15A | 51 | 29 |
| Octal | 277 | 24 | 74 | 0 | 132 | 105 | 31 | 532 | 121 | 51 |
| Binary | 10111111 | 10100 | 111100 | 0 | 1011010 | 1000101 | 11001 | 101011010 | 1010001 | 101001 |
Color Harmonies of #BF143C
Complementary color
Monochromatic Colors of #BF143C
Black with #BF143C
Text Example
Text Example
White with #BF143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF143C; }
p { color: rgb(191,20,60); }
H1.HeaderClassName
{
color: #BF143C;
}
.AnyTagClassName
{
color: #BF143C;
}
</style>
background-color css
<style>
a { background-color: #BF143C; }
a { background-color: rgb(191,20,60); }
div.DivClassName
{
background-color: #BF143C;
}
.BgClassName
{
background-color: #BF143C;
}
</style>
border-color css
<style>
span { border-color: #BF143C; }
span { border-color: rgb(191,20,60); }
td.TdClassName
{
border-color: #BF143C;
}
.TagClassName
{
border-color: #BF143C;
}
</style>