Shades of Cardinal #BF0132
Tints of Cardinal #BF0132
RGB
CMYK
RGB Variations
Color information
#BF0132 (or 0xBF0132) is known color: Cardinal. HEX triplet: BF, 01 and 32. RGB value is (191,1,50). Sum of RGB (Red+Green+Blue) = 191+1+50=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0132 is #40FECD. Grayscale: #3F3F3F. Windows color (decimal): -4259534 or 3277247. OLE color: 3277247.
HSL color Cylindrical-coordinate representation of color #BF0132: hue angle of 344.53º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0132 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.25 |
| HSL | 344.53º | 0.99% | 0.38% | - |
| HSV(B) | 344.53º | 0.99% | 0.75% | - |
| XYZ | 22.07 | 11.33 | 4.04 | - |
| YUV | 63.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 50 | 0 | 0.99 | 0.74 | 0.25 | 344.53 | 0.99 | 0.38 |
| Hex | BF | 1 | 32 | 0 | 63 | 4A | 19 | 159 | 63 | 26 |
| Octal | 277 | 1 | 62 | 0 | 143 | 112 | 31 | 531 | 143 | 46 |
| Binary | 10111111 | 1 | 110010 | 0 | 1100011 | 1001010 | 11001 | 101011001 | 1100011 | 100110 |
Color Harmonies of #BF0132
Complementary color
Monochromatic Colors of #BF0132
Black with #BF0132
Text Example
Text Example
White with #BF0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0132; }
p { color: rgb(191,1,50); }
H1.HeaderClassName
{
color: #BF0132;
}
.AnyTagClassName
{
color: #BF0132;
}
</style>
background-color css
<style>
a { background-color: #BF0132; }
a { background-color: rgb(191,1,50); }
div.DivClassName
{
background-color: #BF0132;
}
.BgClassName
{
background-color: #BF0132;
}
</style>
border-color css
<style>
span { border-color: #BF0132; }
span { border-color: rgb(191,1,50); }
td.TdClassName
{
border-color: #BF0132;
}
.TagClassName
{
border-color: #BF0132;
}
</style>