Shades of Cardinal #BF184B
Tints of Cardinal #BF184B
RGB
CMYK
RGB Variations
Color information
#BF184B (or 0xBF184B) is known color: Cardinal. HEX triplet: BF, 18 and 4B. RGB value is (191,24,75). Sum of RGB (Red+Green+Blue) = 191+24+75=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF184B is #40E7B4. Grayscale: #4F4F4F. Windows color (decimal): -4253621 or 4921535. OLE color: 4921535.
HSL color Cylindrical-coordinate representation of color #BF184B: hue angle of 341.68º 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 #BF184B is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 75 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.25 |
| HSL | 341.68º | 0.78% | 0.42% | - |
| HSV(B) | 341.68º | 0.87% | 0.75% | - |
| XYZ | 23.08 | 12.24 | 7.8 | - |
| YUV | 79.75 | 125.33 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 75 | 0 | 0.87 | 0.61 | 0.25 | 341.68 | 0.78 | 0.42 |
| Hex | BF | 18 | 4B | 0 | 57 | 3D | 19 | 156 | 4E | 2A |
| Octal | 277 | 30 | 113 | 0 | 127 | 75 | 31 | 526 | 116 | 52 |
| Binary | 10111111 | 11000 | 1001011 | 0 | 1010111 | 111101 | 11001 | 101010110 | 1001110 | 101010 |
Color Harmonies of #BF184B
Complementary color
Monochromatic Colors of #BF184B
Black with #BF184B
Text Example
Text Example
White with #BF184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF184B; }
p { color: rgb(191,24,75); }
H1.HeaderClassName
{
color: #BF184B;
}
.AnyTagClassName
{
color: #BF184B;
}
</style>
background-color css
<style>
a { background-color: #BF184B; }
a { background-color: rgb(191,24,75); }
div.DivClassName
{
background-color: #BF184B;
}
.BgClassName
{
background-color: #BF184B;
}
</style>
border-color css
<style>
span { border-color: #BF184B; }
span { border-color: rgb(191,24,75); }
td.TdClassName
{
border-color: #BF184B;
}
.TagClassName
{
border-color: #BF184B;
}
</style>