Shades of Brick Red #BA4446
Tints of Brick Red #BA4446
RGB
CMYK
RGB Variations
Color information
#BA4446 (or 0xBA4446) is known color: Brick Red. HEX triplet: BA, 44 and 46. RGB value is (186,68,70). Sum of RGB (Red+Green+Blue) = 186+68+70=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4446 is #45BBB9. Grayscale: #676767. Windows color (decimal): -4570042 or 4605114. OLE color: 4605114.
HSL color Cylindrical-coordinate representation of color #BA4446: hue angle of 358.98º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4446 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 70 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.27 |
| HSL | 358.98º | 0.46% | 0.5% | - |
| HSV(B) | 358.98º | 0.63% | 0.73% | - |
| XYZ | 23.42 | 15.02 | 7.46 | - |
| YUV | 103.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 70 | 0 | 0.63 | 0.62 | 0.27 | 358.98 | 0.46 | 0.5 |
| Hex | BA | 44 | 46 | 0 | 3F | 3E | 1B | 167 | 2E | 32 |
| Octal | 272 | 104 | 106 | 0 | 77 | 76 | 33 | 547 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1000110 | 0 | 111111 | 111110 | 11011 | 101100111 | 101110 | 110010 |
Color Harmonies of #BA4446
Complementary color
Monochromatic Colors of #BA4446
Black with #BA4446
Text Example
Text Example
White with #BA4446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4446; }
p { color: rgb(186,68,70); }
H1.HeaderClassName
{
color: #BA4446;
}
.AnyTagClassName
{
color: #BA4446;
}
</style>
background-color css
<style>
a { background-color: #BA4446; }
a { background-color: rgb(186,68,70); }
div.DivClassName
{
background-color: #BA4446;
}
.BgClassName
{
background-color: #BA4446;
}
</style>
border-color css
<style>
span { border-color: #BA4446; }
span { border-color: rgb(186,68,70); }
td.TdClassName
{
border-color: #BA4446;
}
.TagClassName
{
border-color: #BA4446;
}
</style>