Shades of Cardinal #BF162C
Tints of Cardinal #BF162C
RGB
CMYK
RGB Variations
Color information
#BF162C (or 0xBF162C) is known color: Cardinal. HEX triplet: BF, 16 and 2C. RGB value is (191,22,44). Sum of RGB (Red+Green+Blue) = 191+22+44=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF162C is #40E9D3. Grayscale: #4B4B4B. Windows color (decimal): -4254164 or 2889407. OLE color: 2889407.
HSL color Cylindrical-coordinate representation of color #BF162C: hue angle of 352.19º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF162C is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 44 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.25 |
| HSL | 352.19º | 0.79% | 0.42% | - |
| HSV(B) | 352.19º | 0.88% | 0.75% | - |
| XYZ | 22.23 | 11.83 | 3.5 | - |
| YUV | 75.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 44 | 0 | 0.88 | 0.77 | 0.25 | 352.19 | 0.79 | 0.42 |
| Hex | BF | 16 | 2C | 0 | 58 | 4D | 19 | 160 | 4F | 2A |
| Octal | 277 | 26 | 54 | 0 | 130 | 115 | 31 | 540 | 117 | 52 |
| Binary | 10111111 | 10110 | 101100 | 0 | 1011000 | 1001101 | 11001 | 101100000 | 1001111 | 101010 |
Color Harmonies of #BF162C
Complementary color
Monochromatic Colors of #BF162C
Black with #BF162C
Text Example
Text Example
White with #BF162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF162C; }
p { color: rgb(191,22,44); }
H1.HeaderClassName
{
color: #BF162C;
}
.AnyTagClassName
{
color: #BF162C;
}
</style>
background-color css
<style>
a { background-color: #BF162C; }
a { background-color: rgb(191,22,44); }
div.DivClassName
{
background-color: #BF162C;
}
.BgClassName
{
background-color: #BF162C;
}
</style>
border-color css
<style>
span { border-color: #BF162C; }
span { border-color: rgb(191,22,44); }
td.TdClassName
{
border-color: #BF162C;
}
.TagClassName
{
border-color: #BF162C;
}
</style>