Shades of Cardinal #BF0838
Tints of Cardinal #BF0838
RGB
CMYK
RGB Variations
Color information
#BF0838 (or 0xBF0838) is known color: Cardinal. HEX triplet: BF, 08 and 38. RGB value is (191,8,56). Sum of RGB (Red+Green+Blue) = 191+8+56=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0838 is #40F7C7. Grayscale: #444444. Windows color (decimal): -4257736 or 3672255. OLE color: 3672255.
HSL color Cylindrical-coordinate representation of color #BF0838: hue angle of 344.26º 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 #BF0838 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 56 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.25 |
| HSL | 344.26º | 0.92% | 0.39% | - |
| HSV(B) | 344.26º | 0.96% | 0.75% | - |
| XYZ | 22.29 | 11.54 | 4.79 | - |
| YUV | 68.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 56 | 0 | 0.96 | 0.71 | 0.25 | 344.26 | 0.92 | 0.39 |
| Hex | BF | 8 | 38 | 0 | 60 | 47 | 19 | 158 | 5C | 27 |
| Octal | 277 | 10 | 70 | 0 | 140 | 107 | 31 | 530 | 134 | 47 |
| Binary | 10111111 | 1000 | 111000 | 0 | 1100000 | 1000111 | 11001 | 101011000 | 1011100 | 100111 |
Color Harmonies of #BF0838
Complementary color
Monochromatic Colors of #BF0838
Black with #BF0838
Text Example
Text Example
White with #BF0838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0838; }
p { color: rgb(191,8,56); }
H1.HeaderClassName
{
color: #BF0838;
}
.AnyTagClassName
{
color: #BF0838;
}
</style>
background-color css
<style>
a { background-color: #BF0838; }
a { background-color: rgb(191,8,56); }
div.DivClassName
{
background-color: #BF0838;
}
.BgClassName
{
background-color: #BF0838;
}
</style>
border-color css
<style>
span { border-color: #BF0838; }
span { border-color: rgb(191,8,56); }
td.TdClassName
{
border-color: #BF0838;
}
.TagClassName
{
border-color: #BF0838;
}
</style>