Shades of Cardinal #BF2132
Tints of Cardinal #BF2132
RGB
CMYK
RGB Variations
Color information
#BF2132 (or 0xBF2132) is known color: Cardinal. HEX triplet: BF, 21 and 32. RGB value is (191,33,50). Sum of RGB (Red+Green+Blue) = 191+33+50=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2132 is #40DECD. Grayscale: #525252. Windows color (decimal): -4251342 or 3285439. OLE color: 3285439.
HSL color Cylindrical-coordinate representation of color #BF2132: hue angle of 353.54º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2132 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 50 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.25 |
| HSL | 353.54º | 0.71% | 0.44% | - |
| HSV(B) | 353.54º | 0.83% | 0.75% | - |
| XYZ | 22.61 | 12.39 | 4.22 | - |
| YUV | 82.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 50 | 0 | 0.83 | 0.74 | 0.25 | 353.54 | 0.71 | 0.44 |
| Hex | BF | 21 | 32 | 0 | 53 | 4A | 19 | 162 | 47 | 2C |
| Octal | 277 | 41 | 62 | 0 | 123 | 112 | 31 | 542 | 107 | 54 |
| Binary | 10111111 | 100001 | 110010 | 0 | 1010011 | 1001010 | 11001 | 101100010 | 1000111 | 101100 |
Color Harmonies of #BF2132
Complementary color
Monochromatic Colors of #BF2132
Black with #BF2132
Text Example
Text Example
White with #BF2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2132; }
p { color: rgb(191,33,50); }
H1.HeaderClassName
{
color: #BF2132;
}
.AnyTagClassName
{
color: #BF2132;
}
</style>
background-color css
<style>
a { background-color: #BF2132; }
a { background-color: rgb(191,33,50); }
div.DivClassName
{
background-color: #BF2132;
}
.BgClassName
{
background-color: #BF2132;
}
</style>
border-color css
<style>
span { border-color: #BF2132; }
span { border-color: rgb(191,33,50); }
td.TdClassName
{
border-color: #BF2132;
}
.TagClassName
{
border-color: #BF2132;
}
</style>