Shades of Brick Red #BF3A45
Tints of Brick Red #BF3A45
RGB
CMYK
RGB Variations
Color information
#BF3A45 (or 0xBF3A45) is known color: Brick Red. HEX triplet: BF, 3A and 45. RGB value is (191,58,69). Sum of RGB (Red+Green+Blue) = 191+58+69=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A45 is #40C5BA. Grayscale: #636363. Windows color (decimal): -4244923 or 4537023. OLE color: 4537023.
HSL color Cylindrical-coordinate representation of color #BF3A45: hue angle of 355.04º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A45 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 69 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.25 |
| HSL | 355.04º | 0.53% | 0.49% | - |
| HSV(B) | 355.04º | 0.7% | 0.75% | - |
| XYZ | 24.07 | 14.53 | 7.17 | - |
| YUV | 99.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 69 | 0 | 0.70 | 0.64 | 0.25 | 355.04 | 0.53 | 0.49 |
| Hex | BF | 3A | 45 | 0 | 46 | 40 | 19 | 163 | 35 | 31 |
| Octal | 277 | 72 | 105 | 0 | 106 | 100 | 31 | 543 | 65 | 61 |
| Binary | 10111111 | 111010 | 1000101 | 0 | 1000110 | 1000000 | 11001 | 101100011 | 110101 | 110001 |
Color Harmonies of #BF3A45
Complementary color
Monochromatic Colors of #BF3A45
Black with #BF3A45
Text Example
Text Example
White with #BF3A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A45; }
p { color: rgb(191,58,69); }
H1.HeaderClassName
{
color: #BF3A45;
}
.AnyTagClassName
{
color: #BF3A45;
}
</style>
background-color css
<style>
a { background-color: #BF3A45; }
a { background-color: rgb(191,58,69); }
div.DivClassName
{
background-color: #BF3A45;
}
.BgClassName
{
background-color: #BF3A45;
}
</style>
border-color css
<style>
span { border-color: #BF3A45; }
span { border-color: rgb(191,58,69); }
td.TdClassName
{
border-color: #BF3A45;
}
.TagClassName
{
border-color: #BF3A45;
}
</style>