Shades of Cardinal #BF1D37
Tints of Cardinal #BF1D37
RGB
CMYK
RGB Variations
Color information
#BF1D37 (or 0xBF1D37) is known color: Cardinal. HEX triplet: BF, 1D and 37. RGB value is (191,29,55). Sum of RGB (Red+Green+Blue) = 191+29+55=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1D37 is #40E2C8. Grayscale: #505050. Windows color (decimal): -4252361 or 3612095. OLE color: 3612095.
HSL color Cylindrical-coordinate representation of color #BF1D37: hue angle of 350.37º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1D37 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 55 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.25 |
| HSL | 350.37º | 0.74% | 0.43% | - |
| HSV(B) | 350.37º | 0.85% | 0.75% | - |
| XYZ | 22.61 | 12.23 | 4.78 | - |
| YUV | 80.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 55 | 0 | 0.85 | 0.71 | 0.25 | 350.37 | 0.74 | 0.43 |
| Hex | BF | 1D | 37 | 0 | 55 | 47 | 19 | 15E | 4A | 2B |
| Octal | 277 | 35 | 67 | 0 | 125 | 107 | 31 | 536 | 112 | 53 |
| Binary | 10111111 | 11101 | 110111 | 0 | 1010101 | 1000111 | 11001 | 101011110 | 1001010 | 101011 |
Color Harmonies of #BF1D37
Complementary color
Monochromatic Colors of #BF1D37
Black with #BF1D37
Text Example
Text Example
White with #BF1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1D37; }
p { color: rgb(191,29,55); }
H1.HeaderClassName
{
color: #BF1D37;
}
.AnyTagClassName
{
color: #BF1D37;
}
</style>
background-color css
<style>
a { background-color: #BF1D37; }
a { background-color: rgb(191,29,55); }
div.DivClassName
{
background-color: #BF1D37;
}
.BgClassName
{
background-color: #BF1D37;
}
</style>
border-color css
<style>
span { border-color: #BF1D37; }
span { border-color: rgb(191,29,55); }
td.TdClassName
{
border-color: #BF1D37;
}
.TagClassName
{
border-color: #BF1D37;
}
</style>