Shades of Cardinal #BF063F
Tints of Cardinal #BF063F
RGB
CMYK
RGB Variations
Color information
#BF063F (or 0xBF063F) is known color: Cardinal. HEX triplet: BF, 06 and 3F. RGB value is (191,6,63). Sum of RGB (Red+Green+Blue) = 191+6+63=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF063F is #40F9C0. Grayscale: #434343. Windows color (decimal): -4258241 or 4130495. OLE color: 4130495.
HSL color Cylindrical-coordinate representation of color #BF063F: hue angle of 341.51º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF063F is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.25 |
| HSL | 341.51º | 0.94% | 0.39% | - |
| HSV(B) | 341.51º | 0.97% | 0.75% | - |
| XYZ | 22.45 | 11.57 | 5.75 | - |
| YUV | 67.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 63 | 0 | 0.97 | 0.67 | 0.25 | 341.51 | 0.94 | 0.39 |
| Hex | BF | 6 | 3F | 0 | 61 | 43 | 19 | 156 | 5E | 27 |
| Octal | 277 | 6 | 77 | 0 | 141 | 103 | 31 | 526 | 136 | 47 |
| Binary | 10111111 | 110 | 111111 | 0 | 1100001 | 1000011 | 11001 | 101010110 | 1011110 | 100111 |
Color Harmonies of #BF063F
Complementary color
Monochromatic Colors of #BF063F
Black with #BF063F
Text Example
Text Example
White with #BF063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF063F; }
p { color: rgb(191,6,63); }
H1.HeaderClassName
{
color: #BF063F;
}
.AnyTagClassName
{
color: #BF063F;
}
</style>
background-color css
<style>
a { background-color: #BF063F; }
a { background-color: rgb(191,6,63); }
div.DivClassName
{
background-color: #BF063F;
}
.BgClassName
{
background-color: #BF063F;
}
</style>
border-color css
<style>
span { border-color: #BF063F; }
span { border-color: rgb(191,6,63); }
td.TdClassName
{
border-color: #BF063F;
}
.TagClassName
{
border-color: #BF063F;
}
</style>