Shades of Brick Red #BA343E
Tints of Brick Red #BA343E
RGB
CMYK
RGB Variations
Color information
#BA343E (or 0xBA343E) is known color: Brick Red. HEX triplet: BA, 34 and 3E. RGB value is (186,52,62). Sum of RGB (Red+Green+Blue) = 186+52+62=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA343E is #45CBC1. Grayscale: #5D5D5D. Windows color (decimal): -4574146 or 4076730. OLE color: 4076730.
HSL color Cylindrical-coordinate representation of color #BA343E: hue angle of 355.52º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA343E is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 62 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.27 |
| HSL | 355.52º | 0.56% | 0.47% | - |
| HSV(B) | 355.52º | 0.72% | 0.73% | - |
| XYZ | 22.35 | 13.24 | 5.94 | - |
| YUV | 93.21 | 110.39 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 62 | 0 | 0.72 | 0.67 | 0.27 | 355.52 | 0.56 | 0.47 |
| Hex | BA | 34 | 3E | 0 | 48 | 43 | 1B | 164 | 38 | 2F |
| Octal | 272 | 64 | 76 | 0 | 110 | 103 | 33 | 544 | 70 | 57 |
| Binary | 10111010 | 110100 | 111110 | 0 | 1001000 | 1000011 | 11011 | 101100100 | 111000 | 101111 |
Color Harmonies of #BA343E
Complementary color
Monochromatic Colors of #BA343E
Black with #BA343E
Text Example
Text Example
White with #BA343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA343E; }
p { color: rgb(186,52,62); }
H1.HeaderClassName
{
color: #BA343E;
}
.AnyTagClassName
{
color: #BA343E;
}
</style>
background-color css
<style>
a { background-color: #BA343E; }
a { background-color: rgb(186,52,62); }
div.DivClassName
{
background-color: #BA343E;
}
.BgClassName
{
background-color: #BA343E;
}
</style>
border-color css
<style>
span { border-color: #BA343E; }
span { border-color: rgb(186,52,62); }
td.TdClassName
{
border-color: #BA343E;
}
.TagClassName
{
border-color: #BA343E;
}
</style>