Shades of Brick Red #BA4144
Tints of Brick Red #BA4144
RGB
CMYK
RGB Variations
Color information
#BA4144 (or 0xBA4144) is known color: Brick Red. HEX triplet: BA, 41 and 44. RGB value is (186,65,68). Sum of RGB (Red+Green+Blue) = 186+65+68=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4144 is #45BEBB. Grayscale: #656565. Windows color (decimal): -4570812 or 4473274. OLE color: 4473274.
HSL color Cylindrical-coordinate representation of color #BA4144: hue angle of 358.51º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4144 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 68 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.27 |
| HSL | 358.51º | 0.48% | 0.49% | - |
| HSV(B) | 358.51º | 0.65% | 0.73% | - |
| XYZ | 23.18 | 14.64 | 7.07 | - |
| YUV | 101.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 68 | 0 | 0.65 | 0.63 | 0.27 | 358.51 | 0.48 | 0.49 |
| Hex | BA | 41 | 44 | 0 | 41 | 3F | 1B | 167 | 30 | 31 |
| Octal | 272 | 101 | 104 | 0 | 101 | 77 | 33 | 547 | 60 | 61 |
| Binary | 10111010 | 1000001 | 1000100 | 0 | 1000001 | 111111 | 11011 | 101100111 | 110000 | 110001 |
Color Harmonies of #BA4144
Complementary color
Monochromatic Colors of #BA4144
Black with #BA4144
Text Example
Text Example
White with #BA4144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4144; }
p { color: rgb(186,65,68); }
H1.HeaderClassName
{
color: #BA4144;
}
.AnyTagClassName
{
color: #BA4144;
}
</style>
background-color css
<style>
a { background-color: #BA4144; }
a { background-color: rgb(186,65,68); }
div.DivClassName
{
background-color: #BA4144;
}
.BgClassName
{
background-color: #BA4144;
}
</style>
border-color css
<style>
span { border-color: #BA4144; }
span { border-color: rgb(186,65,68); }
td.TdClassName
{
border-color: #BA4144;
}
.TagClassName
{
border-color: #BA4144;
}
</style>