Shades of Cardinal #BF2736
Tints of Cardinal #BF2736
RGB
CMYK
RGB Variations
Color information
#BF2736 (or 0xBF2736) is known color: Cardinal. HEX triplet: BF, 27 and 36. RGB value is (191,39,54). Sum of RGB (Red+Green+Blue) = 191+39+54=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2736 is #40D8C9. Grayscale: #565656. Windows color (decimal): -4249802 or 3549119. OLE color: 3549119.
HSL color Cylindrical-coordinate representation of color #BF2736: hue angle of 354.08º degrees, saturation: 0.66, 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 #BF2736 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 54 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.25 |
| HSL | 354.08º | 0.66% | 0.45% | - |
| HSV(B) | 354.08º | 0.8% | 0.75% | - |
| XYZ | 22.88 | 12.79 | 4.75 | - |
| YUV | 86.16 | 109.86 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 54 | 0 | 0.80 | 0.72 | 0.25 | 354.08 | 0.66 | 0.45 |
| Hex | BF | 27 | 36 | 0 | 50 | 48 | 19 | 162 | 42 | 2D |
| Octal | 277 | 47 | 66 | 0 | 120 | 110 | 31 | 542 | 102 | 55 |
| Binary | 10111111 | 100111 | 110110 | 0 | 1010000 | 1001000 | 11001 | 101100010 | 1000010 | 101101 |
Color Harmonies of #BF2736
Complementary color
Monochromatic Colors of #BF2736
Black with #BF2736
Text Example
Text Example
White with #BF2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2736; }
p { color: rgb(191,39,54); }
H1.HeaderClassName
{
color: #BF2736;
}
.AnyTagClassName
{
color: #BF2736;
}
</style>
background-color css
<style>
a { background-color: #BF2736; }
a { background-color: rgb(191,39,54); }
div.DivClassName
{
background-color: #BF2736;
}
.BgClassName
{
background-color: #BF2736;
}
</style>
border-color css
<style>
span { border-color: #BF2736; }
span { border-color: rgb(191,39,54); }
td.TdClassName
{
border-color: #BF2736;
}
.TagClassName
{
border-color: #BF2736;
}
</style>