Shades of Cardinal #BF233D
Tints of Cardinal #BF233D
RGB
CMYK
RGB Variations
Color information
#BF233D (or 0xBF233D) is known color: Cardinal. HEX triplet: BF, 23 and 3D. RGB value is (191,35,61). Sum of RGB (Red+Green+Blue) = 191+35+61=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF233D is #40DCC2. Grayscale: #545454. Windows color (decimal): -4250819 or 4006847. OLE color: 4006847.
HSL color Cylindrical-coordinate representation of color #BF233D: hue angle of 350º 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 #BF233D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 61 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.25 |
| HSL | 350º | 0.69% | 0.44% | - |
| HSV(B) | 350º | 0.82% | 0.75% | - |
| XYZ | 22.93 | 12.62 | 5.64 | - |
| YUV | 84.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 61 | 0 | 0.82 | 0.68 | 0.25 | 350 | 0.69 | 0.44 |
| Hex | BF | 23 | 3D | 0 | 52 | 44 | 19 | 15E | 45 | 2C |
| Octal | 277 | 43 | 75 | 0 | 122 | 104 | 31 | 536 | 105 | 54 |
| Binary | 10111111 | 100011 | 111101 | 0 | 1010010 | 1000100 | 11001 | 101011110 | 1000101 | 101100 |
Color Harmonies of #BF233D
Complementary color
Monochromatic Colors of #BF233D
Black with #BF233D
Text Example
Text Example
White with #BF233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF233D; }
p { color: rgb(191,35,61); }
H1.HeaderClassName
{
color: #BF233D;
}
.AnyTagClassName
{
color: #BF233D;
}
</style>
background-color css
<style>
a { background-color: #BF233D; }
a { background-color: rgb(191,35,61); }
div.DivClassName
{
background-color: #BF233D;
}
.BgClassName
{
background-color: #BF233D;
}
</style>
border-color css
<style>
span { border-color: #BF233D; }
span { border-color: rgb(191,35,61); }
td.TdClassName
{
border-color: #BF233D;
}
.TagClassName
{
border-color: #BF233D;
}
</style>