Shades of Brick Red #BF333D
Tints of Brick Red #BF333D
RGB
CMYK
RGB Variations
Color information
#BF333D (or 0xBF333D) is known color: Brick Red. HEX triplet: BF, 33 and 3D. RGB value is (191,51,61). Sum of RGB (Red+Green+Blue) = 191+51+61=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF333D is #40CCC2. Grayscale: #5E5E5E. Windows color (decimal): -4246723 or 4010943. OLE color: 4010943.
HSL color Cylindrical-coordinate representation of color #BF333D: hue angle of 355.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF333D is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 61 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.25 |
| HSL | 355.71º | 0.58% | 0.47% | - |
| HSV(B) | 355.71º | 0.73% | 0.75% | - |
| XYZ | 23.51 | 13.78 | 5.84 | - |
| YUV | 94 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 61 | 0 | 0.73 | 0.68 | 0.25 | 355.71 | 0.58 | 0.47 |
| Hex | BF | 33 | 3D | 0 | 49 | 44 | 19 | 164 | 3A | 2F |
| Octal | 277 | 63 | 75 | 0 | 111 | 104 | 31 | 544 | 72 | 57 |
| Binary | 10111111 | 110011 | 111101 | 0 | 1001001 | 1000100 | 11001 | 101100100 | 111010 | 101111 |
Color Harmonies of #BF333D
Complementary color
Monochromatic Colors of #BF333D
Black with #BF333D
Text Example
Text Example
White with #BF333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF333D; }
p { color: rgb(191,51,61); }
H1.HeaderClassName
{
color: #BF333D;
}
.AnyTagClassName
{
color: #BF333D;
}
</style>
background-color css
<style>
a { background-color: #BF333D; }
a { background-color: rgb(191,51,61); }
div.DivClassName
{
background-color: #BF333D;
}
.BgClassName
{
background-color: #BF333D;
}
</style>
border-color css
<style>
span { border-color: #BF333D; }
span { border-color: rgb(191,51,61); }
td.TdClassName
{
border-color: #BF333D;
}
.TagClassName
{
border-color: #BF333D;
}
</style>