Shades of Cardinal #BF1432
Tints of Cardinal #BF1432
RGB
CMYK
RGB Variations
Color information
#BF1432 (or 0xBF1432) is known color: Cardinal. HEX triplet: BF, 14 and 32. RGB value is (191,20,50). Sum of RGB (Red+Green+Blue) = 191+20+50=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1432 is #40EBCD. Grayscale: #4A4A4A. Windows color (decimal): -4254670 or 3282111. OLE color: 3282111.
HSL color Cylindrical-coordinate representation of color #BF1432: hue angle of 349.47º 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 #BF1432 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 50 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.25 |
| HSL | 349.47º | 0.81% | 0.41% | - |
| HSV(B) | 349.47º | 0.9% | 0.75% | - |
| XYZ | 22.31 | 11.81 | 4.12 | - |
| YUV | 74.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 50 | 0 | 0.90 | 0.74 | 0.25 | 349.47 | 0.81 | 0.41 |
| Hex | BF | 14 | 32 | 0 | 5A | 4A | 19 | 15D | 51 | 29 |
| Octal | 277 | 24 | 62 | 0 | 132 | 112 | 31 | 535 | 121 | 51 |
| Binary | 10111111 | 10100 | 110010 | 0 | 1011010 | 1001010 | 11001 | 101011101 | 1010001 | 101001 |
Color Harmonies of #BF1432
Complementary color
Monochromatic Colors of #BF1432
Black with #BF1432
Text Example
Text Example
White with #BF1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1432; }
p { color: rgb(191,20,50); }
H1.HeaderClassName
{
color: #BF1432;
}
.AnyTagClassName
{
color: #BF1432;
}
</style>
background-color css
<style>
a { background-color: #BF1432; }
a { background-color: rgb(191,20,50); }
div.DivClassName
{
background-color: #BF1432;
}
.BgClassName
{
background-color: #BF1432;
}
</style>
border-color css
<style>
span { border-color: #BF1432; }
span { border-color: rgb(191,20,50); }
td.TdClassName
{
border-color: #BF1432;
}
.TagClassName
{
border-color: #BF1432;
}
</style>