Shades of Brick Red #BF323B
Tints of Brick Red #BF323B
RGB
CMYK
RGB Variations
Color information
#BF323B (or 0xBF323B) is known color: Brick Red. HEX triplet: BF, 32 and 3B. RGB value is (191,50,59). Sum of RGB (Red+Green+Blue) = 191+50+59=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF323B is #40CDC4. Grayscale: #5D5D5D. Windows color (decimal): -4246981 or 3879615. OLE color: 3879615.
HSL color Cylindrical-coordinate representation of color #BF323B: hue angle of 356.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF323B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 59 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.25 |
| HSL | 356.17º | 0.59% | 0.47% | - |
| HSV(B) | 356.17º | 0.74% | 0.75% | - |
| XYZ | 23.42 | 13.67 | 5.54 | - |
| YUV | 93.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 59 | 0 | 0.74 | 0.69 | 0.25 | 356.17 | 0.59 | 0.47 |
| Hex | BF | 32 | 3B | 0 | 4A | 45 | 19 | 164 | 3B | 2F |
| Octal | 277 | 62 | 73 | 0 | 112 | 105 | 31 | 544 | 73 | 57 |
| Binary | 10111111 | 110010 | 111011 | 0 | 1001010 | 1000101 | 11001 | 101100100 | 111011 | 101111 |
Color Harmonies of #BF323B
Complementary color
Monochromatic Colors of #BF323B
Black with #BF323B
Text Example
Text Example
White with #BF323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF323B; }
p { color: rgb(191,50,59); }
H1.HeaderClassName
{
color: #BF323B;
}
.AnyTagClassName
{
color: #BF323B;
}
</style>
background-color css
<style>
a { background-color: #BF323B; }
a { background-color: rgb(191,50,59); }
div.DivClassName
{
background-color: #BF323B;
}
.BgClassName
{
background-color: #BF323B;
}
</style>
border-color css
<style>
span { border-color: #BF323B; }
span { border-color: rgb(191,50,59); }
td.TdClassName
{
border-color: #BF323B;
}
.TagClassName
{
border-color: #BF323B;
}
</style>