Shades of Cardinal #BF2341
Tints of Cardinal #BF2341
RGB
CMYK
RGB Variations
Color information
#BF2341 (or 0xBF2341) is known color: Cardinal. HEX triplet: BF, 23 and 41. RGB value is (191,35,65). Sum of RGB (Red+Green+Blue) = 191+35+65=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2341 is #40DCBE. Grayscale: #555555. Windows color (decimal): -4250815 or 4268991. OLE color: 4268991.
HSL color Cylindrical-coordinate representation of color #BF2341: hue angle of 348.46º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2341 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 65 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.25 |
| HSL | 348.46º | 0.69% | 0.44% | - |
| HSV(B) | 348.46º | 0.82% | 0.75% | - |
| XYZ | 23.04 | 12.66 | 6.23 | - |
| YUV | 85.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 65 | 0 | 0.82 | 0.66 | 0.25 | 348.46 | 0.69 | 0.44 |
| Hex | BF | 23 | 41 | 0 | 52 | 42 | 19 | 15C | 45 | 2C |
| Octal | 277 | 43 | 101 | 0 | 122 | 102 | 31 | 534 | 105 | 54 |
| Binary | 10111111 | 100011 | 1000001 | 0 | 1010010 | 1000010 | 11001 | 101011100 | 1000101 | 101100 |
Color Harmonies of #BF2341
Complementary color
Monochromatic Colors of #BF2341
Black with #BF2341
Text Example
Text Example
White with #BF2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2341; }
p { color: rgb(191,35,65); }
H1.HeaderClassName
{
color: #BF2341;
}
.AnyTagClassName
{
color: #BF2341;
}
</style>
background-color css
<style>
a { background-color: #BF2341; }
a { background-color: rgb(191,35,65); }
div.DivClassName
{
background-color: #BF2341;
}
.BgClassName
{
background-color: #BF2341;
}
</style>
border-color css
<style>
span { border-color: #BF2341; }
span { border-color: rgb(191,35,65); }
td.TdClassName
{
border-color: #BF2341;
}
.TagClassName
{
border-color: #BF2341;
}
</style>