Shades of Brick Red #BA353F
Tints of Brick Red #BA353F
RGB
CMYK
RGB Variations
Color information
#BA353F (or 0xBA353F) is known color: Brick Red. HEX triplet: BA, 35 and 3F. RGB value is (186,53,63). Sum of RGB (Red+Green+Blue) = 186+53+63=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA353F is #45CAC0. Grayscale: #5E5E5E. Windows color (decimal): -4573889 or 4142522. OLE color: 4142522.
HSL color Cylindrical-coordinate representation of color #BA353F: hue angle of 355.49º 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 #BA353F is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 63 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.27 |
| HSL | 355.49º | 0.56% | 0.47% | - |
| HSV(B) | 355.49º | 0.72% | 0.73% | - |
| XYZ | 22.42 | 13.34 | 6.1 | - |
| YUV | 93.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 63 | 0 | 0.72 | 0.66 | 0.27 | 355.49 | 0.56 | 0.47 |
| Hex | BA | 35 | 3F | 0 | 48 | 42 | 1B | 163 | 38 | 2F |
| Octal | 272 | 65 | 77 | 0 | 110 | 102 | 33 | 543 | 70 | 57 |
| Binary | 10111010 | 110101 | 111111 | 0 | 1001000 | 1000010 | 11011 | 101100011 | 111000 | 101111 |
Color Harmonies of #BA353F
Complementary color
Monochromatic Colors of #BA353F
Black with #BA353F
Text Example
Text Example
White with #BA353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA353F; }
p { color: rgb(186,53,63); }
H1.HeaderClassName
{
color: #BA353F;
}
.AnyTagClassName
{
color: #BA353F;
}
</style>
background-color css
<style>
a { background-color: #BA353F; }
a { background-color: rgb(186,53,63); }
div.DivClassName
{
background-color: #BA353F;
}
.BgClassName
{
background-color: #BA353F;
}
</style>
border-color css
<style>
span { border-color: #BA353F; }
span { border-color: rgb(186,53,63); }
td.TdClassName
{
border-color: #BA353F;
}
.TagClassName
{
border-color: #BA353F;
}
</style>