Shades of Brick Red #BA3341
Tints of Brick Red #BA3341
RGB
CMYK
RGB Variations
Color information
#BA3341 (or 0xBA3341) is known color: Brick Red. HEX triplet: BA, 33 and 41. RGB value is (186,51,65). Sum of RGB (Red+Green+Blue) = 186+51+65=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3341 is #45CCBE. Grayscale: #5D5D5D. Windows color (decimal): -4574399 or 4273082. OLE color: 4273082.
HSL color Cylindrical-coordinate representation of color #BA3341: hue angle of 353.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3341 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 65 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.27 |
| HSL | 353.78º | 0.57% | 0.46% | - |
| HSV(B) | 353.78º | 0.73% | 0.73% | - |
| XYZ | 22.39 | 13.19 | 6.37 | - |
| YUV | 92.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 65 | 0 | 0.73 | 0.65 | 0.27 | 353.78 | 0.57 | 0.46 |
| Hex | BA | 33 | 41 | 0 | 49 | 41 | 1B | 162 | 39 | 2E |
| Octal | 272 | 63 | 101 | 0 | 111 | 101 | 33 | 542 | 71 | 56 |
| Binary | 10111010 | 110011 | 1000001 | 0 | 1001001 | 1000001 | 11011 | 101100010 | 111001 | 101110 |
Color Harmonies of #BA3341
Complementary color
Monochromatic Colors of #BA3341
Black with #BA3341
Text Example
Text Example
White with #BA3341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3341; }
p { color: rgb(186,51,65); }
H1.HeaderClassName
{
color: #BA3341;
}
.AnyTagClassName
{
color: #BA3341;
}
</style>
background-color css
<style>
a { background-color: #BA3341; }
a { background-color: rgb(186,51,65); }
div.DivClassName
{
background-color: #BA3341;
}
.BgClassName
{
background-color: #BA3341;
}
</style>
border-color css
<style>
span { border-color: #BA3341; }
span { border-color: rgb(186,51,65); }
td.TdClassName
{
border-color: #BA3341;
}
.TagClassName
{
border-color: #BA3341;
}
</style>