Shades of Cardinal #BF033A
Tints of Cardinal #BF033A
RGB
CMYK
RGB Variations
Color information
#BF033A (or 0xBF033A) is known color: Cardinal. HEX triplet: BF, 03 and 3A. RGB value is (191,3,58). Sum of RGB (Red+Green+Blue) = 191+3+58=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF033A is #40FCC5. Grayscale: #414141. Windows color (decimal): -4259014 or 3802047. OLE color: 3802047.
HSL color Cylindrical-coordinate representation of color #BF033A: hue angle of 342.45º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF033A is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.25 |
| HSL | 342.45º | 0.97% | 0.38% | - |
| HSV(B) | 342.45º | 0.98% | 0.75% | - |
| XYZ | 22.28 | 11.45 | 5.04 | - |
| YUV | 65.48 | 123.78 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 58 | 0 | 0.98 | 0.70 | 0.25 | 342.45 | 0.97 | 0.38 |
| Hex | BF | 3 | 3A | 0 | 62 | 46 | 19 | 156 | 61 | 26 |
| Octal | 277 | 3 | 72 | 0 | 142 | 106 | 31 | 526 | 141 | 46 |
| Binary | 10111111 | 11 | 111010 | 0 | 1100010 | 1000110 | 11001 | 101010110 | 1100001 | 100110 |
Color Harmonies of #BF033A
Complementary color
Monochromatic Colors of #BF033A
Black with #BF033A
Text Example
Text Example
White with #BF033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF033A; }
p { color: rgb(191,3,58); }
H1.HeaderClassName
{
color: #BF033A;
}
.AnyTagClassName
{
color: #BF033A;
}
</style>
background-color css
<style>
a { background-color: #BF033A; }
a { background-color: rgb(191,3,58); }
div.DivClassName
{
background-color: #BF033A;
}
.BgClassName
{
background-color: #BF033A;
}
</style>
border-color css
<style>
span { border-color: #BF033A; }
span { border-color: rgb(191,3,58); }
td.TdClassName
{
border-color: #BF033A;
}
.TagClassName
{
border-color: #BF033A;
}
</style>