Shades of Cardinal #BF0A48
Tints of Cardinal #BF0A48
RGB
CMYK
RGB Variations
Color information
#BF0A48 (or 0xBF0A48) is known color: Cardinal. HEX triplet: BF, 0A and 48. RGB value is (191,10,72). Sum of RGB (Red+Green+Blue) = 191+10+72=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A48 is #40F5B7. Grayscale: #474747. Windows color (decimal): -4257208 or 4721343. OLE color: 4721343.
HSL color Cylindrical-coordinate representation of color #BF0A48: hue angle of 339.45º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0A48 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 10 | 72 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.25 |
| HSL | 339.45º | 0.9% | 0.39% | - |
| HSV(B) | 339.45º | 0.95% | 0.75% | - |
| XYZ | 22.76 | 11.76 | 7.2 | - |
| YUV | 71.19 | 128.47 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 72 | 0 | 0.95 | 0.62 | 0.25 | 339.45 | 0.9 | 0.39 |
| Hex | BF | A | 48 | 0 | 5F | 3E | 19 | 153 | 5A | 27 |
| Octal | 277 | 12 | 110 | 0 | 137 | 76 | 31 | 523 | 132 | 47 |
| Binary | 10111111 | 1010 | 1001000 | 0 | 1011111 | 111110 | 11001 | 101010011 | 1011010 | 100111 |
Color Harmonies of #BF0A48
Complementary color
Monochromatic Colors of #BF0A48
Black with #BF0A48
Text Example
Text Example
White with #BF0A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0A48; }
p { color: rgb(191,10,72); }
H1.HeaderClassName
{
color: #BF0A48;
}
.AnyTagClassName
{
color: #BF0A48;
}
</style>
background-color css
<style>
a { background-color: #BF0A48; }
a { background-color: rgb(191,10,72); }
div.DivClassName
{
background-color: #BF0A48;
}
.BgClassName
{
background-color: #BF0A48;
}
</style>
border-color css
<style>
span { border-color: #BF0A48; }
span { border-color: rgb(191,10,72); }
td.TdClassName
{
border-color: #BF0A48;
}
.TagClassName
{
border-color: #BF0A48;
}
</style>