Shades of Cardinal #BF062D
Tints of Cardinal #BF062D
RGB
CMYK
RGB Variations
Color information
#BF062D (or 0xBF062D) is known color: Cardinal. HEX triplet: BF, 06 and 2D. RGB value is (191,6,45). Sum of RGB (Red+Green+Blue) = 191+6+45=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF062D is #40F9D2. Grayscale: #414141. Windows color (decimal): -4258259 or 2950847. OLE color: 2950847.
HSL color Cylindrical-coordinate representation of color #BF062D: hue angle of 347.35º 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 #BF062D is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.25 |
| HSL | 347.35º | 0.94% | 0.39% | - |
| HSV(B) | 347.35º | 0.97% | 0.75% | - |
| XYZ | 22.02 | 11.4 | 3.52 | - |
| YUV | 65.76 | 116.29 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 45 | 0 | 0.97 | 0.76 | 0.25 | 347.35 | 0.94 | 0.39 |
| Hex | BF | 6 | 2D | 0 | 61 | 4C | 19 | 15B | 5E | 27 |
| Octal | 277 | 6 | 55 | 0 | 141 | 114 | 31 | 533 | 136 | 47 |
| Binary | 10111111 | 110 | 101101 | 0 | 1100001 | 1001100 | 11001 | 101011011 | 1011110 | 100111 |
Color Harmonies of #BF062D
Complementary color
Monochromatic Colors of #BF062D
Black with #BF062D
Text Example
Text Example
White with #BF062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF062D; }
p { color: rgb(191,6,45); }
H1.HeaderClassName
{
color: #BF062D;
}
.AnyTagClassName
{
color: #BF062D;
}
</style>
background-color css
<style>
a { background-color: #BF062D; }
a { background-color: rgb(191,6,45); }
div.DivClassName
{
background-color: #BF062D;
}
.BgClassName
{
background-color: #BF062D;
}
</style>
border-color css
<style>
span { border-color: #BF062D; }
span { border-color: rgb(191,6,45); }
td.TdClassName
{
border-color: #BF062D;
}
.TagClassName
{
border-color: #BF062D;
}
</style>