Shades of Brick Red #BA323D
Tints of Brick Red #BA323D
RGB
CMYK
RGB Variations
Color information
#BA323D (or 0xBA323D) is known color: Brick Red. HEX triplet: BA, 32 and 3D. RGB value is (186,50,61). Sum of RGB (Red+Green+Blue) = 186+50+61=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA323D is #45CDC2. Grayscale: #5C5C5C. Windows color (decimal): -4574659 or 4010682. OLE color: 4010682.
HSL color Cylindrical-coordinate representation of color #BA323D: hue angle of 355.15º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA323D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 61 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.27 |
| HSL | 355.15º | 0.58% | 0.46% | - |
| HSV(B) | 355.15º | 0.73% | 0.73% | - |
| XYZ | 22.23 | 13.06 | 5.76 | - |
| YUV | 91.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 61 | 0 | 0.73 | 0.67 | 0.27 | 355.15 | 0.58 | 0.46 |
| Hex | BA | 32 | 3D | 0 | 49 | 43 | 1B | 163 | 3A | 2E |
| Octal | 272 | 62 | 75 | 0 | 111 | 103 | 33 | 543 | 72 | 56 |
| Binary | 10111010 | 110010 | 111101 | 0 | 1001001 | 1000011 | 11011 | 101100011 | 111010 | 101110 |
Color Harmonies of #BA323D
Complementary color
Monochromatic Colors of #BA323D
Black with #BA323D
Text Example
Text Example
White with #BA323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA323D; }
p { color: rgb(186,50,61); }
H1.HeaderClassName
{
color: #BA323D;
}
.AnyTagClassName
{
color: #BA323D;
}
</style>
background-color css
<style>
a { background-color: #BA323D; }
a { background-color: rgb(186,50,61); }
div.DivClassName
{
background-color: #BA323D;
}
.BgClassName
{
background-color: #BA323D;
}
</style>
border-color css
<style>
span { border-color: #BA323D; }
span { border-color: rgb(186,50,61); }
td.TdClassName
{
border-color: #BA323D;
}
.TagClassName
{
border-color: #BA323D;
}
</style>