Shades of Cardinal #BF003D
Tints of Cardinal #BF003D
RGB
CMYK
RGB Variations
Color information
#BF003D (or 0xBF003D) is known color: Cardinal. HEX triplet: BF, 00 and 3D. RGB value is (191,0,61). Sum of RGB (Red+Green+Blue) = 191+0+61=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF003D is #40FFC2. Grayscale: #404040. Windows color (decimal): -4259779 or 3997887. OLE color: 3997887.
HSL color Cylindrical-coordinate representation of color #BF003D: hue angle of 340.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF003D is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.68 | 0.25 |
| HSL | 340.84º | 1% | 0.37% | - |
| HSV(B) | 340.84º | 1% | 0.75% | - |
| XYZ | 22.33 | 11.41 | 5.44 | - |
| YUV | 64.06 | 126.28 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 61 | 0 | 1 | 0.68 | 0.25 | 340.84 | 1 | 0.37 |
| Hex | BF | 0 | 3D | 0 | 64 | 44 | 19 | 155 | 64 | 25 |
| Octal | 277 | 0 | 75 | 0 | 144 | 104 | 31 | 525 | 144 | 45 |
| Binary | 10111111 | 0 | 111101 | 0 | 1100100 | 1000100 | 11001 | 101010101 | 1100100 | 100101 |
Color Harmonies of #BF003D
Complementary color
Monochromatic Colors of #BF003D
Black with #BF003D
Text Example
Text Example
White with #BF003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF003D; }
p { color: rgb(191,0,61); }
H1.HeaderClassName
{
color: #BF003D;
}
.AnyTagClassName
{
color: #BF003D;
}
</style>
background-color css
<style>
a { background-color: #BF003D; }
a { background-color: rgb(191,0,61); }
div.DivClassName
{
background-color: #BF003D;
}
.BgClassName
{
background-color: #BF003D;
}
</style>
border-color css
<style>
span { border-color: #BF003D; }
span { border-color: rgb(191,0,61); }
td.TdClassName
{
border-color: #BF003D;
}
.TagClassName
{
border-color: #BF003D;
}
</style>