Shades of Cardinal #BF0C30
Tints of Cardinal #BF0C30
RGB
CMYK
RGB Variations
Color information
#BF0C30 (or 0xBF0C30) is known color: Cardinal. HEX triplet: BF, 0C and 30. RGB value is (191,12,48). Sum of RGB (Red+Green+Blue) = 191+12+48=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C30 is #40F3CF. Grayscale: #454545. Windows color (decimal): -4256720 or 3148991. OLE color: 3148991.
HSL color Cylindrical-coordinate representation of color #BF0C30: hue angle of 347.93º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C30 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 48 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.25 |
| HSL | 347.93º | 0.88% | 0.4% | - |
| HSV(B) | 347.93º | 0.94% | 0.75% | - |
| XYZ | 22.15 | 11.55 | 3.86 | - |
| YUV | 69.63 | 115.8 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 48 | 0 | 0.94 | 0.75 | 0.25 | 347.93 | 0.88 | 0.4 |
| Hex | BF | C | 30 | 0 | 5E | 4B | 19 | 15C | 58 | 28 |
| Octal | 277 | 14 | 60 | 0 | 136 | 113 | 31 | 534 | 130 | 50 |
| Binary | 10111111 | 1100 | 110000 | 0 | 1011110 | 1001011 | 11001 | 101011100 | 1011000 | 101000 |
Color Harmonies of #BF0C30
Complementary color
Monochromatic Colors of #BF0C30
Black with #BF0C30
Text Example
Text Example
White with #BF0C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C30; }
p { color: rgb(191,12,48); }
H1.HeaderClassName
{
color: #BF0C30;
}
.AnyTagClassName
{
color: #BF0C30;
}
</style>
background-color css
<style>
a { background-color: #BF0C30; }
a { background-color: rgb(191,12,48); }
div.DivClassName
{
background-color: #BF0C30;
}
.BgClassName
{
background-color: #BF0C30;
}
</style>
border-color css
<style>
span { border-color: #BF0C30; }
span { border-color: rgb(191,12,48); }
td.TdClassName
{
border-color: #BF0C30;
}
.TagClassName
{
border-color: #BF0C30;
}
</style>