Shades of Cardinal #BF0332
Tints of Cardinal #BF0332
RGB
CMYK
RGB Variations
Color information
#BF0332 (or 0xBF0332) is known color: Cardinal. HEX triplet: BF, 03 and 32. RGB value is (191,3,50). Sum of RGB (Red+Green+Blue) = 191+3+50=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0332 is #40FCCD. Grayscale: #404040. Windows color (decimal): -4259022 or 3277759. OLE color: 3277759.
HSL color Cylindrical-coordinate representation of color #BF0332: hue angle of 345º 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 #BF0332 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 50 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.25 |
| HSL | 345º | 0.97% | 0.38% | - |
| HSV(B) | 345º | 0.98% | 0.75% | - |
| XYZ | 22.09 | 11.37 | 4.05 | - |
| YUV | 64.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 50 | 0 | 0.98 | 0.74 | 0.25 | 345 | 0.97 | 0.38 |
| Hex | BF | 3 | 32 | 0 | 62 | 4A | 19 | 159 | 61 | 26 |
| Octal | 277 | 3 | 62 | 0 | 142 | 112 | 31 | 531 | 141 | 46 |
| Binary | 10111111 | 11 | 110010 | 0 | 1100010 | 1001010 | 11001 | 101011001 | 1100001 | 100110 |
Color Harmonies of #BF0332
Complementary color
Monochromatic Colors of #BF0332
Black with #BF0332
Text Example
Text Example
White with #BF0332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0332; }
p { color: rgb(191,3,50); }
H1.HeaderClassName
{
color: #BF0332;
}
.AnyTagClassName
{
color: #BF0332;
}
</style>
background-color css
<style>
a { background-color: #BF0332; }
a { background-color: rgb(191,3,50); }
div.DivClassName
{
background-color: #BF0332;
}
.BgClassName
{
background-color: #BF0332;
}
</style>
border-color css
<style>
span { border-color: #BF0332; }
span { border-color: rgb(191,3,50); }
td.TdClassName
{
border-color: #BF0332;
}
.TagClassName
{
border-color: #BF0332;
}
</style>