Shades of Cardinal #BF153B
Tints of Cardinal #BF153B
RGB
CMYK
RGB Variations
Color information
#BF153B (or 0xBF153B) is known color: Cardinal. HEX triplet: BF, 15 and 3B. RGB value is (191,21,59). Sum of RGB (Red+Green+Blue) = 191+21+59=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF153B is #40EAC4. Grayscale: #4C4C4C. Windows color (decimal): -4254405 or 3872191. OLE color: 3872191.
HSL color Cylindrical-coordinate representation of color #BF153B: hue angle of 346.59º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF153B is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 59 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.25 |
| HSL | 346.59º | 0.8% | 0.42% | - |
| HSV(B) | 346.59º | 0.89% | 0.75% | - |
| XYZ | 22.54 | 11.93 | 5.25 | - |
| YUV | 76.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 59 | 0 | 0.89 | 0.69 | 0.25 | 346.59 | 0.8 | 0.42 |
| Hex | BF | 15 | 3B | 0 | 59 | 45 | 19 | 15B | 50 | 2A |
| Octal | 277 | 25 | 73 | 0 | 131 | 105 | 31 | 533 | 120 | 52 |
| Binary | 10111111 | 10101 | 111011 | 0 | 1011001 | 1000101 | 11001 | 101011011 | 1010000 | 101010 |
Color Harmonies of #BF153B
Complementary color
Monochromatic Colors of #BF153B
Black with #BF153B
Text Example
Text Example
White with #BF153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF153B; }
p { color: rgb(191,21,59); }
H1.HeaderClassName
{
color: #BF153B;
}
.AnyTagClassName
{
color: #BF153B;
}
</style>
background-color css
<style>
a { background-color: #BF153B; }
a { background-color: rgb(191,21,59); }
div.DivClassName
{
background-color: #BF153B;
}
.BgClassName
{
background-color: #BF153B;
}
</style>
border-color css
<style>
span { border-color: #BF153B; }
span { border-color: rgb(191,21,59); }
td.TdClassName
{
border-color: #BF153B;
}
.TagClassName
{
border-color: #BF153B;
}
</style>