Shades of Cardinal #BF0841
Tints of Cardinal #BF0841
RGB
CMYK
RGB Variations
Color information
#BF0841 (or 0xBF0841) is known color: Cardinal. HEX triplet: BF, 08 and 41. RGB value is (191,8,65). Sum of RGB (Red+Green+Blue) = 191+8+65=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0841 is #40F7BE. Grayscale: #454545. Windows color (decimal): -4257727 or 4262079. OLE color: 4262079.
HSL color Cylindrical-coordinate representation of color #BF0841: hue angle of 341.31º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0841 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 65 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.25 |
| HSL | 341.31º | 0.92% | 0.39% | - |
| HSV(B) | 341.31º | 0.96% | 0.75% | - |
| XYZ | 22.53 | 11.63 | 6.06 | - |
| YUV | 69.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 65 | 0 | 0.96 | 0.66 | 0.25 | 341.31 | 0.92 | 0.39 |
| Hex | BF | 8 | 41 | 0 | 60 | 42 | 19 | 155 | 5C | 27 |
| Octal | 277 | 10 | 101 | 0 | 140 | 102 | 31 | 525 | 134 | 47 |
| Binary | 10111111 | 1000 | 1000001 | 0 | 1100000 | 1000010 | 11001 | 101010101 | 1011100 | 100111 |
Color Harmonies of #BF0841
Complementary color
Monochromatic Colors of #BF0841
Black with #BF0841
Text Example
Text Example
White with #BF0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0841; }
p { color: rgb(191,8,65); }
H1.HeaderClassName
{
color: #BF0841;
}
.AnyTagClassName
{
color: #BF0841;
}
</style>
background-color css
<style>
a { background-color: #BF0841; }
a { background-color: rgb(191,8,65); }
div.DivClassName
{
background-color: #BF0841;
}
.BgClassName
{
background-color: #BF0841;
}
</style>
border-color css
<style>
span { border-color: #BF0841; }
span { border-color: rgb(191,8,65); }
td.TdClassName
{
border-color: #BF0841;
}
.TagClassName
{
border-color: #BF0841;
}
</style>