Shades of Cardinal #BF1F33
Tints of Cardinal #BF1F33
RGB
CMYK
RGB Variations
Color information
#BF1F33 (or 0xBF1F33) is known color: Cardinal. HEX triplet: BF, 1F and 33. RGB value is (191,31,51). Sum of RGB (Red+Green+Blue) = 191+31+51=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1F33 is #40E0CC. Grayscale: #515151. Windows color (decimal): -4251853 or 3350463. OLE color: 3350463.
HSL color Cylindrical-coordinate representation of color #BF1F33: hue angle of 352.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1F33 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 51 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.25 |
| HSL | 352.5º | 0.72% | 0.44% | - |
| HSV(B) | 352.5º | 0.84% | 0.75% | - |
| XYZ | 22.57 | 12.3 | 4.32 | - |
| YUV | 81.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 51 | 0 | 0.84 | 0.73 | 0.25 | 352.5 | 0.72 | 0.44 |
| Hex | BF | 1F | 33 | 0 | 54 | 49 | 19 | 160 | 48 | 2C |
| Octal | 277 | 37 | 63 | 0 | 124 | 111 | 31 | 540 | 110 | 54 |
| Binary | 10111111 | 11111 | 110011 | 0 | 1010100 | 1001001 | 11001 | 101100000 | 1001000 | 101100 |
Color Harmonies of #BF1F33
Complementary color
Monochromatic Colors of #BF1F33
Black with #BF1F33
Text Example
Text Example
White with #BF1F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F33; }
p { color: rgb(191,31,51); }
H1.HeaderClassName
{
color: #BF1F33;
}
.AnyTagClassName
{
color: #BF1F33;
}
</style>
background-color css
<style>
a { background-color: #BF1F33; }
a { background-color: rgb(191,31,51); }
div.DivClassName
{
background-color: #BF1F33;
}
.BgClassName
{
background-color: #BF1F33;
}
</style>
border-color css
<style>
span { border-color: #BF1F33; }
span { border-color: rgb(191,31,51); }
td.TdClassName
{
border-color: #BF1F33;
}
.TagClassName
{
border-color: #BF1F33;
}
</style>