Shades of Cardinal #BF0732
Tints of Cardinal #BF0732
RGB
CMYK
RGB Variations
Color information
#BF0732 (or 0xBF0732) is known color: Cardinal. HEX triplet: BF, 07 and 32. RGB value is (191,7,50). Sum of RGB (Red+Green+Blue) = 191+7+50=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0732 is #40F8CD. Grayscale: #424242. Windows color (decimal): -4257998 or 3278783. OLE color: 3278783.
HSL color Cylindrical-coordinate representation of color #BF0732: hue angle of 345.98º degrees, saturation: 0.93, 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 #BF0732 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 50 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.25 |
| HSL | 345.98º | 0.93% | 0.39% | - |
| HSV(B) | 345.98º | 0.96% | 0.75% | - |
| XYZ | 22.14 | 11.46 | 4.06 | - |
| YUV | 66.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 50 | 0 | 0.96 | 0.74 | 0.25 | 345.98 | 0.93 | 0.39 |
| Hex | BF | 7 | 32 | 0 | 60 | 4A | 19 | 15A | 5D | 27 |
| Octal | 277 | 7 | 62 | 0 | 140 | 112 | 31 | 532 | 135 | 47 |
| Binary | 10111111 | 111 | 110010 | 0 | 1100000 | 1001010 | 11001 | 101011010 | 1011101 | 100111 |
Color Harmonies of #BF0732
Complementary color
Monochromatic Colors of #BF0732
Black with #BF0732
Text Example
Text Example
White with #BF0732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0732; }
p { color: rgb(191,7,50); }
H1.HeaderClassName
{
color: #BF0732;
}
.AnyTagClassName
{
color: #BF0732;
}
</style>
background-color css
<style>
a { background-color: #BF0732; }
a { background-color: rgb(191,7,50); }
div.DivClassName
{
background-color: #BF0732;
}
.BgClassName
{
background-color: #BF0732;
}
</style>
border-color css
<style>
span { border-color: #BF0732; }
span { border-color: rgb(191,7,50); }
td.TdClassName
{
border-color: #BF0732;
}
.TagClassName
{
border-color: #BF0732;
}
</style>