Shades of Cardinal #BF1133
Tints of Cardinal #BF1133
RGB
CMYK
RGB Variations
Color information
#BF1133 (or 0xBF1133) is known color: Cardinal. HEX triplet: BF, 11 and 33. RGB value is (191,17,51). Sum of RGB (Red+Green+Blue) = 191+17+51=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1133 is #40EECC. Grayscale: #484848. Windows color (decimal): -4255437 or 3346879. OLE color: 3346879.
HSL color Cylindrical-coordinate representation of color #BF1133: hue angle of 348.28º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1133 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 51 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.25 |
| HSL | 348.28º | 0.84% | 0.41% | - |
| HSV(B) | 348.28º | 0.91% | 0.75% | - |
| XYZ | 22.28 | 11.72 | 4.22 | - |
| YUV | 72.9 | 115.65 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 51 | 0 | 0.91 | 0.73 | 0.25 | 348.28 | 0.84 | 0.41 |
| Hex | BF | 11 | 33 | 0 | 5B | 49 | 19 | 15C | 54 | 29 |
| Octal | 277 | 21 | 63 | 0 | 133 | 111 | 31 | 534 | 124 | 51 |
| Binary | 10111111 | 10001 | 110011 | 0 | 1011011 | 1001001 | 11001 | 101011100 | 1010100 | 101001 |
Color Harmonies of #BF1133
Complementary color
Monochromatic Colors of #BF1133
Black with #BF1133
Text Example
Text Example
White with #BF1133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1133; }
p { color: rgb(191,17,51); }
H1.HeaderClassName
{
color: #BF1133;
}
.AnyTagClassName
{
color: #BF1133;
}
</style>
background-color css
<style>
a { background-color: #BF1133; }
a { background-color: rgb(191,17,51); }
div.DivClassName
{
background-color: #BF1133;
}
.BgClassName
{
background-color: #BF1133;
}
</style>
border-color css
<style>
span { border-color: #BF1133; }
span { border-color: rgb(191,17,51); }
td.TdClassName
{
border-color: #BF1133;
}
.TagClassName
{
border-color: #BF1133;
}
</style>