Shades of Cardinal #BF233B
Tints of Cardinal #BF233B
RGB
CMYK
RGB Variations
Color information
#BF233B (or 0xBF233B) is known color: Cardinal. HEX triplet: BF, 23 and 3B. RGB value is (191,35,59). Sum of RGB (Red+Green+Blue) = 191+35+59=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF233B is #40DCC4. Grayscale: #545454. Windows color (decimal): -4250821 or 3875775. OLE color: 3875775.
HSL color Cylindrical-coordinate representation of color #BF233B: hue angle of 350.77º 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 #BF233B is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 59 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.25 |
| HSL | 350.77º | 0.69% | 0.44% | - |
| HSV(B) | 350.77º | 0.82% | 0.75% | - |
| XYZ | 22.88 | 12.59 | 5.36 | - |
| YUV | 84.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 59 | 0 | 0.82 | 0.69 | 0.25 | 350.77 | 0.69 | 0.44 |
| Hex | BF | 23 | 3B | 0 | 52 | 45 | 19 | 15F | 45 | 2C |
| Octal | 277 | 43 | 73 | 0 | 122 | 105 | 31 | 537 | 105 | 54 |
| Binary | 10111111 | 100011 | 111011 | 0 | 1010010 | 1000101 | 11001 | 101011111 | 1000101 | 101100 |
Color Harmonies of #BF233B
Complementary color
Monochromatic Colors of #BF233B
Black with #BF233B
Text Example
Text Example
White with #BF233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF233B; }
p { color: rgb(191,35,59); }
H1.HeaderClassName
{
color: #BF233B;
}
.AnyTagClassName
{
color: #BF233B;
}
</style>
background-color css
<style>
a { background-color: #BF233B; }
a { background-color: rgb(191,35,59); }
div.DivClassName
{
background-color: #BF233B;
}
.BgClassName
{
background-color: #BF233B;
}
</style>
border-color css
<style>
span { border-color: #BF233B; }
span { border-color: rgb(191,35,59); }
td.TdClassName
{
border-color: #BF233B;
}
.TagClassName
{
border-color: #BF233B;
}
</style>