Shades of Cardinal #BF0435
Tints of Cardinal #BF0435
RGB
CMYK
RGB Variations
Color information
#BF0435 (or 0xBF0435) is known color: Cardinal. HEX triplet: BF, 04 and 35. RGB value is (191,4,53). Sum of RGB (Red+Green+Blue) = 191+4+53=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0435 is #40FBCA. Grayscale: #414141. Windows color (decimal): -4258763 or 3474623. OLE color: 3474623.
HSL color Cylindrical-coordinate representation of color #BF0435: hue angle of 344.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0435 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.25 |
| HSL | 344.28º | 0.96% | 0.38% | - |
| HSV(B) | 344.28º | 0.98% | 0.75% | - |
| XYZ | 22.17 | 11.42 | 4.4 | - |
| YUV | 65.5 | 120.95 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 53 | 0 | 0.98 | 0.72 | 0.25 | 344.28 | 0.96 | 0.38 |
| Hex | BF | 4 | 35 | 0 | 62 | 48 | 19 | 158 | 60 | 26 |
| Octal | 277 | 4 | 65 | 0 | 142 | 110 | 31 | 530 | 140 | 46 |
| Binary | 10111111 | 100 | 110101 | 0 | 1100010 | 1001000 | 11001 | 101011000 | 1100000 | 100110 |
Color Harmonies of #BF0435
Complementary color
Monochromatic Colors of #BF0435
Black with #BF0435
Text Example
Text Example
White with #BF0435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0435; }
p { color: rgb(191,4,53); }
H1.HeaderClassName
{
color: #BF0435;
}
.AnyTagClassName
{
color: #BF0435;
}
</style>
background-color css
<style>
a { background-color: #BF0435; }
a { background-color: rgb(191,4,53); }
div.DivClassName
{
background-color: #BF0435;
}
.BgClassName
{
background-color: #BF0435;
}
</style>
border-color css
<style>
span { border-color: #BF0435; }
span { border-color: rgb(191,4,53); }
td.TdClassName
{
border-color: #BF0435;
}
.TagClassName
{
border-color: #BF0435;
}
</style>