Shades of Brick Red #BF4045
Tints of Brick Red #BF4045
RGB
CMYK
RGB Variations
Color information
#BF4045 (or 0xBF4045) is known color: Brick Red. HEX triplet: BF, 40 and 45. RGB value is (191,64,69). Sum of RGB (Red+Green+Blue) = 191+64+69=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4045 is #40BFBA. Grayscale: #666666. Windows color (decimal): -4243387 or 4538559. OLE color: 4538559.
HSL color Cylindrical-coordinate representation of color #BF4045: hue angle of 357.64º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4045 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 69 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.25 |
| HSL | 357.64º | 0.5% | 0.5% | - |
| HSV(B) | 357.64º | 0.66% | 0.75% | - |
| XYZ | 24.39 | 15.17 | 7.27 | - |
| YUV | 102.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 69 | 0 | 0.66 | 0.64 | 0.25 | 357.64 | 0.5 | 0.5 |
| Hex | BF | 40 | 45 | 0 | 42 | 40 | 19 | 166 | 32 | 32 |
| Octal | 277 | 100 | 105 | 0 | 102 | 100 | 31 | 546 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1000101 | 0 | 1000010 | 1000000 | 11001 | 101100110 | 110010 | 110010 |
Color Harmonies of #BF4045
Complementary color
Monochromatic Colors of #BF4045
Black with #BF4045
Text Example
Text Example
White with #BF4045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4045; }
p { color: rgb(191,64,69); }
H1.HeaderClassName
{
color: #BF4045;
}
.AnyTagClassName
{
color: #BF4045;
}
</style>
background-color css
<style>
a { background-color: #BF4045; }
a { background-color: rgb(191,64,69); }
div.DivClassName
{
background-color: #BF4045;
}
.BgClassName
{
background-color: #BF4045;
}
</style>
border-color css
<style>
span { border-color: #BF4045; }
span { border-color: rgb(191,64,69); }
td.TdClassName
{
border-color: #BF4045;
}
.TagClassName
{
border-color: #BF4045;
}
</style>