Shades of Cardinal #BF2635
Tints of Cardinal #BF2635
RGB
CMYK
RGB Variations
Color information
#BF2635 (or 0xBF2635) is known color: Cardinal. HEX triplet: BF, 26 and 35. RGB value is (191,38,53). Sum of RGB (Red+Green+Blue) = 191+38+53=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2635 is #40D9CA. Grayscale: #555555. Windows color (decimal): -4250059 or 3483327. OLE color: 3483327.
HSL color Cylindrical-coordinate representation of color #BF2635: hue angle of 354.12º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2635 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 53 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.25 |
| HSL | 354.12º | 0.67% | 0.45% | - |
| HSV(B) | 354.12º | 0.8% | 0.75% | - |
| XYZ | 22.82 | 12.72 | 4.62 | - |
| YUV | 85.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 53 | 0 | 0.80 | 0.72 | 0.25 | 354.12 | 0.67 | 0.45 |
| Hex | BF | 26 | 35 | 0 | 50 | 48 | 19 | 162 | 43 | 2D |
| Octal | 277 | 46 | 65 | 0 | 120 | 110 | 31 | 542 | 103 | 55 |
| Binary | 10111111 | 100110 | 110101 | 0 | 1010000 | 1001000 | 11001 | 101100010 | 1000011 | 101101 |
Color Harmonies of #BF2635
Complementary color
Monochromatic Colors of #BF2635
Black with #BF2635
Text Example
Text Example
White with #BF2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2635; }
p { color: rgb(191,38,53); }
H1.HeaderClassName
{
color: #BF2635;
}
.AnyTagClassName
{
color: #BF2635;
}
</style>
background-color css
<style>
a { background-color: #BF2635; }
a { background-color: rgb(191,38,53); }
div.DivClassName
{
background-color: #BF2635;
}
.BgClassName
{
background-color: #BF2635;
}
</style>
border-color css
<style>
span { border-color: #BF2635; }
span { border-color: rgb(191,38,53); }
td.TdClassName
{
border-color: #BF2635;
}
.TagClassName
{
border-color: #BF2635;
}
</style>