Shades of Cardinal #BF0F3E
Tints of Cardinal #BF0F3E
RGB
CMYK
RGB Variations
Color information
#BF0F3E (or 0xBF0F3E) is known color: Cardinal. HEX triplet: BF, 0F and 3E. RGB value is (191,15,62). Sum of RGB (Red+Green+Blue) = 191+15+62=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F3E is #40F0C1. Grayscale: #484848. Windows color (decimal): -4255938 or 4067263. OLE color: 4067263.
HSL color Cylindrical-coordinate representation of color #BF0F3E: hue angle of 343.98º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0F3E is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 62 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.25 |
| HSL | 343.98º | 0.85% | 0.4% | - |
| HSV(B) | 343.98º | 0.92% | 0.75% | - |
| XYZ | 22.53 | 11.77 | 5.64 | - |
| YUV | 72.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 62 | 0 | 0.92 | 0.68 | 0.25 | 343.98 | 0.85 | 0.4 |
| Hex | BF | F | 3E | 0 | 5C | 44 | 19 | 158 | 55 | 28 |
| Octal | 277 | 17 | 76 | 0 | 134 | 104 | 31 | 530 | 125 | 50 |
| Binary | 10111111 | 1111 | 111110 | 0 | 1011100 | 1000100 | 11001 | 101011000 | 1010101 | 101000 |
Color Harmonies of #BF0F3E
Complementary color
Monochromatic Colors of #BF0F3E
Black with #BF0F3E
Text Example
Text Example
White with #BF0F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F3E; }
p { color: rgb(191,15,62); }
H1.HeaderClassName
{
color: #BF0F3E;
}
.AnyTagClassName
{
color: #BF0F3E;
}
</style>
background-color css
<style>
a { background-color: #BF0F3E; }
a { background-color: rgb(191,15,62); }
div.DivClassName
{
background-color: #BF0F3E;
}
.BgClassName
{
background-color: #BF0F3E;
}
</style>
border-color css
<style>
span { border-color: #BF0F3E; }
span { border-color: rgb(191,15,62); }
td.TdClassName
{
border-color: #BF0F3E;
}
.TagClassName
{
border-color: #BF0F3E;
}
</style>