Shades of Cardinal #BF2135
Tints of Cardinal #BF2135
RGB
CMYK
RGB Variations
Color information
#BF2135 (or 0xBF2135) is known color: Cardinal. HEX triplet: BF, 21 and 35. RGB value is (191,33,53). Sum of RGB (Red+Green+Blue) = 191+33+53=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2135 is #40DECA. Grayscale: #525252. Windows color (decimal): -4251339 or 3482047. OLE color: 3482047.
HSL color Cylindrical-coordinate representation of color #BF2135: hue angle of 352.41º 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 #BF2135 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 53 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.25 |
| HSL | 352.41º | 0.71% | 0.44% | - |
| HSV(B) | 352.41º | 0.83% | 0.75% | - |
| XYZ | 22.67 | 12.42 | 4.57 | - |
| YUV | 82.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 53 | 0 | 0.83 | 0.72 | 0.25 | 352.41 | 0.71 | 0.44 |
| Hex | BF | 21 | 35 | 0 | 53 | 48 | 19 | 160 | 47 | 2C |
| Octal | 277 | 41 | 65 | 0 | 123 | 110 | 31 | 540 | 107 | 54 |
| Binary | 10111111 | 100001 | 110101 | 0 | 1010011 | 1001000 | 11001 | 101100000 | 1000111 | 101100 |
Color Harmonies of #BF2135
Complementary color
Monochromatic Colors of #BF2135
Black with #BF2135
Text Example
Text Example
White with #BF2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2135; }
p { color: rgb(191,33,53); }
H1.HeaderClassName
{
color: #BF2135;
}
.AnyTagClassName
{
color: #BF2135;
}
</style>
background-color css
<style>
a { background-color: #BF2135; }
a { background-color: rgb(191,33,53); }
div.DivClassName
{
background-color: #BF2135;
}
.BgClassName
{
background-color: #BF2135;
}
</style>
border-color css
<style>
span { border-color: #BF2135; }
span { border-color: rgb(191,33,53); }
td.TdClassName
{
border-color: #BF2135;
}
.TagClassName
{
border-color: #BF2135;
}
</style>