Shades of Cardinal #BF182A
Tints of Cardinal #BF182A
RGB
CMYK
RGB Variations
Color information
#BF182A (or 0xBF182A) is known color: Cardinal. HEX triplet: BF, 18 and 2A. RGB value is (191,24,42). Sum of RGB (Red+Green+Blue) = 191+24+42=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF182A is #40E7D5. Grayscale: #4C4C4C. Windows color (decimal): -4253654 or 2758847. OLE color: 2758847.
HSL color Cylindrical-coordinate representation of color #BF182A: hue angle of 353.53º 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 #BF182A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 42 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.25 |
| HSL | 353.53º | 0.78% | 0.42% | - |
| HSV(B) | 353.53º | 0.87% | 0.75% | - |
| XYZ | 22.23 | 11.9 | 3.32 | - |
| YUV | 75.99 | 108.83 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 42 | 0 | 0.87 | 0.78 | 0.25 | 353.53 | 0.78 | 0.42 |
| Hex | BF | 18 | 2A | 0 | 57 | 4E | 19 | 162 | 4E | 2A |
| Octal | 277 | 30 | 52 | 0 | 127 | 116 | 31 | 542 | 116 | 52 |
| Binary | 10111111 | 11000 | 101010 | 0 | 1010111 | 1001110 | 11001 | 101100010 | 1001110 | 101010 |
Color Harmonies of #BF182A
Complementary color
Monochromatic Colors of #BF182A
Black with #BF182A
Text Example
Text Example
White with #BF182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF182A; }
p { color: rgb(191,24,42); }
H1.HeaderClassName
{
color: #BF182A;
}
.AnyTagClassName
{
color: #BF182A;
}
</style>
background-color css
<style>
a { background-color: #BF182A; }
a { background-color: rgb(191,24,42); }
div.DivClassName
{
background-color: #BF182A;
}
.BgClassName
{
background-color: #BF182A;
}
</style>
border-color css
<style>
span { border-color: #BF182A; }
span { border-color: rgb(191,24,42); }
td.TdClassName
{
border-color: #BF182A;
}
.TagClassName
{
border-color: #BF182A;
}
</style>