Shades of Cardinal #BF1532
Tints of Cardinal #BF1532
RGB
CMYK
RGB Variations
Color information
#BF1532 (or 0xBF1532) is known color: Cardinal. HEX triplet: BF, 15 and 32. RGB value is (191,21,50). Sum of RGB (Red+Green+Blue) = 191+21+50=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1532 is #40EACD. Grayscale: #4B4B4B. Windows color (decimal): -4254414 or 3282367. OLE color: 3282367.
HSL color Cylindrical-coordinate representation of color #BF1532: hue angle of 349.76º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1532 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 50 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.25 |
| HSL | 349.76º | 0.8% | 0.42% | - |
| HSV(B) | 349.76º | 0.89% | 0.75% | - |
| XYZ | 22.33 | 11.84 | 4.13 | - |
| YUV | 75.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 50 | 0 | 0.89 | 0.74 | 0.25 | 349.76 | 0.8 | 0.42 |
| Hex | BF | 15 | 32 | 0 | 59 | 4A | 19 | 15E | 50 | 2A |
| Octal | 277 | 25 | 62 | 0 | 131 | 112 | 31 | 536 | 120 | 52 |
| Binary | 10111111 | 10101 | 110010 | 0 | 1011001 | 1001010 | 11001 | 101011110 | 1010000 | 101010 |
Color Harmonies of #BF1532
Complementary color
Monochromatic Colors of #BF1532
Black with #BF1532
Text Example
Text Example
White with #BF1532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1532; }
p { color: rgb(191,21,50); }
H1.HeaderClassName
{
color: #BF1532;
}
.AnyTagClassName
{
color: #BF1532;
}
</style>
background-color css
<style>
a { background-color: #BF1532; }
a { background-color: rgb(191,21,50); }
div.DivClassName
{
background-color: #BF1532;
}
.BgClassName
{
background-color: #BF1532;
}
</style>
border-color css
<style>
span { border-color: #BF1532; }
span { border-color: rgb(191,21,50); }
td.TdClassName
{
border-color: #BF1532;
}
.TagClassName
{
border-color: #BF1532;
}
</style>