Shades of Cardinal #BF0437
Tints of Cardinal #BF0437
RGB
CMYK
RGB Variations
Color information
#BF0437 (or 0xBF0437) is known color: Cardinal. HEX triplet: BF, 04 and 37. RGB value is (191,4,55). Sum of RGB (Red+Green+Blue) = 191+4+55=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0437 is #40FBC8. Grayscale: #414141. Windows color (decimal): -4258761 or 3605695. OLE color: 3605695.
HSL color Cylindrical-coordinate representation of color #BF0437: hue angle of 343.64º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0437 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.25 |
| HSL | 343.64º | 0.96% | 0.38% | - |
| HSV(B) | 343.64º | 0.98% | 0.75% | - |
| XYZ | 22.22 | 11.44 | 4.65 | - |
| YUV | 65.73 | 121.95 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 55 | 0 | 0.98 | 0.71 | 0.25 | 343.64 | 0.96 | 0.38 |
| Hex | BF | 4 | 37 | 0 | 62 | 47 | 19 | 158 | 60 | 26 |
| Octal | 277 | 4 | 67 | 0 | 142 | 107 | 31 | 530 | 140 | 46 |
| Binary | 10111111 | 100 | 110111 | 0 | 1100010 | 1000111 | 11001 | 101011000 | 1100000 | 100110 |
Color Harmonies of #BF0437
Complementary color
Monochromatic Colors of #BF0437
Black with #BF0437
Text Example
Text Example
White with #BF0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0437; }
p { color: rgb(191,4,55); }
H1.HeaderClassName
{
color: #BF0437;
}
.AnyTagClassName
{
color: #BF0437;
}
</style>
background-color css
<style>
a { background-color: #BF0437; }
a { background-color: rgb(191,4,55); }
div.DivClassName
{
background-color: #BF0437;
}
.BgClassName
{
background-color: #BF0437;
}
</style>
border-color css
<style>
span { border-color: #BF0437; }
span { border-color: rgb(191,4,55); }
td.TdClassName
{
border-color: #BF0437;
}
.TagClassName
{
border-color: #BF0437;
}
</style>