Shades of Cardinal #BF1534
Tints of Cardinal #BF1534
RGB
CMYK
RGB Variations
Color information
#BF1534 (or 0xBF1534) is known color: Cardinal. HEX triplet: BF, 15 and 34. RGB value is (191,21,52). Sum of RGB (Red+Green+Blue) = 191+21+52=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1534 is #40EACB. Grayscale: #4B4B4B. Windows color (decimal): -4254412 or 3413439. OLE color: 3413439.
HSL color Cylindrical-coordinate representation of color #BF1534: hue angle of 349.06º 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 #BF1534 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 52 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.25 |
| HSL | 349.06º | 0.8% | 0.42% | - |
| HSV(B) | 349.06º | 0.89% | 0.75% | - |
| XYZ | 22.37 | 11.86 | 4.36 | - |
| YUV | 75.36 | 114.82 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 52 | 0 | 0.89 | 0.73 | 0.25 | 349.06 | 0.8 | 0.42 |
| Hex | BF | 15 | 34 | 0 | 59 | 49 | 19 | 15D | 50 | 2A |
| Octal | 277 | 25 | 64 | 0 | 131 | 111 | 31 | 535 | 120 | 52 |
| Binary | 10111111 | 10101 | 110100 | 0 | 1011001 | 1001001 | 11001 | 101011101 | 1010000 | 101010 |
Color Harmonies of #BF1534
Complementary color
Monochromatic Colors of #BF1534
Black with #BF1534
Text Example
Text Example
White with #BF1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1534; }
p { color: rgb(191,21,52); }
H1.HeaderClassName
{
color: #BF1534;
}
.AnyTagClassName
{
color: #BF1534;
}
</style>
background-color css
<style>
a { background-color: #BF1534; }
a { background-color: rgb(191,21,52); }
div.DivClassName
{
background-color: #BF1534;
}
.BgClassName
{
background-color: #BF1534;
}
</style>
border-color css
<style>
span { border-color: #BF1534; }
span { border-color: rgb(191,21,52); }
td.TdClassName
{
border-color: #BF1534;
}
.TagClassName
{
border-color: #BF1534;
}
</style>