Shades of Cardinal #BF1630
Tints of Cardinal #BF1630
RGB
CMYK
RGB Variations
Color information
#BF1630 (or 0xBF1630) is known color: Cardinal. HEX triplet: BF, 16 and 30. RGB value is (191,22,48). Sum of RGB (Red+Green+Blue) = 191+22+48=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1630 is #40E9CF. Grayscale: #4B4B4B. Windows color (decimal): -4254160 or 3151551. OLE color: 3151551.
HSL color Cylindrical-coordinate representation of color #BF1630: hue angle of 350.77º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1630 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 48 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.25 |
| HSL | 350.77º | 0.79% | 0.42% | - |
| HSV(B) | 350.77º | 0.88% | 0.75% | - |
| XYZ | 22.31 | 11.86 | 3.91 | - |
| YUV | 75.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 48 | 0 | 0.88 | 0.75 | 0.25 | 350.77 | 0.79 | 0.42 |
| Hex | BF | 16 | 30 | 0 | 58 | 4B | 19 | 15F | 4F | 2A |
| Octal | 277 | 26 | 60 | 0 | 130 | 113 | 31 | 537 | 117 | 52 |
| Binary | 10111111 | 10110 | 110000 | 0 | 1011000 | 1001011 | 11001 | 101011111 | 1001111 | 101010 |
Color Harmonies of #BF1630
Complementary color
Monochromatic Colors of #BF1630
Black with #BF1630
Text Example
Text Example
White with #BF1630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1630; }
p { color: rgb(191,22,48); }
H1.HeaderClassName
{
color: #BF1630;
}
.AnyTagClassName
{
color: #BF1630;
}
</style>
background-color css
<style>
a { background-color: #BF1630; }
a { background-color: rgb(191,22,48); }
div.DivClassName
{
background-color: #BF1630;
}
.BgClassName
{
background-color: #BF1630;
}
</style>
border-color css
<style>
span { border-color: #BF1630; }
span { border-color: rgb(191,22,48); }
td.TdClassName
{
border-color: #BF1630;
}
.TagClassName
{
border-color: #BF1630;
}
</style>