Shades of Brick Red #BF283E
Tints of Brick Red #BF283E
RGB
CMYK
RGB Variations
Color information
#BF283E (or 0xBF283E) is known color: Brick Red. HEX triplet: BF, 28 and 3E. RGB value is (191,40,62). Sum of RGB (Red+Green+Blue) = 191+40+62=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF283E is #40D7C1. Grayscale: #575757. Windows color (decimal): -4249538 or 4073663. OLE color: 4073663.
HSL color Cylindrical-coordinate representation of color #BF283E: hue angle of 351.26º 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 #BF283E is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 62 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.25 |
| HSL | 351.26º | 0.65% | 0.45% | - |
| HSV(B) | 351.26º | 0.79% | 0.75% | - |
| XYZ | 23.11 | 12.94 | 5.84 | - |
| YUV | 87.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 62 | 0 | 0.79 | 0.68 | 0.25 | 351.26 | 0.65 | 0.45 |
| Hex | BF | 28 | 3E | 0 | 4F | 44 | 19 | 15F | 41 | 2D |
| Octal | 277 | 50 | 76 | 0 | 117 | 104 | 31 | 537 | 101 | 55 |
| Binary | 10111111 | 101000 | 111110 | 0 | 1001111 | 1000100 | 11001 | 101011111 | 1000001 | 101101 |
Color Harmonies of #BF283E
Complementary color
Monochromatic Colors of #BF283E
Black with #BF283E
Text Example
Text Example
White with #BF283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF283E; }
p { color: rgb(191,40,62); }
H1.HeaderClassName
{
color: #BF283E;
}
.AnyTagClassName
{
color: #BF283E;
}
</style>
background-color css
<style>
a { background-color: #BF283E; }
a { background-color: rgb(191,40,62); }
div.DivClassName
{
background-color: #BF283E;
}
.BgClassName
{
background-color: #BF283E;
}
</style>
border-color css
<style>
span { border-color: #BF283E; }
span { border-color: rgb(191,40,62); }
td.TdClassName
{
border-color: #BF283E;
}
.TagClassName
{
border-color: #BF283E;
}
</style>