Shades of Cardinal #BF0334
Tints of Cardinal #BF0334
RGB
CMYK
RGB Variations
Color information
#BF0334 (or 0xBF0334) is known color: Cardinal. HEX triplet: BF, 03 and 34. RGB value is (191,3,52). Sum of RGB (Red+Green+Blue) = 191+3+52=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0334 is #40FCCB. Grayscale: #404040. Windows color (decimal): -4259020 or 3408831. OLE color: 3408831.
HSL color Cylindrical-coordinate representation of color #BF0334: hue angle of 344.36º 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 #BF0334 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.25 |
| HSL | 344.36º | 0.97% | 0.38% | - |
| HSV(B) | 344.36º | 0.98% | 0.75% | - |
| XYZ | 22.14 | 11.39 | 4.28 | - |
| YUV | 64.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 52 | 0 | 0.98 | 0.73 | 0.25 | 344.36 | 0.97 | 0.38 |
| Hex | BF | 3 | 34 | 0 | 62 | 49 | 19 | 158 | 61 | 26 |
| Octal | 277 | 3 | 64 | 0 | 142 | 111 | 31 | 530 | 141 | 46 |
| Binary | 10111111 | 11 | 110100 | 0 | 1100010 | 1001001 | 11001 | 101011000 | 1100001 | 100110 |
Color Harmonies of #BF0334
Complementary color
Monochromatic Colors of #BF0334
Black with #BF0334
Text Example
Text Example
White with #BF0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0334; }
p { color: rgb(191,3,52); }
H1.HeaderClassName
{
color: #BF0334;
}
.AnyTagClassName
{
color: #BF0334;
}
</style>
background-color css
<style>
a { background-color: #BF0334; }
a { background-color: rgb(191,3,52); }
div.DivClassName
{
background-color: #BF0334;
}
.BgClassName
{
background-color: #BF0334;
}
</style>
border-color css
<style>
span { border-color: #BF0334; }
span { border-color: rgb(191,3,52); }
td.TdClassName
{
border-color: #BF0334;
}
.TagClassName
{
border-color: #BF0334;
}
</style>