Shades of Brick Red #BF3243
Tints of Brick Red #BF3243
RGB
CMYK
RGB Variations
Color information
#BF3243 (or 0xBF3243) is known color: Brick Red. HEX triplet: BF, 32 and 43. RGB value is (191,50,67). Sum of RGB (Red+Green+Blue) = 191+50+67=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3243 is #40CDBC. Grayscale: #5E5E5E. Windows color (decimal): -4246973 or 4403903. OLE color: 4403903.
HSL color Cylindrical-coordinate representation of color #BF3243: hue angle of 352.77º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3243 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 67 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.25 |
| HSL | 352.77º | 0.59% | 0.47% | - |
| HSV(B) | 352.77º | 0.74% | 0.75% | - |
| XYZ | 23.64 | 13.76 | 6.72 | - |
| YUV | 94.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 67 | 0 | 0.74 | 0.65 | 0.25 | 352.77 | 0.59 | 0.47 |
| Hex | BF | 32 | 43 | 0 | 4A | 41 | 19 | 161 | 3B | 2F |
| Octal | 277 | 62 | 103 | 0 | 112 | 101 | 31 | 541 | 73 | 57 |
| Binary | 10111111 | 110010 | 1000011 | 0 | 1001010 | 1000001 | 11001 | 101100001 | 111011 | 101111 |
Color Harmonies of #BF3243
Complementary color
Monochromatic Colors of #BF3243
Black with #BF3243
Text Example
Text Example
White with #BF3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3243; }
p { color: rgb(191,50,67); }
H1.HeaderClassName
{
color: #BF3243;
}
.AnyTagClassName
{
color: #BF3243;
}
</style>
background-color css
<style>
a { background-color: #BF3243; }
a { background-color: rgb(191,50,67); }
div.DivClassName
{
background-color: #BF3243;
}
.BgClassName
{
background-color: #BF3243;
}
</style>
border-color css
<style>
span { border-color: #BF3243; }
span { border-color: rgb(191,50,67); }
td.TdClassName
{
border-color: #BF3243;
}
.TagClassName
{
border-color: #BF3243;
}
</style>