Shades of Cardinal #BF2436
Tints of Cardinal #BF2436
RGB
CMYK
RGB Variations
Color information
#BF2436 (or 0xBF2436) is known color: Cardinal. HEX triplet: BF, 24 and 36. RGB value is (191,36,54). Sum of RGB (Red+Green+Blue) = 191+36+54=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2436 is #40DBC9. Grayscale: #545454. Windows color (decimal): -4250570 or 3548351. OLE color: 3548351.
HSL color Cylindrical-coordinate representation of color #BF2436: hue angle of 353.03º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2436 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 54 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.25 |
| HSL | 353.03º | 0.68% | 0.45% | - |
| HSV(B) | 353.03º | 0.81% | 0.75% | - |
| XYZ | 22.78 | 12.6 | 4.72 | - |
| YUV | 84.4 | 110.85 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 54 | 0 | 0.81 | 0.72 | 0.25 | 353.03 | 0.68 | 0.45 |
| Hex | BF | 24 | 36 | 0 | 51 | 48 | 19 | 161 | 44 | 2D |
| Octal | 277 | 44 | 66 | 0 | 121 | 110 | 31 | 541 | 104 | 55 |
| Binary | 10111111 | 100100 | 110110 | 0 | 1010001 | 1001000 | 11001 | 101100001 | 1000100 | 101101 |
Color Harmonies of #BF2436
Complementary color
Monochromatic Colors of #BF2436
Black with #BF2436
Text Example
Text Example
White with #BF2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2436; }
p { color: rgb(191,36,54); }
H1.HeaderClassName
{
color: #BF2436;
}
.AnyTagClassName
{
color: #BF2436;
}
</style>
background-color css
<style>
a { background-color: #BF2436; }
a { background-color: rgb(191,36,54); }
div.DivClassName
{
background-color: #BF2436;
}
.BgClassName
{
background-color: #BF2436;
}
</style>
border-color css
<style>
span { border-color: #BF2436; }
span { border-color: rgb(191,36,54); }
td.TdClassName
{
border-color: #BF2436;
}
.TagClassName
{
border-color: #BF2436;
}
</style>