Shades of Cardinal #BF183A
Tints of Cardinal #BF183A
RGB
CMYK
RGB Variations
Color information
#BF183A (or 0xBF183A) is known color: Cardinal. HEX triplet: BF, 18 and 3A. RGB value is (191,24,58). Sum of RGB (Red+Green+Blue) = 191+24+58=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF183A is #40E7C5. Grayscale: #4D4D4D. Windows color (decimal): -4253638 or 3807423. OLE color: 3807423.
HSL color Cylindrical-coordinate representation of color #BF183A: hue angle of 347.78º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF183A is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 58 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.25 |
| HSL | 347.78º | 0.78% | 0.42% | - |
| HSV(B) | 347.78º | 0.87% | 0.75% | - |
| XYZ | 22.58 | 12.04 | 5.14 | - |
| YUV | 77.81 | 116.83 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 58 | 0 | 0.87 | 0.70 | 0.25 | 347.78 | 0.78 | 0.42 |
| Hex | BF | 18 | 3A | 0 | 57 | 46 | 19 | 15C | 4E | 2A |
| Octal | 277 | 30 | 72 | 0 | 127 | 106 | 31 | 534 | 116 | 52 |
| Binary | 10111111 | 11000 | 111010 | 0 | 1010111 | 1000110 | 11001 | 101011100 | 1001110 | 101010 |
Color Harmonies of #BF183A
Complementary color
Monochromatic Colors of #BF183A
Black with #BF183A
Text Example
Text Example
White with #BF183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF183A; }
p { color: rgb(191,24,58); }
H1.HeaderClassName
{
color: #BF183A;
}
.AnyTagClassName
{
color: #BF183A;
}
</style>
background-color css
<style>
a { background-color: #BF183A; }
a { background-color: rgb(191,24,58); }
div.DivClassName
{
background-color: #BF183A;
}
.BgClassName
{
background-color: #BF183A;
}
</style>
border-color css
<style>
span { border-color: #BF183A; }
span { border-color: rgb(191,24,58); }
td.TdClassName
{
border-color: #BF183A;
}
.TagClassName
{
border-color: #BF183A;
}
</style>