Shades of Cardinal #BF0330
Tints of Cardinal #BF0330
RGB
CMYK
RGB Variations
Color information
#BF0330 (or 0xBF0330) is known color: Cardinal. HEX triplet: BF, 03 and 30. RGB value is (191,3,48). Sum of RGB (Red+Green+Blue) = 191+3+48=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0330 is #40FCCF. Grayscale: #404040. Windows color (decimal): -4259024 or 3146687. OLE color: 3146687.
HSL color Cylindrical-coordinate representation of color #BF0330: hue angle of 345.64º 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 #BF0330 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.25 |
| HSL | 345.64º | 0.97% | 0.38% | - |
| HSV(B) | 345.64º | 0.98% | 0.75% | - |
| XYZ | 22.05 | 11.35 | 3.83 | - |
| YUV | 64.34 | 118.78 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 48 | 0 | 0.98 | 0.75 | 0.25 | 345.64 | 0.97 | 0.38 |
| Hex | BF | 3 | 30 | 0 | 62 | 4B | 19 | 15A | 61 | 26 |
| Octal | 277 | 3 | 60 | 0 | 142 | 113 | 31 | 532 | 141 | 46 |
| Binary | 10111111 | 11 | 110000 | 0 | 1100010 | 1001011 | 11001 | 101011010 | 1100001 | 100110 |
Color Harmonies of #BF0330
Complementary color
Monochromatic Colors of #BF0330
Black with #BF0330
Text Example
Text Example
White with #BF0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0330; }
p { color: rgb(191,3,48); }
H1.HeaderClassName
{
color: #BF0330;
}
.AnyTagClassName
{
color: #BF0330;
}
</style>
background-color css
<style>
a { background-color: #BF0330; }
a { background-color: rgb(191,3,48); }
div.DivClassName
{
background-color: #BF0330;
}
.BgClassName
{
background-color: #BF0330;
}
</style>
border-color css
<style>
span { border-color: #BF0330; }
span { border-color: rgb(191,3,48); }
td.TdClassName
{
border-color: #BF0330;
}
.TagClassName
{
border-color: #BF0330;
}
</style>