Shades of Cardinal #BF103B
Tints of Cardinal #BF103B
RGB
CMYK
RGB Variations
Color information
#BF103B (or 0xBF103B) is known color: Cardinal. HEX triplet: BF, 10 and 3B. RGB value is (191,16,59). Sum of RGB (Red+Green+Blue) = 191+16+59=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF103B is #40EFC4. Grayscale: #494949. Windows color (decimal): -4255685 or 3870911. OLE color: 3870911.
HSL color Cylindrical-coordinate representation of color #BF103B: hue angle of 345.26º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF103B is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 59 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.25 |
| HSL | 345.26º | 0.85% | 0.41% | - |
| HSV(B) | 345.26º | 0.92% | 0.75% | - |
| XYZ | 22.46 | 11.76 | 5.22 | - |
| YUV | 73.23 | 119.98 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 59 | 0 | 0.92 | 0.69 | 0.25 | 345.26 | 0.85 | 0.41 |
| Hex | BF | 10 | 3B | 0 | 5C | 45 | 19 | 159 | 55 | 29 |
| Octal | 277 | 20 | 73 | 0 | 134 | 105 | 31 | 531 | 125 | 51 |
| Binary | 10111111 | 10000 | 111011 | 0 | 1011100 | 1000101 | 11001 | 101011001 | 1010101 | 101001 |
Color Harmonies of #BF103B
Complementary color
Monochromatic Colors of #BF103B
Black with #BF103B
Text Example
Text Example
White with #BF103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF103B; }
p { color: rgb(191,16,59); }
H1.HeaderClassName
{
color: #BF103B;
}
.AnyTagClassName
{
color: #BF103B;
}
</style>
background-color css
<style>
a { background-color: #BF103B; }
a { background-color: rgb(191,16,59); }
div.DivClassName
{
background-color: #BF103B;
}
.BgClassName
{
background-color: #BF103B;
}
</style>
border-color css
<style>
span { border-color: #BF103B; }
span { border-color: rgb(191,16,59); }
td.TdClassName
{
border-color: #BF103B;
}
.TagClassName
{
border-color: #BF103B;
}
</style>