Shades of Cardinal #BF1843
Tints of Cardinal #BF1843
RGB
CMYK
RGB Variations
Color information
#BF1843 (or 0xBF1843) is known color: Cardinal. HEX triplet: BF, 18 and 43. RGB value is (191,24,67). Sum of RGB (Red+Green+Blue) = 191+24+67=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1843 is #40E7BC. Grayscale: #4E4E4E. Windows color (decimal): -4253629 or 4397247. OLE color: 4397247.
HSL color Cylindrical-coordinate representation of color #BF1843: hue angle of 344.55º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1843 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 67 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.25 |
| HSL | 344.55º | 0.78% | 0.42% | - |
| HSV(B) | 344.55º | 0.87% | 0.75% | - |
| XYZ | 22.83 | 12.13 | 6.45 | - |
| YUV | 78.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 67 | 0 | 0.87 | 0.65 | 0.25 | 344.55 | 0.78 | 0.42 |
| Hex | BF | 18 | 43 | 0 | 57 | 41 | 19 | 159 | 4E | 2A |
| Octal | 277 | 30 | 103 | 0 | 127 | 101 | 31 | 531 | 116 | 52 |
| Binary | 10111111 | 11000 | 1000011 | 0 | 1010111 | 1000001 | 11001 | 101011001 | 1001110 | 101010 |
Color Harmonies of #BF1843
Complementary color
Monochromatic Colors of #BF1843
Black with #BF1843
Text Example
Text Example
White with #BF1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1843; }
p { color: rgb(191,24,67); }
H1.HeaderClassName
{
color: #BF1843;
}
.AnyTagClassName
{
color: #BF1843;
}
</style>
background-color css
<style>
a { background-color: #BF1843; }
a { background-color: rgb(191,24,67); }
div.DivClassName
{
background-color: #BF1843;
}
.BgClassName
{
background-color: #BF1843;
}
</style>
border-color css
<style>
span { border-color: #BF1843; }
span { border-color: rgb(191,24,67); }
td.TdClassName
{
border-color: #BF1843;
}
.TagClassName
{
border-color: #BF1843;
}
</style>