Shades of Cardinal #BF2631
Tints of Cardinal #BF2631
RGB
CMYK
RGB Variations
Color information
#BF2631 (or 0xBF2631) is known color: Cardinal. HEX triplet: BF, 26 and 31. RGB value is (191,38,49). Sum of RGB (Red+Green+Blue) = 191+38+49=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2631 is #40D9CE. Grayscale: #555555. Windows color (decimal): -4250063 or 3221183. OLE color: 3221183.
HSL color Cylindrical-coordinate representation of color #BF2631: hue angle of 355.69º 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 #BF2631 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 49 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.25 |
| HSL | 355.69º | 0.67% | 0.45% | - |
| HSV(B) | 355.69º | 0.8% | 0.75% | - |
| XYZ | 22.73 | 12.68 | 4.16 | - |
| YUV | 85 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 49 | 0 | 0.80 | 0.74 | 0.25 | 355.69 | 0.67 | 0.45 |
| Hex | BF | 26 | 31 | 0 | 50 | 4A | 19 | 164 | 43 | 2D |
| Octal | 277 | 46 | 61 | 0 | 120 | 112 | 31 | 544 | 103 | 55 |
| Binary | 10111111 | 100110 | 110001 | 0 | 1010000 | 1001010 | 11001 | 101100100 | 1000011 | 101101 |
Color Harmonies of #BF2631
Complementary color
Monochromatic Colors of #BF2631
Black with #BF2631
Text Example
Text Example
White with #BF2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2631; }
p { color: rgb(191,38,49); }
H1.HeaderClassName
{
color: #BF2631;
}
.AnyTagClassName
{
color: #BF2631;
}
</style>
background-color css
<style>
a { background-color: #BF2631; }
a { background-color: rgb(191,38,49); }
div.DivClassName
{
background-color: #BF2631;
}
.BgClassName
{
background-color: #BF2631;
}
</style>
border-color css
<style>
span { border-color: #BF2631; }
span { border-color: rgb(191,38,49); }
td.TdClassName
{
border-color: #BF2631;
}
.TagClassName
{
border-color: #BF2631;
}
</style>