Shades of Brick Red #BA393F
Tints of Brick Red #BA393F
RGB
CMYK
RGB Variations
Color information
#BA393F (or 0xBA393F) is known color: Brick Red. HEX triplet: BA, 39 and 3F. RGB value is (186,57,63). Sum of RGB (Red+Green+Blue) = 186+57+63=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA393F is #45C6C0. Grayscale: #606060. Windows color (decimal): -4572865 or 4143546. OLE color: 4143546.
HSL color Cylindrical-coordinate representation of color #BA393F: hue angle of 357.21º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA393F is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 63 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.27 |
| HSL | 357.21º | 0.53% | 0.48% | - |
| HSV(B) | 357.21º | 0.69% | 0.73% | - |
| XYZ | 22.61 | 13.72 | 6.16 | - |
| YUV | 96.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 63 | 0 | 0.69 | 0.66 | 0.27 | 357.21 | 0.53 | 0.48 |
| Hex | BA | 39 | 3F | 0 | 45 | 42 | 1B | 165 | 35 | 30 |
| Octal | 272 | 71 | 77 | 0 | 105 | 102 | 33 | 545 | 65 | 60 |
| Binary | 10111010 | 111001 | 111111 | 0 | 1000101 | 1000010 | 11011 | 101100101 | 110101 | 110000 |
Color Harmonies of #BA393F
Complementary color
Monochromatic Colors of #BA393F
Black with #BA393F
Text Example
Text Example
White with #BA393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA393F; }
p { color: rgb(186,57,63); }
H1.HeaderClassName
{
color: #BA393F;
}
.AnyTagClassName
{
color: #BA393F;
}
</style>
background-color css
<style>
a { background-color: #BA393F; }
a { background-color: rgb(186,57,63); }
div.DivClassName
{
background-color: #BA393F;
}
.BgClassName
{
background-color: #BA393F;
}
</style>
border-color css
<style>
span { border-color: #BA393F; }
span { border-color: rgb(186,57,63); }
td.TdClassName
{
border-color: #BA393F;
}
.TagClassName
{
border-color: #BA393F;
}
</style>