Shades of Brick Red #BA353D
Tints of Brick Red #BA353D
RGB
CMYK
RGB Variations
Color information
#BA353D (or 0xBA353D) is known color: Brick Red. HEX triplet: BA, 35 and 3D. RGB value is (186,53,61). Sum of RGB (Red+Green+Blue) = 186+53+61=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA353D is #45CAC2. Grayscale: #5D5D5D. Windows color (decimal): -4573891 or 4011450. OLE color: 4011450.
HSL color Cylindrical-coordinate representation of color #BA353D: hue angle of 356.39º 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 #BA353D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 61 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.27 |
| HSL | 356.39º | 0.56% | 0.47% | - |
| HSV(B) | 356.39º | 0.72% | 0.73% | - |
| XYZ | 22.37 | 13.32 | 5.81 | - |
| YUV | 93.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 61 | 0 | 0.72 | 0.67 | 0.27 | 356.39 | 0.56 | 0.47 |
| Hex | BA | 35 | 3D | 0 | 48 | 43 | 1B | 164 | 38 | 2F |
| Octal | 272 | 65 | 75 | 0 | 110 | 103 | 33 | 544 | 70 | 57 |
| Binary | 10111010 | 110101 | 111101 | 0 | 1001000 | 1000011 | 11011 | 101100100 | 111000 | 101111 |
Color Harmonies of #BA353D
Complementary color
Monochromatic Colors of #BA353D
Black with #BA353D
Text Example
Text Example
White with #BA353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA353D; }
p { color: rgb(186,53,61); }
H1.HeaderClassName
{
color: #BA353D;
}
.AnyTagClassName
{
color: #BA353D;
}
</style>
background-color css
<style>
a { background-color: #BA353D; }
a { background-color: rgb(186,53,61); }
div.DivClassName
{
background-color: #BA353D;
}
.BgClassName
{
background-color: #BA353D;
}
</style>
border-color css
<style>
span { border-color: #BA353D; }
span { border-color: rgb(186,53,61); }
td.TdClassName
{
border-color: #BA353D;
}
.TagClassName
{
border-color: #BA353D;
}
</style>