Shades of Cardinal #BF0135
Tints of Cardinal #BF0135
RGB
CMYK
RGB Variations
Color information
#BF0135 (or 0xBF0135) is known color: Cardinal. HEX triplet: BF, 01 and 35. RGB value is (191,1,53). Sum of RGB (Red+Green+Blue) = 191+1+53=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0135 is #40FECA. Grayscale: #3F3F3F. Windows color (decimal): -4259531 or 3473855. OLE color: 3473855.
HSL color Cylindrical-coordinate representation of color #BF0135: hue angle of 343.58º degrees, saturation: 0.99, 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 #BF0135 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.25 |
| HSL | 343.58º | 0.99% | 0.38% | - |
| HSV(B) | 343.58º | 0.99% | 0.75% | - |
| XYZ | 22.14 | 11.36 | 4.39 | - |
| YUV | 63.74 | 121.95 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 53 | 0 | 0.99 | 0.72 | 0.25 | 343.58 | 0.99 | 0.38 |
| Hex | BF | 1 | 35 | 0 | 63 | 48 | 19 | 158 | 63 | 26 |
| Octal | 277 | 1 | 65 | 0 | 143 | 110 | 31 | 530 | 143 | 46 |
| Binary | 10111111 | 1 | 110101 | 0 | 1100011 | 1001000 | 11001 | 101011000 | 1100011 | 100110 |
Color Harmonies of #BF0135
Complementary color
Monochromatic Colors of #BF0135
Black with #BF0135
Text Example
Text Example
White with #BF0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0135; }
p { color: rgb(191,1,53); }
H1.HeaderClassName
{
color: #BF0135;
}
.AnyTagClassName
{
color: #BF0135;
}
</style>
background-color css
<style>
a { background-color: #BF0135; }
a { background-color: rgb(191,1,53); }
div.DivClassName
{
background-color: #BF0135;
}
.BgClassName
{
background-color: #BF0135;
}
</style>
border-color css
<style>
span { border-color: #BF0135; }
span { border-color: rgb(191,1,53); }
td.TdClassName
{
border-color: #BF0135;
}
.TagClassName
{
border-color: #BF0135;
}
</style>