Shades of Brick Red #BF293E
Tints of Brick Red #BF293E
RGB
CMYK
RGB Variations
Color information
#BF293E (or 0xBF293E) is known color: Brick Red. HEX triplet: BF, 29 and 3E. RGB value is (191,41,62). Sum of RGB (Red+Green+Blue) = 191+41+62=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF293E is #40D6C1. Grayscale: #585858. Windows color (decimal): -4249282 or 4073919. OLE color: 4073919.
HSL color Cylindrical-coordinate representation of color #BF293E: hue angle of 351.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF293E is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 62 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.25 |
| HSL | 351.6º | 0.65% | 0.45% | - |
| HSV(B) | 351.6º | 0.79% | 0.75% | - |
| XYZ | 23.15 | 13.01 | 5.85 | - |
| YUV | 88.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 62 | 0 | 0.79 | 0.68 | 0.25 | 351.6 | 0.65 | 0.45 |
| Hex | BF | 29 | 3E | 0 | 4F | 44 | 19 | 160 | 41 | 2D |
| Octal | 277 | 51 | 76 | 0 | 117 | 104 | 31 | 540 | 101 | 55 |
| Binary | 10111111 | 101001 | 111110 | 0 | 1001111 | 1000100 | 11001 | 101100000 | 1000001 | 101101 |
Color Harmonies of #BF293E
Complementary color
Monochromatic Colors of #BF293E
Black with #BF293E
Text Example
Text Example
White with #BF293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF293E; }
p { color: rgb(191,41,62); }
H1.HeaderClassName
{
color: #BF293E;
}
.AnyTagClassName
{
color: #BF293E;
}
</style>
background-color css
<style>
a { background-color: #BF293E; }
a { background-color: rgb(191,41,62); }
div.DivClassName
{
background-color: #BF293E;
}
.BgClassName
{
background-color: #BF293E;
}
</style>
border-color css
<style>
span { border-color: #BF293E; }
span { border-color: rgb(191,41,62); }
td.TdClassName
{
border-color: #BF293E;
}
.TagClassName
{
border-color: #BF293E;
}
</style>