Shades of Brick Red #BF2A37
Tints of Brick Red #BF2A37
RGB
CMYK
RGB Variations
Color information
#BF2A37 (or 0xBF2A37) is known color: Brick Red. HEX triplet: BF, 2A and 37. RGB value is (191,42,55). Sum of RGB (Red+Green+Blue) = 191+42+55=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A37 is #40D5C8. Grayscale: #585858. Windows color (decimal): -4249033 or 3615423. OLE color: 3615423.
HSL color Cylindrical-coordinate representation of color #BF2A37: hue angle of 354.77º 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 #BF2A37 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 55 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.25 |
| HSL | 354.77º | 0.64% | 0.46% | - |
| HSV(B) | 354.77º | 0.78% | 0.75% | - |
| XYZ | 23 | 13.01 | 4.91 | - |
| YUV | 88.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 55 | 0 | 0.78 | 0.71 | 0.25 | 354.77 | 0.64 | 0.46 |
| Hex | BF | 2A | 37 | 0 | 4E | 47 | 19 | 163 | 40 | 2E |
| Octal | 277 | 52 | 67 | 0 | 116 | 107 | 31 | 543 | 100 | 56 |
| Binary | 10111111 | 101010 | 110111 | 0 | 1001110 | 1000111 | 11001 | 101100011 | 1000000 | 101110 |
Color Harmonies of #BF2A37
Complementary color
Monochromatic Colors of #BF2A37
Black with #BF2A37
Text Example
Text Example
White with #BF2A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A37; }
p { color: rgb(191,42,55); }
H1.HeaderClassName
{
color: #BF2A37;
}
.AnyTagClassName
{
color: #BF2A37;
}
</style>
background-color css
<style>
a { background-color: #BF2A37; }
a { background-color: rgb(191,42,55); }
div.DivClassName
{
background-color: #BF2A37;
}
.BgClassName
{
background-color: #BF2A37;
}
</style>
border-color css
<style>
span { border-color: #BF2A37; }
span { border-color: rgb(191,42,55); }
td.TdClassName
{
border-color: #BF2A37;
}
.TagClassName
{
border-color: #BF2A37;
}
</style>