Shades of Cardinal #BF0F3B
Tints of Cardinal #BF0F3B
RGB
CMYK
RGB Variations
Color information
#BF0F3B (or 0xBF0F3B) is known color: Cardinal. HEX triplet: BF, 0F and 3B. RGB value is (191,15,59). Sum of RGB (Red+Green+Blue) = 191+15+59=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F3B is #40F0C4. Grayscale: #484848. Windows color (decimal): -4255941 or 3870655. OLE color: 3870655.
HSL color Cylindrical-coordinate representation of color #BF0F3B: hue angle of 345º 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 #BF0F3B is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 59 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.25 |
| HSL | 345º | 0.85% | 0.4% | - |
| HSV(B) | 345º | 0.92% | 0.75% | - |
| XYZ | 22.45 | 11.73 | 5.22 | - |
| YUV | 72.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 59 | 0 | 0.92 | 0.69 | 0.25 | 345 | 0.85 | 0.4 |
| Hex | BF | F | 3B | 0 | 5C | 45 | 19 | 159 | 55 | 28 |
| Octal | 277 | 17 | 73 | 0 | 134 | 105 | 31 | 531 | 125 | 50 |
| Binary | 10111111 | 1111 | 111011 | 0 | 1011100 | 1000101 | 11001 | 101011001 | 1010101 | 101000 |
Color Harmonies of #BF0F3B
Complementary color
Monochromatic Colors of #BF0F3B
Black with #BF0F3B
Text Example
Text Example
White with #BF0F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F3B; }
p { color: rgb(191,15,59); }
H1.HeaderClassName
{
color: #BF0F3B;
}
.AnyTagClassName
{
color: #BF0F3B;
}
</style>
background-color css
<style>
a { background-color: #BF0F3B; }
a { background-color: rgb(191,15,59); }
div.DivClassName
{
background-color: #BF0F3B;
}
.BgClassName
{
background-color: #BF0F3B;
}
</style>
border-color css
<style>
span { border-color: #BF0F3B; }
span { border-color: rgb(191,15,59); }
td.TdClassName
{
border-color: #BF0F3B;
}
.TagClassName
{
border-color: #BF0F3B;
}
</style>