Shades of Brick Red #BF3442
Tints of Brick Red #BF3442
RGB
CMYK
RGB Variations
Color information
#BF3442 (or 0xBF3442) is known color: Brick Red. HEX triplet: BF, 34 and 42. RGB value is (191,52,66). Sum of RGB (Red+Green+Blue) = 191+52+66=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3442 is #40CBBD. Grayscale: #5F5F5F. Windows color (decimal): -4246462 or 4338879. OLE color: 4338879.
HSL color Cylindrical-coordinate representation of color #BF3442: hue angle of 353.96º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3442 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 66 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.25 |
| HSL | 353.96º | 0.57% | 0.48% | - |
| HSV(B) | 353.96º | 0.73% | 0.75% | - |
| XYZ | 23.7 | 13.93 | 6.59 | - |
| YUV | 95.16 | 111.55 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 66 | 0 | 0.73 | 0.65 | 0.25 | 353.96 | 0.57 | 0.48 |
| Hex | BF | 34 | 42 | 0 | 49 | 41 | 19 | 162 | 39 | 30 |
| Octal | 277 | 64 | 102 | 0 | 111 | 101 | 31 | 542 | 71 | 60 |
| Binary | 10111111 | 110100 | 1000010 | 0 | 1001001 | 1000001 | 11001 | 101100010 | 111001 | 110000 |
Color Harmonies of #BF3442
Complementary color
Monochromatic Colors of #BF3442
Black with #BF3442
Text Example
Text Example
White with #BF3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3442; }
p { color: rgb(191,52,66); }
H1.HeaderClassName
{
color: #BF3442;
}
.AnyTagClassName
{
color: #BF3442;
}
</style>
background-color css
<style>
a { background-color: #BF3442; }
a { background-color: rgb(191,52,66); }
div.DivClassName
{
background-color: #BF3442;
}
.BgClassName
{
background-color: #BF3442;
}
</style>
border-color css
<style>
span { border-color: #BF3442; }
span { border-color: rgb(191,52,66); }
td.TdClassName
{
border-color: #BF3442;
}
.TagClassName
{
border-color: #BF3442;
}
</style>