Shades of Cardinal #BF1632
Tints of Cardinal #BF1632
RGB
CMYK
RGB Variations
Color information
#BF1632 (or 0xBF1632) is known color: Cardinal. HEX triplet: BF, 16 and 32. RGB value is (191,22,50). Sum of RGB (Red+Green+Blue) = 191+22+50=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1632 is #40E9CD. Grayscale: #4B4B4B. Windows color (decimal): -4254158 or 3282623. OLE color: 3282623.
HSL color Cylindrical-coordinate representation of color #BF1632: hue angle of 350.06º 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 #BF1632 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 50 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.25 |
| HSL | 350.06º | 0.79% | 0.42% | - |
| HSV(B) | 350.06º | 0.88% | 0.75% | - |
| XYZ | 22.35 | 11.88 | 4.13 | - |
| YUV | 75.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 50 | 0 | 0.88 | 0.74 | 0.25 | 350.06 | 0.79 | 0.42 |
| Hex | BF | 16 | 32 | 0 | 58 | 4A | 19 | 15E | 4F | 2A |
| Octal | 277 | 26 | 62 | 0 | 130 | 112 | 31 | 536 | 117 | 52 |
| Binary | 10111111 | 10110 | 110010 | 0 | 1011000 | 1001010 | 11001 | 101011110 | 1001111 | 101010 |
Color Harmonies of #BF1632
Complementary color
Monochromatic Colors of #BF1632
Black with #BF1632
Text Example
Text Example
White with #BF1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1632; }
p { color: rgb(191,22,50); }
H1.HeaderClassName
{
color: #BF1632;
}
.AnyTagClassName
{
color: #BF1632;
}
</style>
background-color css
<style>
a { background-color: #BF1632; }
a { background-color: rgb(191,22,50); }
div.DivClassName
{
background-color: #BF1632;
}
.BgClassName
{
background-color: #BF1632;
}
</style>
border-color css
<style>
span { border-color: #BF1632; }
span { border-color: rgb(191,22,50); }
td.TdClassName
{
border-color: #BF1632;
}
.TagClassName
{
border-color: #BF1632;
}
</style>