Shades of Cardinal #BF222F
Tints of Cardinal #BF222F
RGB
CMYK
RGB Variations
Color information
#BF222F (or 0xBF222F) is known color: Cardinal. HEX triplet: BF, 22 and 2F. RGB value is (191,34,47). Sum of RGB (Red+Green+Blue) = 191+34+47=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF222F is #40DDD0. Grayscale: #525252. Windows color (decimal): -4251089 or 3089087. OLE color: 3089087.
HSL color Cylindrical-coordinate representation of color #BF222F: hue angle of 355.03º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF222F is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 47 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.25 |
| HSL | 355.03º | 0.7% | 0.44% | - |
| HSV(B) | 355.03º | 0.82% | 0.75% | - |
| XYZ | 22.57 | 12.43 | 3.9 | - |
| YUV | 82.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 47 | 0 | 0.82 | 0.75 | 0.25 | 355.03 | 0.7 | 0.44 |
| Hex | BF | 22 | 2F | 0 | 52 | 4B | 19 | 163 | 46 | 2C |
| Octal | 277 | 42 | 57 | 0 | 122 | 113 | 31 | 543 | 106 | 54 |
| Binary | 10111111 | 100010 | 101111 | 0 | 1010010 | 1001011 | 11001 | 101100011 | 1000110 | 101100 |
Color Harmonies of #BF222F
Complementary color
Monochromatic Colors of #BF222F
Black with #BF222F
Text Example
Text Example
White with #BF222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF222F; }
p { color: rgb(191,34,47); }
H1.HeaderClassName
{
color: #BF222F;
}
.AnyTagClassName
{
color: #BF222F;
}
</style>
background-color css
<style>
a { background-color: #BF222F; }
a { background-color: rgb(191,34,47); }
div.DivClassName
{
background-color: #BF222F;
}
.BgClassName
{
background-color: #BF222F;
}
</style>
border-color css
<style>
span { border-color: #BF222F; }
span { border-color: rgb(191,34,47); }
td.TdClassName
{
border-color: #BF222F;
}
.TagClassName
{
border-color: #BF222F;
}
</style>