Shades of Cardinal #BF2134
Tints of Cardinal #BF2134
RGB
CMYK
RGB Variations
Color information
#BF2134 (or 0xBF2134) is known color: Cardinal. HEX triplet: BF, 21 and 34. RGB value is (191,33,52). Sum of RGB (Red+Green+Blue) = 191+33+52=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2134 is #40DECB. Grayscale: #525252. Windows color (decimal): -4251340 or 3416511. OLE color: 3416511.
HSL color Cylindrical-coordinate representation of color #BF2134: hue angle of 352.78º 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 #BF2134 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 52 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.25 |
| HSL | 352.78º | 0.71% | 0.44% | - |
| HSV(B) | 352.78º | 0.83% | 0.75% | - |
| XYZ | 22.65 | 12.41 | 4.45 | - |
| YUV | 82.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 52 | 0 | 0.83 | 0.73 | 0.25 | 352.78 | 0.71 | 0.44 |
| Hex | BF | 21 | 34 | 0 | 53 | 49 | 19 | 161 | 47 | 2C |
| Octal | 277 | 41 | 64 | 0 | 123 | 111 | 31 | 541 | 107 | 54 |
| Binary | 10111111 | 100001 | 110100 | 0 | 1010011 | 1001001 | 11001 | 101100001 | 1000111 | 101100 |
Color Harmonies of #BF2134
Complementary color
Monochromatic Colors of #BF2134
Black with #BF2134
Text Example
Text Example
White with #BF2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2134; }
p { color: rgb(191,33,52); }
H1.HeaderClassName
{
color: #BF2134;
}
.AnyTagClassName
{
color: #BF2134;
}
</style>
background-color css
<style>
a { background-color: #BF2134; }
a { background-color: rgb(191,33,52); }
div.DivClassName
{
background-color: #BF2134;
}
.BgClassName
{
background-color: #BF2134;
}
</style>
border-color css
<style>
span { border-color: #BF2134; }
span { border-color: rgb(191,33,52); }
td.TdClassName
{
border-color: #BF2134;
}
.TagClassName
{
border-color: #BF2134;
}
</style>