Shades of Brick Red #BA333E
Tints of Brick Red #BA333E
RGB
CMYK
RGB Variations
Color information
#BA333E (or 0xBA333E) is known color: Brick Red. HEX triplet: BA, 33 and 3E. RGB value is (186,51,62). Sum of RGB (Red+Green+Blue) = 186+51+62=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA333E is #45CCC1. Grayscale: #5C5C5C. Windows color (decimal): -4574402 or 4076474. OLE color: 4076474.
HSL color Cylindrical-coordinate representation of color #BA333E: hue angle of 355.11º 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 #BA333E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 62 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.27 |
| HSL | 355.11º | 0.57% | 0.46% | - |
| HSV(B) | 355.11º | 0.73% | 0.73% | - |
| XYZ | 22.3 | 13.15 | 5.92 | - |
| YUV | 92.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 62 | 0 | 0.73 | 0.67 | 0.27 | 355.11 | 0.57 | 0.46 |
| Hex | BA | 33 | 3E | 0 | 49 | 43 | 1B | 163 | 39 | 2E |
| Octal | 272 | 63 | 76 | 0 | 111 | 103 | 33 | 543 | 71 | 56 |
| Binary | 10111010 | 110011 | 111110 | 0 | 1001001 | 1000011 | 11011 | 101100011 | 111001 | 101110 |
Color Harmonies of #BA333E
Complementary color
Monochromatic Colors of #BA333E
Black with #BA333E
Text Example
Text Example
White with #BA333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA333E; }
p { color: rgb(186,51,62); }
H1.HeaderClassName
{
color: #BA333E;
}
.AnyTagClassName
{
color: #BA333E;
}
</style>
background-color css
<style>
a { background-color: #BA333E; }
a { background-color: rgb(186,51,62); }
div.DivClassName
{
background-color: #BA333E;
}
.BgClassName
{
background-color: #BA333E;
}
</style>
border-color css
<style>
span { border-color: #BA333E; }
span { border-color: rgb(186,51,62); }
td.TdClassName
{
border-color: #BA333E;
}
.TagClassName
{
border-color: #BA333E;
}
</style>