Shades of Brick Red #BA363D
Tints of Brick Red #BA363D
RGB
CMYK
RGB Variations
Color information
#BA363D (or 0xBA363D) is known color: Brick Red. HEX triplet: BA, 36 and 3D. RGB value is (186,54,61). Sum of RGB (Red+Green+Blue) = 186+54+61=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA363D is #45C9C2. Grayscale: #5E5E5E. Windows color (decimal): -4573635 or 4011706. OLE color: 4011706.
HSL color Cylindrical-coordinate representation of color #BA363D: hue angle of 356.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA363D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 61 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.27 |
| HSL | 356.82º | 0.55% | 0.47% | - |
| HSV(B) | 356.82º | 0.71% | 0.73% | - |
| XYZ | 22.41 | 13.41 | 5.82 | - |
| YUV | 94.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 61 | 0 | 0.71 | 0.67 | 0.27 | 356.82 | 0.55 | 0.47 |
| Hex | BA | 36 | 3D | 0 | 47 | 43 | 1B | 165 | 37 | 2F |
| Octal | 272 | 66 | 75 | 0 | 107 | 103 | 33 | 545 | 67 | 57 |
| Binary | 10111010 | 110110 | 111101 | 0 | 1000111 | 1000011 | 11011 | 101100101 | 110111 | 101111 |
Color Harmonies of #BA363D
Complementary color
Monochromatic Colors of #BA363D
Black with #BA363D
Text Example
Text Example
White with #BA363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA363D; }
p { color: rgb(186,54,61); }
H1.HeaderClassName
{
color: #BA363D;
}
.AnyTagClassName
{
color: #BA363D;
}
</style>
background-color css
<style>
a { background-color: #BA363D; }
a { background-color: rgb(186,54,61); }
div.DivClassName
{
background-color: #BA363D;
}
.BgClassName
{
background-color: #BA363D;
}
</style>
border-color css
<style>
span { border-color: #BA363D; }
span { border-color: rgb(186,54,61); }
td.TdClassName
{
border-color: #BA363D;
}
.TagClassName
{
border-color: #BA363D;
}
</style>