Shades of Cardinal #BF123B
Tints of Cardinal #BF123B
RGB
CMYK
RGB Variations
Color information
#BF123B (or 0xBF123B) is known color: Cardinal. HEX triplet: BF, 12 and 3B. RGB value is (191,18,59). Sum of RGB (Red+Green+Blue) = 191+18+59=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF123B is #40EDC4. Grayscale: #4A4A4A. Windows color (decimal): -4255173 or 3871423. OLE color: 3871423.
HSL color Cylindrical-coordinate representation of color #BF123B: hue angle of 345.78º degrees, saturation: 0.83, 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 #BF123B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 59 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.25 |
| HSL | 345.78º | 0.83% | 0.41% | - |
| HSV(B) | 345.78º | 0.91% | 0.75% | - |
| XYZ | 22.49 | 11.82 | 5.23 | - |
| YUV | 74.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 59 | 0 | 0.91 | 0.69 | 0.25 | 345.78 | 0.83 | 0.41 |
| Hex | BF | 12 | 3B | 0 | 5B | 45 | 19 | 15A | 53 | 29 |
| Octal | 277 | 22 | 73 | 0 | 133 | 105 | 31 | 532 | 123 | 51 |
| Binary | 10111111 | 10010 | 111011 | 0 | 1011011 | 1000101 | 11001 | 101011010 | 1010011 | 101001 |
Color Harmonies of #BF123B
Complementary color
Monochromatic Colors of #BF123B
Black with #BF123B
Text Example
Text Example
White with #BF123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF123B; }
p { color: rgb(191,18,59); }
H1.HeaderClassName
{
color: #BF123B;
}
.AnyTagClassName
{
color: #BF123B;
}
</style>
background-color css
<style>
a { background-color: #BF123B; }
a { background-color: rgb(191,18,59); }
div.DivClassName
{
background-color: #BF123B;
}
.BgClassName
{
background-color: #BF123B;
}
</style>
border-color css
<style>
span { border-color: #BF123B; }
span { border-color: rgb(191,18,59); }
td.TdClassName
{
border-color: #BF123B;
}
.TagClassName
{
border-color: #BF123B;
}
</style>