Shades of Brick Red #BF2A41
Tints of Brick Red #BF2A41
RGB
CMYK
RGB Variations
Color information
#BF2A41 (or 0xBF2A41) is known color: Brick Red. HEX triplet: BF, 2A and 41. RGB value is (191,42,65). Sum of RGB (Red+Green+Blue) = 191+42+65=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A41 is #40D5BE. Grayscale: #595959. Windows color (decimal): -4249023 or 4270783. OLE color: 4270783.
HSL color Cylindrical-coordinate representation of color #BF2A41: hue angle of 350.74º 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 #BF2A41 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 65 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.25 |
| HSL | 350.74º | 0.64% | 0.46% | - |
| HSV(B) | 350.74º | 0.78% | 0.75% | - |
| XYZ | 23.27 | 13.11 | 6.31 | - |
| YUV | 89.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 65 | 0 | 0.78 | 0.66 | 0.25 | 350.74 | 0.64 | 0.46 |
| Hex | BF | 2A | 41 | 0 | 4E | 42 | 19 | 15F | 40 | 2E |
| Octal | 277 | 52 | 101 | 0 | 116 | 102 | 31 | 537 | 100 | 56 |
| Binary | 10111111 | 101010 | 1000001 | 0 | 1001110 | 1000010 | 11001 | 101011111 | 1000000 | 101110 |
Color Harmonies of #BF2A41
Complementary color
Monochromatic Colors of #BF2A41
Black with #BF2A41
Text Example
Text Example
White with #BF2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A41; }
p { color: rgb(191,42,65); }
H1.HeaderClassName
{
color: #BF2A41;
}
.AnyTagClassName
{
color: #BF2A41;
}
</style>
background-color css
<style>
a { background-color: #BF2A41; }
a { background-color: rgb(191,42,65); }
div.DivClassName
{
background-color: #BF2A41;
}
.BgClassName
{
background-color: #BF2A41;
}
</style>
border-color css
<style>
span { border-color: #BF2A41; }
span { border-color: rgb(191,42,65); }
td.TdClassName
{
border-color: #BF2A41;
}
.TagClassName
{
border-color: #BF2A41;
}
</style>