Shades of Brick Red #BF293C
Tints of Brick Red #BF293C
RGB
CMYK
RGB Variations
Color information
#BF293C (or 0xBF293C) is known color: Brick Red. HEX triplet: BF, 29 and 3C. RGB value is (191,41,60). Sum of RGB (Red+Green+Blue) = 191+41+60=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF293C is #40D6C3. Grayscale: #585858. Windows color (decimal): -4249284 or 3942847. OLE color: 3942847.
HSL color Cylindrical-coordinate representation of color #BF293C: hue angle of 352.4º 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 #BF293C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 60 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.25 |
| HSL | 352.4º | 0.65% | 0.45% | - |
| HSV(B) | 352.4º | 0.79% | 0.75% | - |
| XYZ | 23.09 | 12.99 | 5.56 | - |
| YUV | 88.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 60 | 0 | 0.79 | 0.69 | 0.25 | 352.4 | 0.65 | 0.45 |
| Hex | BF | 29 | 3C | 0 | 4F | 45 | 19 | 160 | 41 | 2D |
| Octal | 277 | 51 | 74 | 0 | 117 | 105 | 31 | 540 | 101 | 55 |
| Binary | 10111111 | 101001 | 111100 | 0 | 1001111 | 1000101 | 11001 | 101100000 | 1000001 | 101101 |
Color Harmonies of #BF293C
Complementary color
Monochromatic Colors of #BF293C
Black with #BF293C
Text Example
Text Example
White with #BF293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF293C; }
p { color: rgb(191,41,60); }
H1.HeaderClassName
{
color: #BF293C;
}
.AnyTagClassName
{
color: #BF293C;
}
</style>
background-color css
<style>
a { background-color: #BF293C; }
a { background-color: rgb(191,41,60); }
div.DivClassName
{
background-color: #BF293C;
}
.BgClassName
{
background-color: #BF293C;
}
</style>
border-color css
<style>
span { border-color: #BF293C; }
span { border-color: rgb(191,41,60); }
td.TdClassName
{
border-color: #BF293C;
}
.TagClassName
{
border-color: #BF293C;
}
</style>