Shades of Cardinal #BF0045
Tints of Cardinal #BF0045
RGB
CMYK
RGB Variations
Color information
#BF0045 (or 0xBF0045) is known color: Cardinal. HEX triplet: BF, 00 and 45. RGB value is (191,0,69). Sum of RGB (Red+Green+Blue) = 191+0+69=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0045 is #40FFBA. Grayscale: #404040. Windows color (decimal): -4259771 or 4522175. OLE color: 4522175.
HSL color Cylindrical-coordinate representation of color #BF0045: hue angle of 338.32º 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 #BF0045 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.64 | 0.25 |
| HSL | 338.32º | 1% | 0.37% | - |
| HSV(B) | 338.32º | 1% | 0.75% | - |
| XYZ | 22.56 | 11.51 | 6.66 | - |
| YUV | 64.98 | 130.28 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 69 | 0 | 1 | 0.64 | 0.25 | 338.32 | 1 | 0.37 |
| Hex | BF | 0 | 45 | 0 | 64 | 40 | 19 | 152 | 64 | 25 |
| Octal | 277 | 0 | 105 | 0 | 144 | 100 | 31 | 522 | 144 | 45 |
| Binary | 10111111 | 0 | 1000101 | 0 | 1100100 | 1000000 | 11001 | 101010010 | 1100100 | 100101 |
Color Harmonies of #BF0045
Complementary color
Monochromatic Colors of #BF0045
Black with #BF0045
Text Example
Text Example
White with #BF0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0045; }
p { color: rgb(191,0,69); }
H1.HeaderClassName
{
color: #BF0045;
}
.AnyTagClassName
{
color: #BF0045;
}
</style>
background-color css
<style>
a { background-color: #BF0045; }
a { background-color: rgb(191,0,69); }
div.DivClassName
{
background-color: #BF0045;
}
.BgClassName
{
background-color: #BF0045;
}
</style>
border-color css
<style>
span { border-color: #BF0045; }
span { border-color: rgb(191,0,69); }
td.TdClassName
{
border-color: #BF0045;
}
.TagClassName
{
border-color: #BF0045;
}
</style>