Shades of Brick Red #BF323D
Tints of Brick Red #BF323D
RGB
CMYK
RGB Variations
Color information
#BF323D (or 0xBF323D) is known color: Brick Red. HEX triplet: BF, 32 and 3D. RGB value is (191,50,61). Sum of RGB (Red+Green+Blue) = 191+50+61=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF323D is #40CDC2. Grayscale: #5D5D5D. Windows color (decimal): -4246979 or 4010687. OLE color: 4010687.
HSL color Cylindrical-coordinate representation of color #BF323D: hue angle of 355.32º 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 #BF323D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 61 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.25 |
| HSL | 355.32º | 0.59% | 0.47% | - |
| HSV(B) | 355.32º | 0.74% | 0.75% | - |
| XYZ | 23.47 | 13.69 | 5.82 | - |
| YUV | 93.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 61 | 0 | 0.74 | 0.68 | 0.25 | 355.32 | 0.59 | 0.47 |
| Hex | BF | 32 | 3D | 0 | 4A | 44 | 19 | 163 | 3B | 2F |
| Octal | 277 | 62 | 75 | 0 | 112 | 104 | 31 | 543 | 73 | 57 |
| Binary | 10111111 | 110010 | 111101 | 0 | 1001010 | 1000100 | 11001 | 101100011 | 111011 | 101111 |
Color Harmonies of #BF323D
Complementary color
Monochromatic Colors of #BF323D
Black with #BF323D
Text Example
Text Example
White with #BF323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF323D; }
p { color: rgb(191,50,61); }
H1.HeaderClassName
{
color: #BF323D;
}
.AnyTagClassName
{
color: #BF323D;
}
</style>
background-color css
<style>
a { background-color: #BF323D; }
a { background-color: rgb(191,50,61); }
div.DivClassName
{
background-color: #BF323D;
}
.BgClassName
{
background-color: #BF323D;
}
</style>
border-color css
<style>
span { border-color: #BF323D; }
span { border-color: rgb(191,50,61); }
td.TdClassName
{
border-color: #BF323D;
}
.TagClassName
{
border-color: #BF323D;
}
</style>