Shades of Cardinal #BF0A45
Tints of Cardinal #BF0A45
RGB
CMYK
RGB Variations
Color information
#BF0A45 (or 0xBF0A45) is known color: Cardinal. HEX triplet: BF, 0A and 45. RGB value is (191,10,69). Sum of RGB (Red+Green+Blue) = 191+10+69=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A45 is #40F5BA. Grayscale: #464646. Windows color (decimal): -4257211 or 4524735. OLE color: 4524735.
HSL color Cylindrical-coordinate representation of color #BF0A45: hue angle of 340.44º 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 #BF0A45 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 10 | 69 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.25 |
| HSL | 340.44º | 0.9% | 0.39% | - |
| HSV(B) | 340.44º | 0.95% | 0.75% | - |
| XYZ | 22.67 | 11.72 | 6.7 | - |
| YUV | 70.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 69 | 0 | 0.95 | 0.64 | 0.25 | 340.44 | 0.9 | 0.39 |
| Hex | BF | A | 45 | 0 | 5F | 40 | 19 | 154 | 5A | 27 |
| Octal | 277 | 12 | 105 | 0 | 137 | 100 | 31 | 524 | 132 | 47 |
| Binary | 10111111 | 1010 | 1000101 | 0 | 1011111 | 1000000 | 11001 | 101010100 | 1011010 | 100111 |
Color Harmonies of #BF0A45
Complementary color
Monochromatic Colors of #BF0A45
Black with #BF0A45
Text Example
Text Example
White with #BF0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0A45; }
p { color: rgb(191,10,69); }
H1.HeaderClassName
{
color: #BF0A45;
}
.AnyTagClassName
{
color: #BF0A45;
}
</style>
background-color css
<style>
a { background-color: #BF0A45; }
a { background-color: rgb(191,10,69); }
div.DivClassName
{
background-color: #BF0A45;
}
.BgClassName
{
background-color: #BF0A45;
}
</style>
border-color css
<style>
span { border-color: #BF0A45; }
span { border-color: rgb(191,10,69); }
td.TdClassName
{
border-color: #BF0A45;
}
.TagClassName
{
border-color: #BF0A45;
}
</style>