Shades of Cardinal #BF0949
Tints of Cardinal #BF0949
RGB
CMYK
RGB Variations
Color information
#BF0949 (or 0xBF0949) is known color: Cardinal. HEX triplet: BF, 09 and 49. RGB value is (191,9,73). Sum of RGB (Red+Green+Blue) = 191+9+73=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0949 is #40F6B6. Grayscale: #464646. Windows color (decimal): -4257463 or 4786623. OLE color: 4786623.
HSL color Cylindrical-coordinate representation of color #BF0949: hue angle of 338.9º 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 #BF0949 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 73 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.25 |
| HSL | 338.9º | 0.91% | 0.39% | - |
| HSV(B) | 338.9º | 0.95% | 0.75% | - |
| XYZ | 22.79 | 11.75 | 7.37 | - |
| YUV | 70.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 73 | 0 | 0.95 | 0.62 | 0.25 | 338.9 | 0.91 | 0.39 |
| Hex | BF | 9 | 49 | 0 | 5F | 3E | 19 | 153 | 5B | 27 |
| Octal | 277 | 11 | 111 | 0 | 137 | 76 | 31 | 523 | 133 | 47 |
| Binary | 10111111 | 1001 | 1001001 | 0 | 1011111 | 111110 | 11001 | 101010011 | 1011011 | 100111 |
Color Harmonies of #BF0949
Complementary color
Monochromatic Colors of #BF0949
Black with #BF0949
Text Example
Text Example
White with #BF0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0949; }
p { color: rgb(191,9,73); }
H1.HeaderClassName
{
color: #BF0949;
}
.AnyTagClassName
{
color: #BF0949;
}
</style>
background-color css
<style>
a { background-color: #BF0949; }
a { background-color: rgb(191,9,73); }
div.DivClassName
{
background-color: #BF0949;
}
.BgClassName
{
background-color: #BF0949;
}
</style>
border-color css
<style>
span { border-color: #BF0949; }
span { border-color: rgb(191,9,73); }
td.TdClassName
{
border-color: #BF0949;
}
.TagClassName
{
border-color: #BF0949;
}
</style>