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