Shades of Brick Red #BA4245
Tints of Brick Red #BA4245
RGB
CMYK
RGB Variations
Color information
#BA4245 (or 0xBA4245) is known color: Brick Red. HEX triplet: BA, 42 and 45. RGB value is (186,66,69). Sum of RGB (Red+Green+Blue) = 186+66+69=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4245 is #45BDBA. Grayscale: #666666. Windows color (decimal): -4570555 or 4539066. OLE color: 4539066.
HSL color Cylindrical-coordinate representation of color #BA4245: hue angle of 358.5º 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 #BA4245 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 69 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.27 |
| HSL | 358.5º | 0.48% | 0.49% | - |
| HSV(B) | 358.5º | 0.65% | 0.73% | - |
| XYZ | 23.27 | 14.77 | 7.25 | - |
| YUV | 102.22 | 109.26 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 69 | 0 | 0.65 | 0.63 | 0.27 | 358.5 | 0.48 | 0.49 |
| Hex | BA | 42 | 45 | 0 | 41 | 3F | 1B | 166 | 30 | 31 |
| Octal | 272 | 102 | 105 | 0 | 101 | 77 | 33 | 546 | 60 | 61 |
| Binary | 10111010 | 1000010 | 1000101 | 0 | 1000001 | 111111 | 11011 | 101100110 | 110000 | 110001 |
Color Harmonies of #BA4245
Complementary color
Monochromatic Colors of #BA4245
Black with #BA4245
Text Example
Text Example
White with #BA4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4245; }
p { color: rgb(186,66,69); }
H1.HeaderClassName
{
color: #BA4245;
}
.AnyTagClassName
{
color: #BA4245;
}
</style>
background-color css
<style>
a { background-color: #BA4245; }
a { background-color: rgb(186,66,69); }
div.DivClassName
{
background-color: #BA4245;
}
.BgClassName
{
background-color: #BA4245;
}
</style>
border-color css
<style>
span { border-color: #BA4245; }
span { border-color: rgb(186,66,69); }
td.TdClassName
{
border-color: #BA4245;
}
.TagClassName
{
border-color: #BA4245;
}
</style>