Shades of Brick Red #BF2A40
Tints of Brick Red #BF2A40
RGB
CMYK
RGB Variations
Color information
#BF2A40 (or 0xBF2A40) is known color: Brick Red. HEX triplet: BF, 2A and 40. RGB value is (191,42,64). Sum of RGB (Red+Green+Blue) = 191+42+64=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A40 is #40D5BF. Grayscale: #595959. Windows color (decimal): -4249024 or 4205247. OLE color: 4205247.
HSL color Cylindrical-coordinate representation of color #BF2A40: hue angle of 351.14º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A40 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 64 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.25 |
| HSL | 351.14º | 0.64% | 0.46% | - |
| HSV(B) | 351.14º | 0.78% | 0.75% | - |
| XYZ | 23.24 | 13.1 | 6.15 | - |
| YUV | 89.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 64 | 0 | 0.78 | 0.66 | 0.25 | 351.14 | 0.64 | 0.46 |
| Hex | BF | 2A | 40 | 0 | 4E | 42 | 19 | 15F | 40 | 2E |
| Octal | 277 | 52 | 100 | 0 | 116 | 102 | 31 | 537 | 100 | 56 |
| Binary | 10111111 | 101010 | 1000000 | 0 | 1001110 | 1000010 | 11001 | 101011111 | 1000000 | 101110 |
Color Harmonies of #BF2A40
Complementary color
Monochromatic Colors of #BF2A40
Black with #BF2A40
Text Example
Text Example
White with #BF2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A40; }
p { color: rgb(191,42,64); }
H1.HeaderClassName
{
color: #BF2A40;
}
.AnyTagClassName
{
color: #BF2A40;
}
</style>
background-color css
<style>
a { background-color: #BF2A40; }
a { background-color: rgb(191,42,64); }
div.DivClassName
{
background-color: #BF2A40;
}
.BgClassName
{
background-color: #BF2A40;
}
</style>
border-color css
<style>
span { border-color: #BF2A40; }
span { border-color: rgb(191,42,64); }
td.TdClassName
{
border-color: #BF2A40;
}
.TagClassName
{
border-color: #BF2A40;
}
</style>