Shades of Cardinal #BF1932
Tints of Cardinal #BF1932
RGB
CMYK
RGB Variations
Color information
#BF1932 (or 0xBF1932) is known color: Cardinal. HEX triplet: BF, 19 and 32. RGB value is (191,25,50). Sum of RGB (Red+Green+Blue) = 191+25+50=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1932 is #40E6CD. Grayscale: #4D4D4D. Windows color (decimal): -4253390 or 3283391. OLE color: 3283391.
HSL color Cylindrical-coordinate representation of color #BF1932: hue angle of 350.96º 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 #BF1932 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 50 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.25 |
| HSL | 350.96º | 0.77% | 0.42% | - |
| HSV(B) | 350.96º | 0.87% | 0.75% | - |
| XYZ | 22.41 | 12 | 4.15 | - |
| YUV | 77.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 50 | 0 | 0.87 | 0.74 | 0.25 | 350.96 | 0.77 | 0.42 |
| Hex | BF | 19 | 32 | 0 | 57 | 4A | 19 | 15F | 4D | 2A |
| Octal | 277 | 31 | 62 | 0 | 127 | 112 | 31 | 537 | 115 | 52 |
| Binary | 10111111 | 11001 | 110010 | 0 | 1010111 | 1001010 | 11001 | 101011111 | 1001101 | 101010 |
Color Harmonies of #BF1932
Complementary color
Monochromatic Colors of #BF1932
Black with #BF1932
Text Example
Text Example
White with #BF1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1932; }
p { color: rgb(191,25,50); }
H1.HeaderClassName
{
color: #BF1932;
}
.AnyTagClassName
{
color: #BF1932;
}
</style>
background-color css
<style>
a { background-color: #BF1932; }
a { background-color: rgb(191,25,50); }
div.DivClassName
{
background-color: #BF1932;
}
.BgClassName
{
background-color: #BF1932;
}
</style>
border-color css
<style>
span { border-color: #BF1932; }
span { border-color: rgb(191,25,50); }
td.TdClassName
{
border-color: #BF1932;
}
.TagClassName
{
border-color: #BF1932;
}
</style>