Shades of Cardinal #BF0832
Tints of Cardinal #BF0832
RGB
CMYK
RGB Variations
Color information
#BF0832 (or 0xBF0832) is known color: Cardinal. HEX triplet: BF, 08 and 32. RGB value is (191,8,50). Sum of RGB (Red+Green+Blue) = 191+8+50=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0832 is #40F7CD. Grayscale: #434343. Windows color (decimal): -4257742 or 3279039. OLE color: 3279039.
HSL color Cylindrical-coordinate representation of color #BF0832: hue angle of 346.23º 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 #BF0832 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 50 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.25 |
| HSL | 346.23º | 0.92% | 0.39% | - |
| HSV(B) | 346.23º | 0.96% | 0.75% | - |
| XYZ | 22.15 | 11.48 | 4.07 | - |
| YUV | 67.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 50 | 0 | 0.96 | 0.74 | 0.25 | 346.23 | 0.92 | 0.39 |
| Hex | BF | 8 | 32 | 0 | 60 | 4A | 19 | 15A | 5C | 27 |
| Octal | 277 | 10 | 62 | 0 | 140 | 112 | 31 | 532 | 134 | 47 |
| Binary | 10111111 | 1000 | 110010 | 0 | 1100000 | 1001010 | 11001 | 101011010 | 1011100 | 100111 |
Color Harmonies of #BF0832
Complementary color
Monochromatic Colors of #BF0832
Black with #BF0832
Text Example
Text Example
White with #BF0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0832; }
p { color: rgb(191,8,50); }
H1.HeaderClassName
{
color: #BF0832;
}
.AnyTagClassName
{
color: #BF0832;
}
</style>
background-color css
<style>
a { background-color: #BF0832; }
a { background-color: rgb(191,8,50); }
div.DivClassName
{
background-color: #BF0832;
}
.BgClassName
{
background-color: #BF0832;
}
</style>
border-color css
<style>
span { border-color: #BF0832; }
span { border-color: rgb(191,8,50); }
td.TdClassName
{
border-color: #BF0832;
}
.TagClassName
{
border-color: #BF0832;
}
</style>