Shades of Brick Red #BF2A43
Tints of Brick Red #BF2A43
RGB
CMYK
RGB Variations
Color information
#BF2A43 (or 0xBF2A43) is known color: Brick Red. HEX triplet: BF, 2A and 43. RGB value is (191,42,67). Sum of RGB (Red+Green+Blue) = 191+42+67=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A43 is #40D5BC. Grayscale: #595959. Windows color (decimal): -4249021 or 4401855. OLE color: 4401855.
HSL color Cylindrical-coordinate representation of color #BF2A43: hue angle of 349.93º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A43 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 67 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.25 |
| HSL | 349.93º | 0.64% | 0.46% | - |
| HSV(B) | 349.93º | 0.78% | 0.75% | - |
| XYZ | 23.33 | 13.14 | 6.62 | - |
| YUV | 89.4 | 115.36 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 67 | 0 | 0.78 | 0.65 | 0.25 | 349.93 | 0.64 | 0.46 |
| Hex | BF | 2A | 43 | 0 | 4E | 41 | 19 | 15E | 40 | 2E |
| Octal | 277 | 52 | 103 | 0 | 116 | 101 | 31 | 536 | 100 | 56 |
| Binary | 10111111 | 101010 | 1000011 | 0 | 1001110 | 1000001 | 11001 | 101011110 | 1000000 | 101110 |
Color Harmonies of #BF2A43
Complementary color
Monochromatic Colors of #BF2A43
Black with #BF2A43
Text Example
Text Example
White with #BF2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A43; }
p { color: rgb(191,42,67); }
H1.HeaderClassName
{
color: #BF2A43;
}
.AnyTagClassName
{
color: #BF2A43;
}
</style>
background-color css
<style>
a { background-color: #BF2A43; }
a { background-color: rgb(191,42,67); }
div.DivClassName
{
background-color: #BF2A43;
}
.BgClassName
{
background-color: #BF2A43;
}
</style>
border-color css
<style>
span { border-color: #BF2A43; }
span { border-color: rgb(191,42,67); }
td.TdClassName
{
border-color: #BF2A43;
}
.TagClassName
{
border-color: #BF2A43;
}
</style>