Shades of Brick Red #BA333C
Tints of Brick Red #BA333C
RGB
CMYK
RGB Variations
Color information
#BA333C (or 0xBA333C) is known color: Brick Red. HEX triplet: BA, 33 and 3C. RGB value is (186,51,60). Sum of RGB (Red+Green+Blue) = 186+51+60=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA333C is #45CCC3. Grayscale: #5C5C5C. Windows color (decimal): -4574404 or 3945402. OLE color: 3945402.
HSL color Cylindrical-coordinate representation of color #BA333C: hue angle of 356º 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 #BA333C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 60 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.27 |
| HSL | 356º | 0.57% | 0.46% | - |
| HSV(B) | 356º | 0.73% | 0.73% | - |
| XYZ | 22.25 | 13.13 | 5.64 | - |
| YUV | 92.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 60 | 0 | 0.73 | 0.68 | 0.27 | 356 | 0.57 | 0.46 |
| Hex | BA | 33 | 3C | 0 | 49 | 44 | 1B | 164 | 39 | 2E |
| Octal | 272 | 63 | 74 | 0 | 111 | 104 | 33 | 544 | 71 | 56 |
| Binary | 10111010 | 110011 | 111100 | 0 | 1001001 | 1000100 | 11011 | 101100100 | 111001 | 101110 |
Color Harmonies of #BA333C
Complementary color
Monochromatic Colors of #BA333C
Black with #BA333C
Text Example
Text Example
White with #BA333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA333C; }
p { color: rgb(186,51,60); }
H1.HeaderClassName
{
color: #BA333C;
}
.AnyTagClassName
{
color: #BA333C;
}
</style>
background-color css
<style>
a { background-color: #BA333C; }
a { background-color: rgb(186,51,60); }
div.DivClassName
{
background-color: #BA333C;
}
.BgClassName
{
background-color: #BA333C;
}
</style>
border-color css
<style>
span { border-color: #BA333C; }
span { border-color: rgb(186,51,60); }
td.TdClassName
{
border-color: #BA333C;
}
.TagClassName
{
border-color: #BA333C;
}
</style>