Shades of Brick Red #BF2A39
Tints of Brick Red #BF2A39
RGB
CMYK
RGB Variations
Color information
#BF2A39 (or 0xBF2A39) is known color: Brick Red. HEX triplet: BF, 2A and 39. RGB value is (191,42,57). Sum of RGB (Red+Green+Blue) = 191+42+57=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A39 is #40D5C6. Grayscale: #585858. Windows color (decimal): -4249031 or 3746495. OLE color: 3746495.
HSL color Cylindrical-coordinate representation of color #BF2A39: hue angle of 353.96º 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 #BF2A39 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 57 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.25 |
| HSL | 353.96º | 0.64% | 0.46% | - |
| HSV(B) | 353.96º | 0.78% | 0.75% | - |
| XYZ | 23.05 | 13.03 | 5.17 | - |
| YUV | 88.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 57 | 0 | 0.78 | 0.70 | 0.25 | 353.96 | 0.64 | 0.46 |
| Hex | BF | 2A | 39 | 0 | 4E | 46 | 19 | 162 | 40 | 2E |
| Octal | 277 | 52 | 71 | 0 | 116 | 106 | 31 | 542 | 100 | 56 |
| Binary | 10111111 | 101010 | 111001 | 0 | 1001110 | 1000110 | 11001 | 101100010 | 1000000 | 101110 |
Color Harmonies of #BF2A39
Complementary color
Monochromatic Colors of #BF2A39
Black with #BF2A39
Text Example
Text Example
White with #BF2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A39; }
p { color: rgb(191,42,57); }
H1.HeaderClassName
{
color: #BF2A39;
}
.AnyTagClassName
{
color: #BF2A39;
}
</style>
background-color css
<style>
a { background-color: #BF2A39; }
a { background-color: rgb(191,42,57); }
div.DivClassName
{
background-color: #BF2A39;
}
.BgClassName
{
background-color: #BF2A39;
}
</style>
border-color css
<style>
span { border-color: #BF2A39; }
span { border-color: rgb(191,42,57); }
td.TdClassName
{
border-color: #BF2A39;
}
.TagClassName
{
border-color: #BF2A39;
}
</style>