Shades of Brick Red #BF3C46
Tints of Brick Red #BF3C46
RGB
CMYK
RGB Variations
Color information
#BF3C46 (or 0xBF3C46) is known color: Brick Red. HEX triplet: BF, 3C and 46. RGB value is (191,60,70). Sum of RGB (Red+Green+Blue) = 191+60+70=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C46 is #40C3B9. Grayscale: #646464. Windows color (decimal): -4244410 or 4603071. OLE color: 4603071.
HSL color Cylindrical-coordinate representation of color #BF3C46: hue angle of 355.42º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C46 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 70 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.25 |
| HSL | 355.42º | 0.52% | 0.49% | - |
| HSV(B) | 355.42º | 0.69% | 0.75% | - |
| XYZ | 24.21 | 14.75 | 7.37 | - |
| YUV | 100.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 70 | 0 | 0.69 | 0.63 | 0.25 | 355.42 | 0.52 | 0.49 |
| Hex | BF | 3C | 46 | 0 | 45 | 3F | 19 | 163 | 34 | 31 |
| Octal | 277 | 74 | 106 | 0 | 105 | 77 | 31 | 543 | 64 | 61 |
| Binary | 10111111 | 111100 | 1000110 | 0 | 1000101 | 111111 | 11001 | 101100011 | 110100 | 110001 |
Color Harmonies of #BF3C46
Complementary color
Monochromatic Colors of #BF3C46
Black with #BF3C46
Text Example
Text Example
White with #BF3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C46; }
p { color: rgb(191,60,70); }
H1.HeaderClassName
{
color: #BF3C46;
}
.AnyTagClassName
{
color: #BF3C46;
}
</style>
background-color css
<style>
a { background-color: #BF3C46; }
a { background-color: rgb(191,60,70); }
div.DivClassName
{
background-color: #BF3C46;
}
.BgClassName
{
background-color: #BF3C46;
}
</style>
border-color css
<style>
span { border-color: #BF3C46; }
span { border-color: rgb(191,60,70); }
td.TdClassName
{
border-color: #BF3C46;
}
.TagClassName
{
border-color: #BF3C46;
}
</style>