Shades of Cardinal #BF0333
Tints of Cardinal #BF0333
RGB
CMYK
RGB Variations
Color information
#BF0333 (or 0xBF0333) is known color: Cardinal. HEX triplet: BF, 03 and 33. RGB value is (191,3,51). Sum of RGB (Red+Green+Blue) = 191+3+51=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0333 is #40FCCC. Grayscale: #404040. Windows color (decimal): -4259021 or 3343295. OLE color: 3343295.
HSL color Cylindrical-coordinate representation of color #BF0333: hue angle of 344.68º 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 #BF0333 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.25 |
| HSL | 344.68º | 0.97% | 0.38% | - |
| HSV(B) | 344.68º | 0.98% | 0.75% | - |
| XYZ | 22.12 | 11.38 | 4.16 | - |
| YUV | 64.68 | 120.28 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 51 | 0 | 0.98 | 0.73 | 0.25 | 344.68 | 0.97 | 0.38 |
| Hex | BF | 3 | 33 | 0 | 62 | 49 | 19 | 159 | 61 | 26 |
| Octal | 277 | 3 | 63 | 0 | 142 | 111 | 31 | 531 | 141 | 46 |
| Binary | 10111111 | 11 | 110011 | 0 | 1100010 | 1001001 | 11001 | 101011001 | 1100001 | 100110 |
Color Harmonies of #BF0333
Complementary color
Monochromatic Colors of #BF0333
Black with #BF0333
Text Example
Text Example
White with #BF0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0333; }
p { color: rgb(191,3,51); }
H1.HeaderClassName
{
color: #BF0333;
}
.AnyTagClassName
{
color: #BF0333;
}
</style>
background-color css
<style>
a { background-color: #BF0333; }
a { background-color: rgb(191,3,51); }
div.DivClassName
{
background-color: #BF0333;
}
.BgClassName
{
background-color: #BF0333;
}
</style>
border-color css
<style>
span { border-color: #BF0333; }
span { border-color: rgb(191,3,51); }
td.TdClassName
{
border-color: #BF0333;
}
.TagClassName
{
border-color: #BF0333;
}
</style>