Shades of Cardinal #BF0036
Tints of Cardinal #BF0036
RGB
CMYK
RGB Variations
Color information
#BF0036 (or 0xBF0036) is known color: Cardinal. HEX triplet: BF, 00 and 36. RGB value is (191,0,54). Sum of RGB (Red+Green+Blue) = 191+0+54=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0036 is #40FFC9. Grayscale: #3F3F3F. Windows color (decimal): -4259786 or 3539135. OLE color: 3539135.
HSL color Cylindrical-coordinate representation of color #BF0036: hue angle of 343.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0036 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.72 | 0.25 |
| HSL | 343.04º | 1% | 0.37% | - |
| HSV(B) | 343.04º | 1% | 0.75% | - |
| XYZ | 22.15 | 11.34 | 4.51 | - |
| YUV | 63.27 | 122.78 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 54 | 0 | 1 | 0.72 | 0.25 | 343.04 | 1 | 0.37 |
| Hex | BF | 0 | 36 | 0 | 64 | 48 | 19 | 157 | 64 | 25 |
| Octal | 277 | 0 | 66 | 0 | 144 | 110 | 31 | 527 | 144 | 45 |
| Binary | 10111111 | 0 | 110110 | 0 | 1100100 | 1001000 | 11001 | 101010111 | 1100100 | 100101 |
Color Harmonies of #BF0036
Complementary color
Monochromatic Colors of #BF0036
Black with #BF0036
Text Example
Text Example
White with #BF0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0036; }
p { color: rgb(191,0,54); }
H1.HeaderClassName
{
color: #BF0036;
}
.AnyTagClassName
{
color: #BF0036;
}
</style>
background-color css
<style>
a { background-color: #BF0036; }
a { background-color: rgb(191,0,54); }
div.DivClassName
{
background-color: #BF0036;
}
.BgClassName
{
background-color: #BF0036;
}
</style>
border-color css
<style>
span { border-color: #BF0036; }
span { border-color: rgb(191,0,54); }
td.TdClassName
{
border-color: #BF0036;
}
.TagClassName
{
border-color: #BF0036;
}
</style>