Shades of Cardinal #BF2332
Tints of Cardinal #BF2332
RGB
CMYK
RGB Variations
Color information
#BF2332 (or 0xBF2332) is known color: Cardinal. HEX triplet: BF, 23 and 32. RGB value is (191,35,50). Sum of RGB (Red+Green+Blue) = 191+35+50=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2332 is #40DCCD. Grayscale: #535353. Windows color (decimal): -4250830 or 3285951. OLE color: 3285951.
HSL color Cylindrical-coordinate representation of color #BF2332: hue angle of 354.23º degrees, saturation: 0.69, 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 #BF2332 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 50 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.25 |
| HSL | 354.23º | 0.69% | 0.44% | - |
| HSV(B) | 354.23º | 0.82% | 0.75% | - |
| XYZ | 22.66 | 12.51 | 4.24 | - |
| YUV | 83.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 50 | 0 | 0.82 | 0.74 | 0.25 | 354.23 | 0.69 | 0.44 |
| Hex | BF | 23 | 32 | 0 | 52 | 4A | 19 | 162 | 45 | 2C |
| Octal | 277 | 43 | 62 | 0 | 122 | 112 | 31 | 542 | 105 | 54 |
| Binary | 10111111 | 100011 | 110010 | 0 | 1010010 | 1001010 | 11001 | 101100010 | 1000101 | 101100 |
Color Harmonies of #BF2332
Complementary color
Monochromatic Colors of #BF2332
Black with #BF2332
Text Example
Text Example
White with #BF2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2332; }
p { color: rgb(191,35,50); }
H1.HeaderClassName
{
color: #BF2332;
}
.AnyTagClassName
{
color: #BF2332;
}
</style>
background-color css
<style>
a { background-color: #BF2332; }
a { background-color: rgb(191,35,50); }
div.DivClassName
{
background-color: #BF2332;
}
.BgClassName
{
background-color: #BF2332;
}
</style>
border-color css
<style>
span { border-color: #BF2332; }
span { border-color: rgb(191,35,50); }
td.TdClassName
{
border-color: #BF2332;
}
.TagClassName
{
border-color: #BF2332;
}
</style>