Shades of Cardinal #BF213C
Tints of Cardinal #BF213C
RGB
CMYK
RGB Variations
Color information
#BF213C (or 0xBF213C) is known color: Cardinal. HEX triplet: BF, 21 and 3C. RGB value is (191,33,60). Sum of RGB (Red+Green+Blue) = 191+33+60=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF213C is #40DEC3. Grayscale: #535353. Windows color (decimal): -4251332 or 3940799. OLE color: 3940799.
HSL color Cylindrical-coordinate representation of color #BF213C: hue angle of 349.75º 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 #BF213C is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 60 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.25 |
| HSL | 349.75º | 0.71% | 0.44% | - |
| HSV(B) | 349.75º | 0.83% | 0.75% | - |
| XYZ | 22.85 | 12.49 | 5.48 | - |
| YUV | 83.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 60 | 0 | 0.83 | 0.69 | 0.25 | 349.75 | 0.71 | 0.44 |
| Hex | BF | 21 | 3C | 0 | 53 | 45 | 19 | 15E | 47 | 2C |
| Octal | 277 | 41 | 74 | 0 | 123 | 105 | 31 | 536 | 107 | 54 |
| Binary | 10111111 | 100001 | 111100 | 0 | 1010011 | 1000101 | 11001 | 101011110 | 1000111 | 101100 |
Color Harmonies of #BF213C
Complementary color
Monochromatic Colors of #BF213C
Black with #BF213C
Text Example
Text Example
White with #BF213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF213C; }
p { color: rgb(191,33,60); }
H1.HeaderClassName
{
color: #BF213C;
}
.AnyTagClassName
{
color: #BF213C;
}
</style>
background-color css
<style>
a { background-color: #BF213C; }
a { background-color: rgb(191,33,60); }
div.DivClassName
{
background-color: #BF213C;
}
.BgClassName
{
background-color: #BF213C;
}
</style>
border-color css
<style>
span { border-color: #BF213C; }
span { border-color: rgb(191,33,60); }
td.TdClassName
{
border-color: #BF213C;
}
.TagClassName
{
border-color: #BF213C;
}
</style>