Shades of Cardinal #BF023E
Tints of Cardinal #BF023E
RGB
CMYK
RGB Variations
Color information
#BF023E (or 0xBF023E) is known color: Cardinal. HEX triplet: BF, 02 and 3E. RGB value is (191,2,62). Sum of RGB (Red+Green+Blue) = 191+2+62=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF023E is #40FDC1. Grayscale: #414141. Windows color (decimal): -4259266 or 4063935. OLE color: 4063935.
HSL color Cylindrical-coordinate representation of color #BF023E: hue angle of 340.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF023E is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.25 |
| HSL | 340.95º | 0.98% | 0.38% | - |
| HSV(B) | 340.95º | 0.99% | 0.75% | - |
| XYZ | 22.38 | 11.47 | 5.59 | - |
| YUV | 65.35 | 126.12 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 62 | 0 | 0.99 | 0.68 | 0.25 | 340.95 | 0.98 | 0.38 |
| Hex | BF | 2 | 3E | 0 | 63 | 44 | 19 | 155 | 62 | 26 |
| Octal | 277 | 2 | 76 | 0 | 143 | 104 | 31 | 525 | 142 | 46 |
| Binary | 10111111 | 10 | 111110 | 0 | 1100011 | 1000100 | 11001 | 101010101 | 1100010 | 100110 |
Color Harmonies of #BF023E
Complementary color
Monochromatic Colors of #BF023E
Black with #BF023E
Text Example
Text Example
White with #BF023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF023E; }
p { color: rgb(191,2,62); }
H1.HeaderClassName
{
color: #BF023E;
}
.AnyTagClassName
{
color: #BF023E;
}
</style>
background-color css
<style>
a { background-color: #BF023E; }
a { background-color: rgb(191,2,62); }
div.DivClassName
{
background-color: #BF023E;
}
.BgClassName
{
background-color: #BF023E;
}
</style>
border-color css
<style>
span { border-color: #BF023E; }
span { border-color: rgb(191,2,62); }
td.TdClassName
{
border-color: #BF023E;
}
.TagClassName
{
border-color: #BF023E;
}
</style>