Shades of Cardinal #BF2129
Tints of Cardinal #BF2129
RGB
CMYK
RGB Variations
Color information
#BF2129 (or 0xBF2129) is known color: Cardinal. HEX triplet: BF, 21 and 29. RGB value is (191,33,41). Sum of RGB (Red+Green+Blue) = 191+33+41=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2129 is #40DED6. Grayscale: #515151. Windows color (decimal): -4251351 or 2695615. OLE color: 2695615.
HSL color Cylindrical-coordinate representation of color #BF2129: hue angle of 356.96º 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 #BF2129 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 41 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.25 |
| HSL | 356.96º | 0.71% | 0.44% | - |
| HSV(B) | 356.96º | 0.83% | 0.75% | - |
| XYZ | 22.43 | 12.32 | 3.29 | - |
| YUV | 81.15 | 105.35 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 41 | 0 | 0.83 | 0.79 | 0.25 | 356.96 | 0.71 | 0.44 |
| Hex | BF | 21 | 29 | 0 | 53 | 4F | 19 | 165 | 47 | 2C |
| Octal | 277 | 41 | 51 | 0 | 123 | 117 | 31 | 545 | 107 | 54 |
| Binary | 10111111 | 100001 | 101001 | 0 | 1010011 | 1001111 | 11001 | 101100101 | 1000111 | 101100 |
Color Harmonies of #BF2129
Complementary color
Monochromatic Colors of #BF2129
Black with #BF2129
Text Example
Text Example
White with #BF2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2129; }
p { color: rgb(191,33,41); }
H1.HeaderClassName
{
color: #BF2129;
}
.AnyTagClassName
{
color: #BF2129;
}
</style>
background-color css
<style>
a { background-color: #BF2129; }
a { background-color: rgb(191,33,41); }
div.DivClassName
{
background-color: #BF2129;
}
.BgClassName
{
background-color: #BF2129;
}
</style>
border-color css
<style>
span { border-color: #BF2129; }
span { border-color: rgb(191,33,41); }
td.TdClassName
{
border-color: #BF2129;
}
.TagClassName
{
border-color: #BF2129;
}
</style>