Shades of Brick Red #BF2A44
Tints of Brick Red #BF2A44
RGB
CMYK
RGB Variations
Color information
#BF2A44 (or 0xBF2A44) is known color: Brick Red. HEX triplet: BF, 2A and 44. RGB value is (191,42,68). Sum of RGB (Red+Green+Blue) = 191+42+68=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A44 is #40D5BB. Grayscale: #595959. Windows color (decimal): -4249020 or 4467391. OLE color: 4467391.
HSL color Cylindrical-coordinate representation of color #BF2A44: hue angle of 349.53º 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 #BF2A44 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 68 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.25 |
| HSL | 349.53º | 0.64% | 0.46% | - |
| HSV(B) | 349.53º | 0.78% | 0.75% | - |
| XYZ | 23.36 | 13.15 | 6.78 | - |
| YUV | 89.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 68 | 0 | 0.78 | 0.64 | 0.25 | 349.53 | 0.64 | 0.46 |
| Hex | BF | 2A | 44 | 0 | 4E | 40 | 19 | 15E | 40 | 2E |
| Octal | 277 | 52 | 104 | 0 | 116 | 100 | 31 | 536 | 100 | 56 |
| Binary | 10111111 | 101010 | 1000100 | 0 | 1001110 | 1000000 | 11001 | 101011110 | 1000000 | 101110 |
Color Harmonies of #BF2A44
Complementary color
Monochromatic Colors of #BF2A44
Black with #BF2A44
Text Example
Text Example
White with #BF2A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A44; }
p { color: rgb(191,42,68); }
H1.HeaderClassName
{
color: #BF2A44;
}
.AnyTagClassName
{
color: #BF2A44;
}
</style>
background-color css
<style>
a { background-color: #BF2A44; }
a { background-color: rgb(191,42,68); }
div.DivClassName
{
background-color: #BF2A44;
}
.BgClassName
{
background-color: #BF2A44;
}
</style>
border-color css
<style>
span { border-color: #BF2A44; }
span { border-color: rgb(191,42,68); }
td.TdClassName
{
border-color: #BF2A44;
}
.TagClassName
{
border-color: #BF2A44;
}
</style>