Shades of Cardinal #BF2333
Tints of Cardinal #BF2333
RGB
CMYK
RGB Variations
Color information
#BF2333 (or 0xBF2333) is known color: Cardinal. HEX triplet: BF, 23 and 33. RGB value is (191,35,51). Sum of RGB (Red+Green+Blue) = 191+35+51=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2333 is #40DCCC. Grayscale: #535353. Windows color (decimal): -4250829 or 3351487. OLE color: 3351487.
HSL color Cylindrical-coordinate representation of color #BF2333: hue angle of 353.85º 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 #BF2333 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 51 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.25 |
| HSL | 353.85º | 0.69% | 0.44% | - |
| HSV(B) | 353.85º | 0.82% | 0.75% | - |
| XYZ | 22.68 | 12.52 | 4.35 | - |
| YUV | 83.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 51 | 0 | 0.82 | 0.73 | 0.25 | 353.85 | 0.69 | 0.44 |
| Hex | BF | 23 | 33 | 0 | 52 | 49 | 19 | 162 | 45 | 2C |
| Octal | 277 | 43 | 63 | 0 | 122 | 111 | 31 | 542 | 105 | 54 |
| Binary | 10111111 | 100011 | 110011 | 0 | 1010010 | 1001001 | 11001 | 101100010 | 1000101 | 101100 |
Color Harmonies of #BF2333
Complementary color
Monochromatic Colors of #BF2333
Black with #BF2333
Text Example
Text Example
White with #BF2333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2333; }
p { color: rgb(191,35,51); }
H1.HeaderClassName
{
color: #BF2333;
}
.AnyTagClassName
{
color: #BF2333;
}
</style>
background-color css
<style>
a { background-color: #BF2333; }
a { background-color: rgb(191,35,51); }
div.DivClassName
{
background-color: #BF2333;
}
.BgClassName
{
background-color: #BF2333;
}
</style>
border-color css
<style>
span { border-color: #BF2333; }
span { border-color: rgb(191,35,51); }
td.TdClassName
{
border-color: #BF2333;
}
.TagClassName
{
border-color: #BF2333;
}
</style>