Shades of Brick Red #BF333F
Tints of Brick Red #BF333F
RGB
CMYK
RGB Variations
Color information
#BF333F (or 0xBF333F) is known color: Brick Red. HEX triplet: BF, 33 and 3F. RGB value is (191,51,63). Sum of RGB (Red+Green+Blue) = 191+51+63=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF333F is #40CCC0. Grayscale: #5E5E5E. Windows color (decimal): -4246721 or 4142015. OLE color: 4142015.
HSL color Cylindrical-coordinate representation of color #BF333F: hue angle of 354.86º 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 #BF333F is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 63 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.25 |
| HSL | 354.86º | 0.58% | 0.47% | - |
| HSV(B) | 354.86º | 0.73% | 0.75% | - |
| XYZ | 23.57 | 13.8 | 6.12 | - |
| YUV | 94.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 63 | 0 | 0.73 | 0.67 | 0.25 | 354.86 | 0.58 | 0.47 |
| Hex | BF | 33 | 3F | 0 | 49 | 43 | 19 | 163 | 3A | 2F |
| Octal | 277 | 63 | 77 | 0 | 111 | 103 | 31 | 543 | 72 | 57 |
| Binary | 10111111 | 110011 | 111111 | 0 | 1001001 | 1000011 | 11001 | 101100011 | 111010 | 101111 |
Color Harmonies of #BF333F
Complementary color
Monochromatic Colors of #BF333F
Black with #BF333F
Text Example
Text Example
White with #BF333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF333F; }
p { color: rgb(191,51,63); }
H1.HeaderClassName
{
color: #BF333F;
}
.AnyTagClassName
{
color: #BF333F;
}
</style>
background-color css
<style>
a { background-color: #BF333F; }
a { background-color: rgb(191,51,63); }
div.DivClassName
{
background-color: #BF333F;
}
.BgClassName
{
background-color: #BF333F;
}
</style>
border-color css
<style>
span { border-color: #BF333F; }
span { border-color: rgb(191,51,63); }
td.TdClassName
{
border-color: #BF333F;
}
.TagClassName
{
border-color: #BF333F;
}
</style>