Shades of Brick Red #BF2E3E
Tints of Brick Red #BF2E3E
RGB
CMYK
RGB Variations
Color information
#BF2E3E (or 0xBF2E3E) is known color: Brick Red. HEX triplet: BF, 2E and 3E. RGB value is (191,46,62). Sum of RGB (Red+Green+Blue) = 191+46+62=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E3E is #40D1C1. Grayscale: #5B5B5B. Windows color (decimal): -4248002 or 4075199. OLE color: 4075199.
HSL color Cylindrical-coordinate representation of color #BF2E3E: hue angle of 353.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E3E is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 62 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.25 |
| HSL | 353.38º | 0.61% | 0.46% | - |
| HSV(B) | 353.38º | 0.76% | 0.75% | - |
| XYZ | 23.33 | 13.38 | 5.91 | - |
| YUV | 91.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 62 | 0 | 0.76 | 0.68 | 0.25 | 353.38 | 0.61 | 0.46 |
| Hex | BF | 2E | 3E | 0 | 4C | 44 | 19 | 161 | 3D | 2E |
| Octal | 277 | 56 | 76 | 0 | 114 | 104 | 31 | 541 | 75 | 56 |
| Binary | 10111111 | 101110 | 111110 | 0 | 1001100 | 1000100 | 11001 | 101100001 | 111101 | 101110 |
Color Harmonies of #BF2E3E
Complementary color
Monochromatic Colors of #BF2E3E
Black with #BF2E3E
Text Example
Text Example
White with #BF2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E3E; }
p { color: rgb(191,46,62); }
H1.HeaderClassName
{
color: #BF2E3E;
}
.AnyTagClassName
{
color: #BF2E3E;
}
</style>
background-color css
<style>
a { background-color: #BF2E3E; }
a { background-color: rgb(191,46,62); }
div.DivClassName
{
background-color: #BF2E3E;
}
.BgClassName
{
background-color: #BF2E3E;
}
</style>
border-color css
<style>
span { border-color: #BF2E3E; }
span { border-color: rgb(191,46,62); }
td.TdClassName
{
border-color: #BF2E3E;
}
.TagClassName
{
border-color: #BF2E3E;
}
</style>