Shades of Cardinal #BF122F
Tints of Cardinal #BF122F
RGB
CMYK
RGB Variations
Color information
#BF122F (or 0xBF122F) is known color: Cardinal. HEX triplet: BF, 12 and 2F. RGB value is (191,18,47). Sum of RGB (Red+Green+Blue) = 191+18+47=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF122F is #40EDD0. Grayscale: #494949. Windows color (decimal): -4255185 or 3084991. OLE color: 3084991.
HSL color Cylindrical-coordinate representation of color #BF122F: hue angle of 349.94º 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 #BF122F is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 47 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.25 |
| HSL | 349.94º | 0.83% | 0.41% | - |
| HSV(B) | 349.94º | 0.91% | 0.75% | - |
| XYZ | 22.22 | 11.71 | 3.78 | - |
| YUV | 73.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 47 | 0 | 0.91 | 0.75 | 0.25 | 349.94 | 0.83 | 0.41 |
| Hex | BF | 12 | 2F | 0 | 5B | 4B | 19 | 15E | 53 | 29 |
| Octal | 277 | 22 | 57 | 0 | 133 | 113 | 31 | 536 | 123 | 51 |
| Binary | 10111111 | 10010 | 101111 | 0 | 1011011 | 1001011 | 11001 | 101011110 | 1010011 | 101001 |
Color Harmonies of #BF122F
Complementary color
Monochromatic Colors of #BF122F
Black with #BF122F
Text Example
Text Example
White with #BF122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF122F; }
p { color: rgb(191,18,47); }
H1.HeaderClassName
{
color: #BF122F;
}
.AnyTagClassName
{
color: #BF122F;
}
</style>
background-color css
<style>
a { background-color: #BF122F; }
a { background-color: rgb(191,18,47); }
div.DivClassName
{
background-color: #BF122F;
}
.BgClassName
{
background-color: #BF122F;
}
</style>
border-color css
<style>
span { border-color: #BF122F; }
span { border-color: rgb(191,18,47); }
td.TdClassName
{
border-color: #BF122F;
}
.TagClassName
{
border-color: #BF122F;
}
</style>