Shades of Cardinal #BF1042
Tints of Cardinal #BF1042
RGB
CMYK
RGB Variations
Color information
#BF1042 (or 0xBF1042) is known color: Cardinal. HEX triplet: BF, 10 and 42. RGB value is (191,16,66). Sum of RGB (Red+Green+Blue) = 191+16+66=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1042 is #40EFBD. Grayscale: #4A4A4A. Windows color (decimal): -4255678 or 4329663. OLE color: 4329663.
HSL color Cylindrical-coordinate representation of color #BF1042: hue angle of 342.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1042 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 66 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.25 |
| HSL | 342.86º | 0.85% | 0.41% | - |
| HSV(B) | 342.86º | 0.92% | 0.75% | - |
| XYZ | 22.65 | 11.84 | 6.25 | - |
| YUV | 74.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 66 | 0 | 0.92 | 0.65 | 0.25 | 342.86 | 0.85 | 0.41 |
| Hex | BF | 10 | 42 | 0 | 5C | 41 | 19 | 157 | 55 | 29 |
| Octal | 277 | 20 | 102 | 0 | 134 | 101 | 31 | 527 | 125 | 51 |
| Binary | 10111111 | 10000 | 1000010 | 0 | 1011100 | 1000001 | 11001 | 101010111 | 1010101 | 101001 |
Color Harmonies of #BF1042
Complementary color
Monochromatic Colors of #BF1042
Black with #BF1042
Text Example
Text Example
White with #BF1042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1042; }
p { color: rgb(191,16,66); }
H1.HeaderClassName
{
color: #BF1042;
}
.AnyTagClassName
{
color: #BF1042;
}
</style>
background-color css
<style>
a { background-color: #BF1042; }
a { background-color: rgb(191,16,66); }
div.DivClassName
{
background-color: #BF1042;
}
.BgClassName
{
background-color: #BF1042;
}
</style>
border-color css
<style>
span { border-color: #BF1042; }
span { border-color: rgb(191,16,66); }
td.TdClassName
{
border-color: #BF1042;
}
.TagClassName
{
border-color: #BF1042;
}
</style>