Shades of Brick Red #BA3642
Tints of Brick Red #BA3642
RGB
CMYK
RGB Variations
Color information
#BA3642 (or 0xBA3642) is known color: Brick Red. HEX triplet: BA, 36 and 42. RGB value is (186,54,66). Sum of RGB (Red+Green+Blue) = 186+54+66=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3642 is #45C9BD. Grayscale: #5E5E5E. Windows color (decimal): -4573630 or 4339386. OLE color: 4339386.
HSL color Cylindrical-coordinate representation of color #BA3642: hue angle of 354.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3642 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 66 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.27 |
| HSL | 354.55º | 0.55% | 0.47% | - |
| HSV(B) | 354.55º | 0.71% | 0.73% | - |
| XYZ | 22.55 | 13.47 | 6.57 | - |
| YUV | 94.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 66 | 0 | 0.71 | 0.65 | 0.27 | 354.55 | 0.55 | 0.47 |
| Hex | BA | 36 | 42 | 0 | 47 | 41 | 1B | 163 | 37 | 2F |
| Octal | 272 | 66 | 102 | 0 | 107 | 101 | 33 | 543 | 67 | 57 |
| Binary | 10111010 | 110110 | 1000010 | 0 | 1000111 | 1000001 | 11011 | 101100011 | 110111 | 101111 |
Color Harmonies of #BA3642
Complementary color
Monochromatic Colors of #BA3642
Black with #BA3642
Text Example
Text Example
White with #BA3642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3642; }
p { color: rgb(186,54,66); }
H1.HeaderClassName
{
color: #BA3642;
}
.AnyTagClassName
{
color: #BA3642;
}
</style>
background-color css
<style>
a { background-color: #BA3642; }
a { background-color: rgb(186,54,66); }
div.DivClassName
{
background-color: #BA3642;
}
.BgClassName
{
background-color: #BA3642;
}
</style>
border-color css
<style>
span { border-color: #BA3642; }
span { border-color: rgb(186,54,66); }
td.TdClassName
{
border-color: #BA3642;
}
.TagClassName
{
border-color: #BA3642;
}
</style>