Shades of Cardinal #BF192A
Tints of Cardinal #BF192A
RGB
CMYK
RGB Variations
Color information
#BF192A (or 0xBF192A) is known color: Cardinal. HEX triplet: BF, 19 and 2A. RGB value is (191,25,42). Sum of RGB (Red+Green+Blue) = 191+25+42=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF192A is #40E6D5. Grayscale: #4C4C4C. Windows color (decimal): -4253398 or 2759103. OLE color: 2759103.
HSL color Cylindrical-coordinate representation of color #BF192A: hue angle of 353.86º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF192A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 42 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.25 |
| HSL | 353.86º | 0.77% | 0.42% | - |
| HSV(B) | 353.86º | 0.87% | 0.75% | - |
| XYZ | 22.25 | 11.94 | 3.32 | - |
| YUV | 76.57 | 108.5 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 42 | 0 | 0.87 | 0.78 | 0.25 | 353.86 | 0.77 | 0.42 |
| Hex | BF | 19 | 2A | 0 | 57 | 4E | 19 | 162 | 4D | 2A |
| Octal | 277 | 31 | 52 | 0 | 127 | 116 | 31 | 542 | 115 | 52 |
| Binary | 10111111 | 11001 | 101010 | 0 | 1010111 | 1001110 | 11001 | 101100010 | 1001101 | 101010 |
Color Harmonies of #BF192A
Complementary color
Monochromatic Colors of #BF192A
Black with #BF192A
Text Example
Text Example
White with #BF192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF192A; }
p { color: rgb(191,25,42); }
H1.HeaderClassName
{
color: #BF192A;
}
.AnyTagClassName
{
color: #BF192A;
}
</style>
background-color css
<style>
a { background-color: #BF192A; }
a { background-color: rgb(191,25,42); }
div.DivClassName
{
background-color: #BF192A;
}
.BgClassName
{
background-color: #BF192A;
}
</style>
border-color css
<style>
span { border-color: #BF192A; }
span { border-color: rgb(191,25,42); }
td.TdClassName
{
border-color: #BF192A;
}
.TagClassName
{
border-color: #BF192A;
}
</style>