Shades of Cardinal #BF0835
Tints of Cardinal #BF0835
RGB
CMYK
RGB Variations
Color information
#BF0835 (or 0xBF0835) is known color: Cardinal. HEX triplet: BF, 08 and 35. RGB value is (191,8,53). Sum of RGB (Red+Green+Blue) = 191+8+53=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0835 is #40F7CA. Grayscale: #434343. Windows color (decimal): -4257739 or 3475647. OLE color: 3475647.
HSL color Cylindrical-coordinate representation of color #BF0835: hue angle of 345.25º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0835 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.25 |
| HSL | 345.25º | 0.92% | 0.39% | - |
| HSV(B) | 345.25º | 0.96% | 0.75% | - |
| XYZ | 22.22 | 11.51 | 4.42 | - |
| YUV | 67.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 53 | 0 | 0.96 | 0.72 | 0.25 | 345.25 | 0.92 | 0.39 |
| Hex | BF | 8 | 35 | 0 | 60 | 48 | 19 | 159 | 5C | 27 |
| Octal | 277 | 10 | 65 | 0 | 140 | 110 | 31 | 531 | 134 | 47 |
| Binary | 10111111 | 1000 | 110101 | 0 | 1100000 | 1001000 | 11001 | 101011001 | 1011100 | 100111 |
Color Harmonies of #BF0835
Complementary color
Monochromatic Colors of #BF0835
Black with #BF0835
Text Example
Text Example
White with #BF0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0835; }
p { color: rgb(191,8,53); }
H1.HeaderClassName
{
color: #BF0835;
}
.AnyTagClassName
{
color: #BF0835;
}
</style>
background-color css
<style>
a { background-color: #BF0835; }
a { background-color: rgb(191,8,53); }
div.DivClassName
{
background-color: #BF0835;
}
.BgClassName
{
background-color: #BF0835;
}
</style>
border-color css
<style>
span { border-color: #BF0835; }
span { border-color: rgb(191,8,53); }
td.TdClassName
{
border-color: #BF0835;
}
.TagClassName
{
border-color: #BF0835;
}
</style>