Shades of Cardinal #BF193D
Tints of Cardinal #BF193D
RGB
CMYK
RGB Variations
Color information
#BF193D (or 0xBF193D) is known color: Cardinal. HEX triplet: BF, 19 and 3D. RGB value is (191,25,61). Sum of RGB (Red+Green+Blue) = 191+25+61=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF193D is #40E6C2. Grayscale: #4E4E4E. Windows color (decimal): -4253379 or 4004287. OLE color: 4004287.
HSL color Cylindrical-coordinate representation of color #BF193D: hue angle of 346.99º degrees, saturation: 0.77, 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 #BF193D is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 61 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.25 |
| HSL | 346.99º | 0.77% | 0.42% | - |
| HSV(B) | 346.99º | 0.87% | 0.75% | - |
| XYZ | 22.68 | 12.11 | 5.56 | - |
| YUV | 78.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 61 | 0 | 0.87 | 0.68 | 0.25 | 346.99 | 0.77 | 0.42 |
| Hex | BF | 19 | 3D | 0 | 57 | 44 | 19 | 15B | 4D | 2A |
| Octal | 277 | 31 | 75 | 0 | 127 | 104 | 31 | 533 | 115 | 52 |
| Binary | 10111111 | 11001 | 111101 | 0 | 1010111 | 1000100 | 11001 | 101011011 | 1001101 | 101010 |
Color Harmonies of #BF193D
Complementary color
Monochromatic Colors of #BF193D
Black with #BF193D
Text Example
Text Example
White with #BF193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF193D; }
p { color: rgb(191,25,61); }
H1.HeaderClassName
{
color: #BF193D;
}
.AnyTagClassName
{
color: #BF193D;
}
</style>
background-color css
<style>
a { background-color: #BF193D; }
a { background-color: rgb(191,25,61); }
div.DivClassName
{
background-color: #BF193D;
}
.BgClassName
{
background-color: #BF193D;
}
</style>
border-color css
<style>
span { border-color: #BF193D; }
span { border-color: rgb(191,25,61); }
td.TdClassName
{
border-color: #BF193D;
}
.TagClassName
{
border-color: #BF193D;
}
</style>