Shades of Cardinal #BF2935
Tints of Cardinal #BF2935
RGB
CMYK
RGB Variations
Color information
#BF2935 (or 0xBF2935) is known color: Cardinal. HEX triplet: BF, 29 and 35. RGB value is (191,41,53). Sum of RGB (Red+Green+Blue) = 191+41+53=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2935 is #40D6CA. Grayscale: #575757. Windows color (decimal): -4249291 or 3484095. OLE color: 3484095.
HSL color Cylindrical-coordinate representation of color #BF2935: hue angle of 355.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2935 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 53 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.25 |
| HSL | 355.2º | 0.65% | 0.45% | - |
| HSV(B) | 355.2º | 0.79% | 0.75% | - |
| XYZ | 22.92 | 12.92 | 4.65 | - |
| YUV | 87.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 53 | 0 | 0.79 | 0.72 | 0.25 | 355.2 | 0.65 | 0.45 |
| Hex | BF | 29 | 35 | 0 | 4F | 48 | 19 | 163 | 41 | 2D |
| Octal | 277 | 51 | 65 | 0 | 117 | 110 | 31 | 543 | 101 | 55 |
| Binary | 10111111 | 101001 | 110101 | 0 | 1001111 | 1001000 | 11001 | 101100011 | 1000001 | 101101 |
Color Harmonies of #BF2935
Complementary color
Monochromatic Colors of #BF2935
Black with #BF2935
Text Example
Text Example
White with #BF2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2935; }
p { color: rgb(191,41,53); }
H1.HeaderClassName
{
color: #BF2935;
}
.AnyTagClassName
{
color: #BF2935;
}
</style>
background-color css
<style>
a { background-color: #BF2935; }
a { background-color: rgb(191,41,53); }
div.DivClassName
{
background-color: #BF2935;
}
.BgClassName
{
background-color: #BF2935;
}
</style>
border-color css
<style>
span { border-color: #BF2935; }
span { border-color: rgb(191,41,53); }
td.TdClassName
{
border-color: #BF2935;
}
.TagClassName
{
border-color: #BF2935;
}
</style>