Shades of Brick Red #BF2C3E
Tints of Brick Red #BF2C3E
RGB
CMYK
RGB Variations
Color information
#BF2C3E (or 0xBF2C3E) is known color: Brick Red. HEX triplet: BF, 2C and 3E. RGB value is (191,44,62). Sum of RGB (Red+Green+Blue) = 191+44+62=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C3E is #40D3C1. Grayscale: #5A5A5A. Windows color (decimal): -4248514 or 4074687. OLE color: 4074687.
HSL color Cylindrical-coordinate representation of color #BF2C3E: hue angle of 352.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2C3E is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 62 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.25 |
| HSL | 352.65º | 0.63% | 0.46% | - |
| HSV(B) | 352.65º | 0.77% | 0.75% | - |
| XYZ | 23.26 | 13.23 | 5.88 | - |
| YUV | 90.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 62 | 0 | 0.77 | 0.68 | 0.25 | 352.65 | 0.63 | 0.46 |
| Hex | BF | 2C | 3E | 0 | 4D | 44 | 19 | 161 | 3F | 2E |
| Octal | 277 | 54 | 76 | 0 | 115 | 104 | 31 | 541 | 77 | 56 |
| Binary | 10111111 | 101100 | 111110 | 0 | 1001101 | 1000100 | 11001 | 101100001 | 111111 | 101110 |
Color Harmonies of #BF2C3E
Complementary color
Monochromatic Colors of #BF2C3E
Black with #BF2C3E
Text Example
Text Example
White with #BF2C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C3E; }
p { color: rgb(191,44,62); }
H1.HeaderClassName
{
color: #BF2C3E;
}
.AnyTagClassName
{
color: #BF2C3E;
}
</style>
background-color css
<style>
a { background-color: #BF2C3E; }
a { background-color: rgb(191,44,62); }
div.DivClassName
{
background-color: #BF2C3E;
}
.BgClassName
{
background-color: #BF2C3E;
}
</style>
border-color css
<style>
span { border-color: #BF2C3E; }
span { border-color: rgb(191,44,62); }
td.TdClassName
{
border-color: #BF2C3E;
}
.TagClassName
{
border-color: #BF2C3E;
}
</style>