Shades of Brick Red #BF2D42
Tints of Brick Red #BF2D42
RGB
CMYK
RGB Variations
Color information
#BF2D42 (or 0xBF2D42) is known color: Brick Red. HEX triplet: BF, 2D and 42. RGB value is (191,45,66). Sum of RGB (Red+Green+Blue) = 191+45+66=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D42 is #40D2BD. Grayscale: #5B5B5B. Windows color (decimal): -4248254 or 4337087. OLE color: 4337087.
HSL color Cylindrical-coordinate representation of color #BF2D42: hue angle of 351.37º degrees, saturation: 0.62, 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 #BF2D42 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 66 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.25 |
| HSL | 351.37º | 0.62% | 0.46% | - |
| HSV(B) | 351.37º | 0.76% | 0.75% | - |
| XYZ | 23.41 | 13.35 | 6.5 | - |
| YUV | 91.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 66 | 0 | 0.76 | 0.65 | 0.25 | 351.37 | 0.62 | 0.46 |
| Hex | BF | 2D | 42 | 0 | 4C | 41 | 19 | 15F | 3E | 2E |
| Octal | 277 | 55 | 102 | 0 | 114 | 101 | 31 | 537 | 76 | 56 |
| Binary | 10111111 | 101101 | 1000010 | 0 | 1001100 | 1000001 | 11001 | 101011111 | 111110 | 101110 |
Color Harmonies of #BF2D42
Complementary color
Monochromatic Colors of #BF2D42
Black with #BF2D42
Text Example
Text Example
White with #BF2D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D42; }
p { color: rgb(191,45,66); }
H1.HeaderClassName
{
color: #BF2D42;
}
.AnyTagClassName
{
color: #BF2D42;
}
</style>
background-color css
<style>
a { background-color: #BF2D42; }
a { background-color: rgb(191,45,66); }
div.DivClassName
{
background-color: #BF2D42;
}
.BgClassName
{
background-color: #BF2D42;
}
</style>
border-color css
<style>
span { border-color: #BF2D42; }
span { border-color: rgb(191,45,66); }
td.TdClassName
{
border-color: #BF2D42;
}
.TagClassName
{
border-color: #BF2D42;
}
</style>