Shades of Cardinal #BF1D3E
Tints of Cardinal #BF1D3E
RGB
CMYK
RGB Variations
Color information
#BF1D3E (or 0xBF1D3E) is known color: Cardinal. HEX triplet: BF, 1D and 3E. RGB value is (191,29,62). Sum of RGB (Red+Green+Blue) = 191+29+62=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1D3E is #40E2C1. Grayscale: #515151. Windows color (decimal): -4252354 or 4070847. OLE color: 4070847.
HSL color Cylindrical-coordinate representation of color #BF1D3E: hue angle of 347.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1D3E is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 62 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.25 |
| HSL | 347.78º | 0.74% | 0.43% | - |
| HSV(B) | 347.78º | 0.85% | 0.75% | - |
| XYZ | 22.79 | 12.3 | 5.73 | - |
| YUV | 81.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 62 | 0 | 0.85 | 0.68 | 0.25 | 347.78 | 0.74 | 0.43 |
| Hex | BF | 1D | 3E | 0 | 55 | 44 | 19 | 15C | 4A | 2B |
| Octal | 277 | 35 | 76 | 0 | 125 | 104 | 31 | 534 | 112 | 53 |
| Binary | 10111111 | 11101 | 111110 | 0 | 1010101 | 1000100 | 11001 | 101011100 | 1001010 | 101011 |
Color Harmonies of #BF1D3E
Complementary color
Monochromatic Colors of #BF1D3E
Black with #BF1D3E
Text Example
Text Example
White with #BF1D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1D3E; }
p { color: rgb(191,29,62); }
H1.HeaderClassName
{
color: #BF1D3E;
}
.AnyTagClassName
{
color: #BF1D3E;
}
</style>
background-color css
<style>
a { background-color: #BF1D3E; }
a { background-color: rgb(191,29,62); }
div.DivClassName
{
background-color: #BF1D3E;
}
.BgClassName
{
background-color: #BF1D3E;
}
</style>
border-color css
<style>
span { border-color: #BF1D3E; }
span { border-color: rgb(191,29,62); }
td.TdClassName
{
border-color: #BF1D3E;
}
.TagClassName
{
border-color: #BF1D3E;
}
</style>