Shades of Brick Red #BF333C
Tints of Brick Red #BF333C
RGB
CMYK
RGB Variations
Color information
#BF333C (or 0xBF333C) is known color: Brick Red. HEX triplet: BF, 33 and 3C. RGB value is (191,51,60). Sum of RGB (Red+Green+Blue) = 191+51+60=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF333C is #40CCC3. Grayscale: #5D5D5D. Windows color (decimal): -4246724 or 3945407. OLE color: 3945407.
HSL color Cylindrical-coordinate representation of color #BF333C: hue angle of 356.14º 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 #BF333C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 60 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.25 |
| HSL | 356.14º | 0.58% | 0.47% | - |
| HSV(B) | 356.14º | 0.73% | 0.75% | - |
| XYZ | 23.49 | 13.77 | 5.7 | - |
| YUV | 93.89 | 108.88 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 60 | 0 | 0.73 | 0.69 | 0.25 | 356.14 | 0.58 | 0.47 |
| Hex | BF | 33 | 3C | 0 | 49 | 45 | 19 | 164 | 3A | 2F |
| Octal | 277 | 63 | 74 | 0 | 111 | 105 | 31 | 544 | 72 | 57 |
| Binary | 10111111 | 110011 | 111100 | 0 | 1001001 | 1000101 | 11001 | 101100100 | 111010 | 101111 |
Color Harmonies of #BF333C
Complementary color
Monochromatic Colors of #BF333C
Black with #BF333C
Text Example
Text Example
White with #BF333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF333C; }
p { color: rgb(191,51,60); }
H1.HeaderClassName
{
color: #BF333C;
}
.AnyTagClassName
{
color: #BF333C;
}
</style>
background-color css
<style>
a { background-color: #BF333C; }
a { background-color: rgb(191,51,60); }
div.DivClassName
{
background-color: #BF333C;
}
.BgClassName
{
background-color: #BF333C;
}
</style>
border-color css
<style>
span { border-color: #BF333C; }
span { border-color: rgb(191,51,60); }
td.TdClassName
{
border-color: #BF333C;
}
.TagClassName
{
border-color: #BF333C;
}
</style>