Shades of Cardinal #BF203B
Tints of Cardinal #BF203B
RGB
CMYK
RGB Variations
Color information
#BF203B (or 0xBF203B) is known color: Cardinal. HEX triplet: BF, 20 and 3B. RGB value is (191,32,59). Sum of RGB (Red+Green+Blue) = 191+32+59=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF203B is #40DFC4. Grayscale: #525252. Windows color (decimal): -4251589 or 3875007. OLE color: 3875007.
HSL color Cylindrical-coordinate representation of color #BF203B: hue angle of 349.81º 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 #BF203B is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 59 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.25 |
| HSL | 349.81º | 0.71% | 0.44% | - |
| HSV(B) | 349.81º | 0.83% | 0.75% | - |
| XYZ | 22.79 | 12.43 | 5.33 | - |
| YUV | 82.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 59 | 0 | 0.83 | 0.69 | 0.25 | 349.81 | 0.71 | 0.44 |
| Hex | BF | 20 | 3B | 0 | 53 | 45 | 19 | 15E | 47 | 2C |
| Octal | 277 | 40 | 73 | 0 | 123 | 105 | 31 | 536 | 107 | 54 |
| Binary | 10111111 | 100000 | 111011 | 0 | 1010011 | 1000101 | 11001 | 101011110 | 1000111 | 101100 |
Color Harmonies of #BF203B
Complementary color
Monochromatic Colors of #BF203B
Black with #BF203B
Text Example
Text Example
White with #BF203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF203B; }
p { color: rgb(191,32,59); }
H1.HeaderClassName
{
color: #BF203B;
}
.AnyTagClassName
{
color: #BF203B;
}
</style>
background-color css
<style>
a { background-color: #BF203B; }
a { background-color: rgb(191,32,59); }
div.DivClassName
{
background-color: #BF203B;
}
.BgClassName
{
background-color: #BF203B;
}
</style>
border-color css
<style>
span { border-color: #BF203B; }
span { border-color: rgb(191,32,59); }
td.TdClassName
{
border-color: #BF203B;
}
.TagClassName
{
border-color: #BF203B;
}
</style>