Shades of Cardinal #BF013D
Tints of Cardinal #BF013D
RGB
CMYK
RGB Variations
Color information
#BF013D (or 0xBF013D) is known color: Cardinal. HEX triplet: BF, 01 and 3D. RGB value is (191,1,61). Sum of RGB (Red+Green+Blue) = 191+1+61=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF013D is #40FEC2. Grayscale: #404040. Windows color (decimal): -4259523 or 3998143. OLE color: 3998143.
HSL color Cylindrical-coordinate representation of color #BF013D: hue angle of 341.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF013D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.25 |
| HSL | 341.05º | 0.99% | 0.38% | - |
| HSV(B) | 341.05º | 0.99% | 0.75% | - |
| XYZ | 22.34 | 11.44 | 5.44 | - |
| YUV | 64.65 | 125.95 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 61 | 0 | 0.99 | 0.68 | 0.25 | 341.05 | 0.99 | 0.38 |
| Hex | BF | 1 | 3D | 0 | 63 | 44 | 19 | 155 | 63 | 26 |
| Octal | 277 | 1 | 75 | 0 | 143 | 104 | 31 | 525 | 143 | 46 |
| Binary | 10111111 | 1 | 111101 | 0 | 1100011 | 1000100 | 11001 | 101010101 | 1100011 | 100110 |
Color Harmonies of #BF013D
Complementary color
Monochromatic Colors of #BF013D
Black with #BF013D
Text Example
Text Example
White with #BF013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF013D; }
p { color: rgb(191,1,61); }
H1.HeaderClassName
{
color: #BF013D;
}
.AnyTagClassName
{
color: #BF013D;
}
</style>
background-color css
<style>
a { background-color: #BF013D; }
a { background-color: rgb(191,1,61); }
div.DivClassName
{
background-color: #BF013D;
}
.BgClassName
{
background-color: #BF013D;
}
</style>
border-color css
<style>
span { border-color: #BF013D; }
span { border-color: rgb(191,1,61); }
td.TdClassName
{
border-color: #BF013D;
}
.TagClassName
{
border-color: #BF013D;
}
</style>