Shades of Cardinal #BF0436
Tints of Cardinal #BF0436
RGB
CMYK
RGB Variations
Color information
#BF0436 (or 0xBF0436) is known color: Cardinal. HEX triplet: BF, 04 and 36. RGB value is (191,4,54). Sum of RGB (Red+Green+Blue) = 191+4+54=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0436 is #40FBC9. Grayscale: #414141. Windows color (decimal): -4258762 or 3540159. OLE color: 3540159.
HSL color Cylindrical-coordinate representation of color #BF0436: hue angle of 343.96º 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 #BF0436 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.25 |
| HSL | 343.96º | 0.96% | 0.38% | - |
| HSV(B) | 343.96º | 0.98% | 0.75% | - |
| XYZ | 22.2 | 11.43 | 4.53 | - |
| YUV | 65.61 | 121.45 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 54 | 0 | 0.98 | 0.72 | 0.25 | 343.96 | 0.96 | 0.38 |
| Hex | BF | 4 | 36 | 0 | 62 | 48 | 19 | 158 | 60 | 26 |
| Octal | 277 | 4 | 66 | 0 | 142 | 110 | 31 | 530 | 140 | 46 |
| Binary | 10111111 | 100 | 110110 | 0 | 1100010 | 1001000 | 11001 | 101011000 | 1100000 | 100110 |
Color Harmonies of #BF0436
Complementary color
Monochromatic Colors of #BF0436
Black with #BF0436
Text Example
Text Example
White with #BF0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0436; }
p { color: rgb(191,4,54); }
H1.HeaderClassName
{
color: #BF0436;
}
.AnyTagClassName
{
color: #BF0436;
}
</style>
background-color css
<style>
a { background-color: #BF0436; }
a { background-color: rgb(191,4,54); }
div.DivClassName
{
background-color: #BF0436;
}
.BgClassName
{
background-color: #BF0436;
}
</style>
border-color css
<style>
span { border-color: #BF0436; }
span { border-color: rgb(191,4,54); }
td.TdClassName
{
border-color: #BF0436;
}
.TagClassName
{
border-color: #BF0436;
}
</style>