Shades of Brick Red #BA333D
Tints of Brick Red #BA333D
RGB
CMYK
RGB Variations
Color information
#BA333D (or 0xBA333D) is known color: Brick Red. HEX triplet: BA, 33 and 3D. RGB value is (186,51,61). Sum of RGB (Red+Green+Blue) = 186+51+61=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA333D is #45CCC2. Grayscale: #5C5C5C. Windows color (decimal): -4574403 or 4010938. OLE color: 4010938.
HSL color Cylindrical-coordinate representation of color #BA333D: hue angle of 355.56º 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 #BA333D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 61 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.27 |
| HSL | 355.56º | 0.57% | 0.46% | - |
| HSV(B) | 355.56º | 0.73% | 0.73% | - |
| XYZ | 22.28 | 13.14 | 5.78 | - |
| YUV | 92.51 | 110.23 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 61 | 0 | 0.73 | 0.67 | 0.27 | 355.56 | 0.57 | 0.46 |
| Hex | BA | 33 | 3D | 0 | 49 | 43 | 1B | 164 | 39 | 2E |
| Octal | 272 | 63 | 75 | 0 | 111 | 103 | 33 | 544 | 71 | 56 |
| Binary | 10111010 | 110011 | 111101 | 0 | 1001001 | 1000011 | 11011 | 101100100 | 111001 | 101110 |
Color Harmonies of #BA333D
Complementary color
Monochromatic Colors of #BA333D
Black with #BA333D
Text Example
Text Example
White with #BA333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA333D; }
p { color: rgb(186,51,61); }
H1.HeaderClassName
{
color: #BA333D;
}
.AnyTagClassName
{
color: #BA333D;
}
</style>
background-color css
<style>
a { background-color: #BA333D; }
a { background-color: rgb(186,51,61); }
div.DivClassName
{
background-color: #BA333D;
}
.BgClassName
{
background-color: #BA333D;
}
</style>
border-color css
<style>
span { border-color: #BA333D; }
span { border-color: rgb(186,51,61); }
td.TdClassName
{
border-color: #BA333D;
}
.TagClassName
{
border-color: #BA333D;
}
</style>