Shades of Cardinal #BF132F
Tints of Cardinal #BF132F
RGB
CMYK
RGB Variations
Color information
#BF132F (or 0xBF132F) is known color: Cardinal. HEX triplet: BF, 13 and 2F. RGB value is (191,19,47). Sum of RGB (Red+Green+Blue) = 191+19+47=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF132F is #40ECD0. Grayscale: #494949. Windows color (decimal): -4254929 or 3085247. OLE color: 3085247.
HSL color Cylindrical-coordinate representation of color #BF132F: hue angle of 350.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF132F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 47 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.25 |
| HSL | 350.23º | 0.82% | 0.41% | - |
| HSV(B) | 350.23º | 0.9% | 0.75% | - |
| XYZ | 22.23 | 11.75 | 3.79 | - |
| YUV | 73.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 47 | 0 | 0.90 | 0.75 | 0.25 | 350.23 | 0.82 | 0.41 |
| Hex | BF | 13 | 2F | 0 | 5A | 4B | 19 | 15E | 52 | 29 |
| Octal | 277 | 23 | 57 | 0 | 132 | 113 | 31 | 536 | 122 | 51 |
| Binary | 10111111 | 10011 | 101111 | 0 | 1011010 | 1001011 | 11001 | 101011110 | 1010010 | 101001 |
Color Harmonies of #BF132F
Complementary color
Monochromatic Colors of #BF132F
Black with #BF132F
Text Example
Text Example
White with #BF132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF132F; }
p { color: rgb(191,19,47); }
H1.HeaderClassName
{
color: #BF132F;
}
.AnyTagClassName
{
color: #BF132F;
}
</style>
background-color css
<style>
a { background-color: #BF132F; }
a { background-color: rgb(191,19,47); }
div.DivClassName
{
background-color: #BF132F;
}
.BgClassName
{
background-color: #BF132F;
}
</style>
border-color css
<style>
span { border-color: #BF132F; }
span { border-color: rgb(191,19,47); }
td.TdClassName
{
border-color: #BF132F;
}
.TagClassName
{
border-color: #BF132F;
}
</style>