Shades of Cardinal #BF0D36
Tints of Cardinal #BF0D36
RGB
CMYK
RGB Variations
Color information
#BF0D36 (or 0xBF0D36) is known color: Cardinal. HEX triplet: BF, 0D and 36. RGB value is (191,13,54). Sum of RGB (Red+Green+Blue) = 191+13+54=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0D36 is #40F2C9. Grayscale: #464646. Windows color (decimal): -4256458 or 3542463. OLE color: 3542463.
HSL color Cylindrical-coordinate representation of color #BF0D36: hue angle of 346.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0D36 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 54 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.25 |
| HSL | 346.18º | 0.87% | 0.4% | - |
| HSV(B) | 346.18º | 0.93% | 0.75% | - |
| XYZ | 22.3 | 11.63 | 4.56 | - |
| YUV | 70.9 | 118.47 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 54 | 0 | 0.93 | 0.72 | 0.25 | 346.18 | 0.87 | 0.4 |
| Hex | BF | D | 36 | 0 | 5D | 48 | 19 | 15A | 57 | 28 |
| Octal | 277 | 15 | 66 | 0 | 135 | 110 | 31 | 532 | 127 | 50 |
| Binary | 10111111 | 1101 | 110110 | 0 | 1011101 | 1001000 | 11001 | 101011010 | 1010111 | 101000 |
Color Harmonies of #BF0D36
Complementary color
Monochromatic Colors of #BF0D36
Black with #BF0D36
Text Example
Text Example
White with #BF0D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0D36; }
p { color: rgb(191,13,54); }
H1.HeaderClassName
{
color: #BF0D36;
}
.AnyTagClassName
{
color: #BF0D36;
}
</style>
background-color css
<style>
a { background-color: #BF0D36; }
a { background-color: rgb(191,13,54); }
div.DivClassName
{
background-color: #BF0D36;
}
.BgClassName
{
background-color: #BF0D36;
}
</style>
border-color css
<style>
span { border-color: #BF0D36; }
span { border-color: rgb(191,13,54); }
td.TdClassName
{
border-color: #BF0D36;
}
.TagClassName
{
border-color: #BF0D36;
}
</style>