Shades of Cardinal #BF233C
Tints of Cardinal #BF233C
RGB
CMYK
RGB Variations
Color information
#BF233C (or 0xBF233C) is known color: Cardinal. HEX triplet: BF, 23 and 3C. RGB value is (191,35,60). Sum of RGB (Red+Green+Blue) = 191+35+60=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF233C is #40DCC3. Grayscale: #545454. Windows color (decimal): -4250820 or 3941311. OLE color: 3941311.
HSL color Cylindrical-coordinate representation of color #BF233C: hue angle of 350.38º 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 #BF233C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 60 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.25 |
| HSL | 350.38º | 0.69% | 0.44% | - |
| HSV(B) | 350.38º | 0.82% | 0.75% | - |
| XYZ | 22.9 | 12.6 | 5.5 | - |
| YUV | 84.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 60 | 0 | 0.82 | 0.69 | 0.25 | 350.38 | 0.69 | 0.44 |
| Hex | BF | 23 | 3C | 0 | 52 | 45 | 19 | 15E | 45 | 2C |
| Octal | 277 | 43 | 74 | 0 | 122 | 105 | 31 | 536 | 105 | 54 |
| Binary | 10111111 | 100011 | 111100 | 0 | 1010010 | 1000101 | 11001 | 101011110 | 1000101 | 101100 |
Color Harmonies of #BF233C
Complementary color
Monochromatic Colors of #BF233C
Black with #BF233C
Text Example
Text Example
White with #BF233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF233C; }
p { color: rgb(191,35,60); }
H1.HeaderClassName
{
color: #BF233C;
}
.AnyTagClassName
{
color: #BF233C;
}
</style>
background-color css
<style>
a { background-color: #BF233C; }
a { background-color: rgb(191,35,60); }
div.DivClassName
{
background-color: #BF233C;
}
.BgClassName
{
background-color: #BF233C;
}
</style>
border-color css
<style>
span { border-color: #BF233C; }
span { border-color: rgb(191,35,60); }
td.TdClassName
{
border-color: #BF233C;
}
.TagClassName
{
border-color: #BF233C;
}
</style>