Shades of Cardinal #BF243C
Tints of Cardinal #BF243C
RGB
CMYK
RGB Variations
Color information
#BF243C (or 0xBF243C) is known color: Cardinal. HEX triplet: BF, 24 and 3C. RGB value is (191,36,60). Sum of RGB (Red+Green+Blue) = 191+36+60=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF243C is #40DBC3. Grayscale: #555555. Windows color (decimal): -4250564 or 3941567. OLE color: 3941567.
HSL color Cylindrical-coordinate representation of color #BF243C: hue angle of 350.71º 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 #BF243C is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 60 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.25 |
| HSL | 350.71º | 0.68% | 0.45% | - |
| HSV(B) | 350.71º | 0.81% | 0.75% | - |
| XYZ | 22.93 | 12.66 | 5.51 | - |
| YUV | 85.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 60 | 0 | 0.81 | 0.69 | 0.25 | 350.71 | 0.68 | 0.45 |
| Hex | BF | 24 | 3C | 0 | 51 | 45 | 19 | 15F | 44 | 2D |
| Octal | 277 | 44 | 74 | 0 | 121 | 105 | 31 | 537 | 104 | 55 |
| Binary | 10111111 | 100100 | 111100 | 0 | 1010001 | 1000101 | 11001 | 101011111 | 1000100 | 101101 |
Color Harmonies of #BF243C
Complementary color
Monochromatic Colors of #BF243C
Black with #BF243C
Text Example
Text Example
White with #BF243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF243C; }
p { color: rgb(191,36,60); }
H1.HeaderClassName
{
color: #BF243C;
}
.AnyTagClassName
{
color: #BF243C;
}
</style>
background-color css
<style>
a { background-color: #BF243C; }
a { background-color: rgb(191,36,60); }
div.DivClassName
{
background-color: #BF243C;
}
.BgClassName
{
background-color: #BF243C;
}
</style>
border-color css
<style>
span { border-color: #BF243C; }
span { border-color: rgb(191,36,60); }
td.TdClassName
{
border-color: #BF243C;
}
.TagClassName
{
border-color: #BF243C;
}
</style>