Shades of Cardinal #BF1132
Tints of Cardinal #BF1132
RGB
CMYK
RGB Variations
Color information
#BF1132 (or 0xBF1132) is known color: Cardinal. HEX triplet: BF, 11 and 32. RGB value is (191,17,50). Sum of RGB (Red+Green+Blue) = 191+17+50=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1132 is #40EECD. Grayscale: #484848. Windows color (decimal): -4255438 or 3281343. OLE color: 3281343.
HSL color Cylindrical-coordinate representation of color #BF1132: hue angle of 348.62º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1132 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 50 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.25 |
| HSL | 348.62º | 0.84% | 0.41% | - |
| HSV(B) | 348.62º | 0.91% | 0.75% | - |
| XYZ | 22.26 | 11.71 | 4.1 | - |
| YUV | 72.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 50 | 0 | 0.91 | 0.74 | 0.25 | 348.62 | 0.84 | 0.41 |
| Hex | BF | 11 | 32 | 0 | 5B | 4A | 19 | 15D | 54 | 29 |
| Octal | 277 | 21 | 62 | 0 | 133 | 112 | 31 | 535 | 124 | 51 |
| Binary | 10111111 | 10001 | 110010 | 0 | 1011011 | 1001010 | 11001 | 101011101 | 1010100 | 101001 |
Color Harmonies of #BF1132
Complementary color
Monochromatic Colors of #BF1132
Black with #BF1132
Text Example
Text Example
White with #BF1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1132; }
p { color: rgb(191,17,50); }
H1.HeaderClassName
{
color: #BF1132;
}
.AnyTagClassName
{
color: #BF1132;
}
</style>
background-color css
<style>
a { background-color: #BF1132; }
a { background-color: rgb(191,17,50); }
div.DivClassName
{
background-color: #BF1132;
}
.BgClassName
{
background-color: #BF1132;
}
</style>
border-color css
<style>
span { border-color: #BF1132; }
span { border-color: rgb(191,17,50); }
td.TdClassName
{
border-color: #BF1132;
}
.TagClassName
{
border-color: #BF1132;
}
</style>