Shades of Cardinal #BF202B
Tints of Cardinal #BF202B
RGB
CMYK
RGB Variations
Color information
#BF202B (or 0xBF202B) is known color: Cardinal. HEX triplet: BF, 20 and 2B. RGB value is (191,32,43). Sum of RGB (Red+Green+Blue) = 191+32+43=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF202B is #40DFD4. Grayscale: #505050. Windows color (decimal): -4251605 or 2826431. OLE color: 2826431.
HSL color Cylindrical-coordinate representation of color #BF202B: hue angle of 355.85º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF202B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 43 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.25 |
| HSL | 355.85º | 0.71% | 0.44% | - |
| HSV(B) | 355.85º | 0.83% | 0.75% | - |
| XYZ | 22.44 | 12.28 | 3.47 | - |
| YUV | 80.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 43 | 0 | 0.83 | 0.77 | 0.25 | 355.85 | 0.71 | 0.44 |
| Hex | BF | 20 | 2B | 0 | 53 | 4D | 19 | 164 | 47 | 2C |
| Octal | 277 | 40 | 53 | 0 | 123 | 115 | 31 | 544 | 107 | 54 |
| Binary | 10111111 | 100000 | 101011 | 0 | 1010011 | 1001101 | 11001 | 101100100 | 1000111 | 101100 |
Color Harmonies of #BF202B
Complementary color
Monochromatic Colors of #BF202B
Black with #BF202B
Text Example
Text Example
White with #BF202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF202B; }
p { color: rgb(191,32,43); }
H1.HeaderClassName
{
color: #BF202B;
}
.AnyTagClassName
{
color: #BF202B;
}
</style>
background-color css
<style>
a { background-color: #BF202B; }
a { background-color: rgb(191,32,43); }
div.DivClassName
{
background-color: #BF202B;
}
.BgClassName
{
background-color: #BF202B;
}
</style>
border-color css
<style>
span { border-color: #BF202B; }
span { border-color: rgb(191,32,43); }
td.TdClassName
{
border-color: #BF202B;
}
.TagClassName
{
border-color: #BF202B;
}
</style>