Shades of Cardinal #BF094D
Tints of Cardinal #BF094D
RGB
CMYK
RGB Variations
Color information
#BF094D (or 0xBF094D) is known color: Cardinal. HEX triplet: BF, 09 and 4D. RGB value is (191,9,77). Sum of RGB (Red+Green+Blue) = 191+9+77=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF094D is #40F6B2. Grayscale: #474747. Windows color (decimal): -4257459 or 5048767. OLE color: 5048767.
HSL color Cylindrical-coordinate representation of color #BF094D: hue angle of 337.58º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF094D is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.25 |
| HSL | 337.58º | 0.91% | 0.39% | - |
| HSV(B) | 337.58º | 0.95% | 0.75% | - |
| XYZ | 22.92 | 11.81 | 8.09 | - |
| YUV | 71.17 | 131.3 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 77 | 0 | 0.95 | 0.60 | 0.25 | 337.58 | 0.91 | 0.39 |
| Hex | BF | 9 | 4D | 0 | 5F | 3C | 19 | 152 | 5B | 27 |
| Octal | 277 | 11 | 115 | 0 | 137 | 74 | 31 | 522 | 133 | 47 |
| Binary | 10111111 | 1001 | 1001101 | 0 | 1011111 | 111100 | 11001 | 101010010 | 1011011 | 100111 |
Color Harmonies of #BF094D
Complementary color
Monochromatic Colors of #BF094D
Black with #BF094D
Text Example
Text Example
White with #BF094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF094D; }
p { color: rgb(191,9,77); }
H1.HeaderClassName
{
color: #BF094D;
}
.AnyTagClassName
{
color: #BF094D;
}
</style>
background-color css
<style>
a { background-color: #BF094D; }
a { background-color: rgb(191,9,77); }
div.DivClassName
{
background-color: #BF094D;
}
.BgClassName
{
background-color: #BF094D;
}
</style>
border-color css
<style>
span { border-color: #BF094D; }
span { border-color: rgb(191,9,77); }
td.TdClassName
{
border-color: #BF094D;
}
.TagClassName
{
border-color: #BF094D;
}
</style>