Shades of Cardinal #BF2133
Tints of Cardinal #BF2133
RGB
CMYK
RGB Variations
Color information
#BF2133 (or 0xBF2133) is known color: Cardinal. HEX triplet: BF, 21 and 33. RGB value is (191,33,51). Sum of RGB (Red+Green+Blue) = 191+33+51=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2133 is #40DECC. Grayscale: #525252. Windows color (decimal): -4251341 or 3350975. OLE color: 3350975.
HSL color Cylindrical-coordinate representation of color #BF2133: hue angle of 353.16º 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 #BF2133 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 51 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.25 |
| HSL | 353.16º | 0.71% | 0.44% | - |
| HSV(B) | 353.16º | 0.83% | 0.75% | - |
| XYZ | 22.63 | 12.4 | 4.33 | - |
| YUV | 82.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 51 | 0 | 0.83 | 0.73 | 0.25 | 353.16 | 0.71 | 0.44 |
| Hex | BF | 21 | 33 | 0 | 53 | 49 | 19 | 161 | 47 | 2C |
| Octal | 277 | 41 | 63 | 0 | 123 | 111 | 31 | 541 | 107 | 54 |
| Binary | 10111111 | 100001 | 110011 | 0 | 1010011 | 1001001 | 11001 | 101100001 | 1000111 | 101100 |
Color Harmonies of #BF2133
Complementary color
Monochromatic Colors of #BF2133
Black with #BF2133
Text Example
Text Example
White with #BF2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2133; }
p { color: rgb(191,33,51); }
H1.HeaderClassName
{
color: #BF2133;
}
.AnyTagClassName
{
color: #BF2133;
}
</style>
background-color css
<style>
a { background-color: #BF2133; }
a { background-color: rgb(191,33,51); }
div.DivClassName
{
background-color: #BF2133;
}
.BgClassName
{
background-color: #BF2133;
}
</style>
border-color css
<style>
span { border-color: #BF2133; }
span { border-color: rgb(191,33,51); }
td.TdClassName
{
border-color: #BF2133;
}
.TagClassName
{
border-color: #BF2133;
}
</style>