Shades of Cardinal #BF1032
Tints of Cardinal #BF1032
RGB
CMYK
RGB Variations
Color information
#BF1032 (or 0xBF1032) is known color: Cardinal. HEX triplet: BF, 10 and 32. RGB value is (191,16,50). Sum of RGB (Red+Green+Blue) = 191+16+50=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1032 is #40EFCD. Grayscale: #484848. Windows color (decimal): -4255694 or 3281087. OLE color: 3281087.
HSL color Cylindrical-coordinate representation of color #BF1032: hue angle of 348.34º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1032 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 50 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.25 |
| HSL | 348.34º | 0.85% | 0.41% | - |
| HSV(B) | 348.34º | 0.92% | 0.75% | - |
| XYZ | 22.25 | 11.68 | 4.1 | - |
| YUV | 72.2 | 115.48 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 50 | 0 | 0.92 | 0.74 | 0.25 | 348.34 | 0.85 | 0.41 |
| Hex | BF | 10 | 32 | 0 | 5C | 4A | 19 | 15C | 55 | 29 |
| Octal | 277 | 20 | 62 | 0 | 134 | 112 | 31 | 534 | 125 | 51 |
| Binary | 10111111 | 10000 | 110010 | 0 | 1011100 | 1001010 | 11001 | 101011100 | 1010101 | 101001 |
Color Harmonies of #BF1032
Complementary color
Monochromatic Colors of #BF1032
Black with #BF1032
Text Example
Text Example
White with #BF1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1032; }
p { color: rgb(191,16,50); }
H1.HeaderClassName
{
color: #BF1032;
}
.AnyTagClassName
{
color: #BF1032;
}
</style>
background-color css
<style>
a { background-color: #BF1032; }
a { background-color: rgb(191,16,50); }
div.DivClassName
{
background-color: #BF1032;
}
.BgClassName
{
background-color: #BF1032;
}
</style>
border-color css
<style>
span { border-color: #BF1032; }
span { border-color: rgb(191,16,50); }
td.TdClassName
{
border-color: #BF1032;
}
.TagClassName
{
border-color: #BF1032;
}
</style>