Shades of Brick Red #BF283F
Tints of Brick Red #BF283F
RGB
CMYK
RGB Variations
Color information
#BF283F (or 0xBF283F) is known color: Brick Red. HEX triplet: BF, 28 and 3F. RGB value is (191,40,63). Sum of RGB (Red+Green+Blue) = 191+40+63=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF283F is #40D7C0. Grayscale: #575757. Windows color (decimal): -4249537 or 4139199. OLE color: 4139199.
HSL color Cylindrical-coordinate representation of color #BF283F: hue angle of 350.86º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF283F is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 63 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.25 |
| HSL | 350.86º | 0.65% | 0.45% | - |
| HSV(B) | 350.86º | 0.79% | 0.75% | - |
| XYZ | 23.14 | 12.95 | 5.98 | - |
| YUV | 87.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 63 | 0 | 0.79 | 0.67 | 0.25 | 350.86 | 0.65 | 0.45 |
| Hex | BF | 28 | 3F | 0 | 4F | 43 | 19 | 15F | 41 | 2D |
| Octal | 277 | 50 | 77 | 0 | 117 | 103 | 31 | 537 | 101 | 55 |
| Binary | 10111111 | 101000 | 111111 | 0 | 1001111 | 1000011 | 11001 | 101011111 | 1000001 | 101101 |
Color Harmonies of #BF283F
Complementary color
Monochromatic Colors of #BF283F
Black with #BF283F
Text Example
Text Example
White with #BF283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF283F; }
p { color: rgb(191,40,63); }
H1.HeaderClassName
{
color: #BF283F;
}
.AnyTagClassName
{
color: #BF283F;
}
</style>
background-color css
<style>
a { background-color: #BF283F; }
a { background-color: rgb(191,40,63); }
div.DivClassName
{
background-color: #BF283F;
}
.BgClassName
{
background-color: #BF283F;
}
</style>
border-color css
<style>
span { border-color: #BF283F; }
span { border-color: rgb(191,40,63); }
td.TdClassName
{
border-color: #BF283F;
}
.TagClassName
{
border-color: #BF283F;
}
</style>